Subversion Repositories gelsvn

Rev

Rev 107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 217
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: bmakecommon.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: bmakecommon.mpt 217 2006-05-05 09:35:48Z bj $
3
 
3
 
4
conditional_include "common"
4
conditional_include "common"
5
 
5
 
6
// If there are more than two compilers,
6
// If there are more than two compilers,
7
// then the template needs to be modified to support that
7
// then the template needs to be modified to support that
8
compilers      = cbx bcc
8
compilers      = cbx bcc
9
configurations = Debug Release
9
configurations = Debug Release
10
common_defines = WIN32 _WINDOWS _NO_VCL
10
common_defines = WIN32 _WINDOWS
11
common_libs    = import32$(LIB_EXT) cw32mti.lib ws2_32.lib
11
common_libs    = import32$(LIB_EXT) cw32mti.lib ws2_32.lib
12
common_flags   = -a8
12
common_flags   = -a8
13
unicode_flags  = -WU
13
unicode_flags  = -WU
14
 
14
 
15
bcc {
15
bcc {