diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-22 07:08:40 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-22 07:08:40 +0000 |
commit | 132d46579547d0aa590535ae55b2c3794e14782e (patch) | |
tree | 71bfe3efd351cc35a86f954ef8639eedf353c6d0 /tests/SV_Shared_Memory_Test.bpr | |
parent | 9677e3ba277d528145ea8a2df22ffae82b12aa8e (diff) | |
download | ATCD-132d46579547d0aa590535ae55b2c3794e14782e.tar.gz |
A few changes for Borland
Diffstat (limited to 'tests/SV_Shared_Memory_Test.bpr')
-rw-r--r-- | tests/SV_Shared_Memory_Test.bpr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/SV_Shared_Memory_Test.bpr b/tests/SV_Shared_Memory_Test.bpr index 2127833983d..9349f7256be 100644 --- a/tests/SV_Shared_Memory_Test.bpr +++ b/tests/SV_Shared_Memory_Test.bpr @@ -33,12 +33,12 @@ DEBUGLIBPATH = $(BCB)\lib\debug RELEASELIBPATH = $(BCB)\lib\release # --------------------------------------------------------------------------- CFLAG1 = -Od -r- -k -y -v -vi- -c -tWC -CFLAG2 = -D_NO_VCL -Ic:\gonzo\ace-4.5.2\ACE_wrappers;$(BCB)\include +CFLAG2 = -D_NO_VCL -I..;$(BCB)\include CFLAG3 = -w-rvl -Tkh30000 PFLAGS = -D_NO_VCL -N2obj -N0obj -U$(BCB)\lib;$(DEBUGLIBPATH) \ - -Ic:\gonzo\ace-4.5.2\ACE_wrappers;$(BCB)\include -$Y -$W -$O- -v -JPHN -M -RFLAGS = -D_NO_VCL -ic:\gonzo\ace-4.5.2\ACE_wrappers;$(BCB)\include -AFLAGS = /ic:\gonzo\ace-4.5.2\ACE_wrappers /i$(BCB)\include /d_NO_VCL /mx /w2 /zd + -I..;$(BCB)\include -$Y -$W -$O- -v -JPHN -M +RFLAGS = -D_NO_VCL -i..;$(BCB)\include +AFLAGS = /i.. /i$(BCB)\include /d_NO_VCL /mx /w2 /zd LFLAGS = -L$(BCB)\lib;$(DEBUGLIBPATH) -ap -Tpe -x -Gn -v IFLAGS = # --------------------------------------------------------------------------- @@ -77,7 +77,7 @@ Comments= [HistoryLists\hlIncludePath] Count=2 -Item0=c:\gonzo\ace-4.5.2\ACE_wrappers;$(BCB)\include +Item0=..;$(BCB)\include Item1=$(ACE_ROOT);$(BCB)\include [HistoryLists\hlLibraryPath] |