summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/vcl.mpb
blob: 4c523e673f0f2846fb9fb454daf9927dcb731feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project {
  requires += vcl
  macros   += ACE_HAS_VCL=1
  specific(bmake, borland, bds) {
     use_vcl        = 1
     lit_libs      += rtl vcl
     compile_flags += -tW -tWV
     linkflags     += -aa
  }
  verbatim(borland,macros) {
    VCL=1
  }
}