summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-17 12:36:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-17 12:36:07 +0000
commit06c9cb85b0205b039a61173da8294d8db0e039fc (patch)
treea4e1c5ac6ee81b9d0eea343e8ab92604dffb49fb
parent3654ad953ee69b083aadfff4dba38d74fa0186d5 (diff)
downloadATCD-06c9cb85b0205b039a61173da8294d8db0e039fc.tar.gz
ChangeLogTag: Thu Nov 17 12:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--bin/MakeProjectCreator/config/global.features1
-rw-r--r--bin/MakeProjectCreator/config/vcl.mpb7
-rw-r--r--include/makeinclude/compiler.bor6
3 files changed, 11 insertions, 3 deletions
diff --git a/bin/MakeProjectCreator/config/global.features b/bin/MakeProjectCreator/config/global.features
index 8dec860188a..b882af40920 100644
--- a/bin/MakeProjectCreator/config/global.features
+++ b/bin/MakeProjectCreator/config/global.features
@@ -41,6 +41,7 @@ wince = 0
uses_wchar = 0
ziparchive = 0
negotiate_codesets = 0
+vcl = 0
// Features for various GUI libraries
diff --git a/bin/MakeProjectCreator/config/vcl.mpb b/bin/MakeProjectCreator/config/vcl.mpb
new file mode 100644
index 00000000000..20d97ea19d8
--- /dev/null
+++ b/bin/MakeProjectCreator/config/vcl.mpb
@@ -0,0 +1,7 @@
+project {
+ requires += vcl
+ macros += ACE_HAS_VCL=1
+ specific(borland) {
+ lit_libs += rtl vcl
+ }
+}
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor
index 5fbe5ad89a5..87a3edcc96e 100644
--- a/include/makeinclude/compiler.bor
+++ b/include/makeinclude/compiler.bor
@@ -92,11 +92,11 @@ DEBUG_LFLAGS = -v -L$(BCB)\lib\debug
!endif
!else
!if $(BCBVER) == 6 || $(BCBVER) == 5
-DEBUG_CFLAGS = -OS -Ov -Og -DNDEBUG -L$(BCB)\lib\release
+DEBUG_CFLAGS = -OS -Ov -Og -DNDEBUG
!else
-DEBUG_CFLAGS = -O2 -DNDEBUG -L$(BCB)\lib\release
+DEBUG_CFLAGS = -O2 -DNDEBUG
!endif
-DEBUG_LFLAGS =
+DEBUG_LFLAGS = -L$(BCB)\lib\release
!endif
!ifdef STATIC