summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/vcl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/vcl.mpb')
-rw-r--r--bin/MakeProjectCreator/config/vcl.mpb15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/MakeProjectCreator/config/vcl.mpb b/bin/MakeProjectCreator/config/vcl.mpb
deleted file mode 100644
index bf6a1b9f571..00000000000
--- a/bin/MakeProjectCreator/config/vcl.mpb
+++ /dev/null
@@ -1,15 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- requires += vcl
- macros += ACE_HAS_VCL=1
- specific(bmake, borland) {
- use_vcl = 1
- lit_libs += rtl vcl
- compile_flags += -tW -tWV
- }
- verbatim(borland,macros) {
- VCL=1
- }
-}