Subversion Repositories gelsvn

Rev

Rev 72 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
68 bj 1
conditional_include "common"
2
conditional_include "windowscommon"
3
 
4
configurations     = Release Debug Install
5
common_defines     = WIN32 _WINDOWS
6
configuration_type = 4
7
use_lib_modifier   = 1
8
 
9
Release {
10
  optimize         = 3
11
  defines          = NDEBUG
12
  libout           = Release
13
  intermediate_dir = Release
14
  runtime_library  = 2
15
}
16
 
17
Debug {
18
  optimize         =
19
  defines          = _DEBUG
20
  libout           = Debug
21
  intermediate_dir = Debug
22
  lib_modifier     = d
23
  runtime_library  = 3
24
  pdbc             = 1
25
}
26
 
27
Install {
28
  optimize         = 3
29
  defines          = NDEBUG
30
  libout           = $(GELEXT)\lib\windows
31
  intermediate_dir = Install
32
  runtime_library  = 2
33
  postbuild = runme.bat
34
}
35
 
36
conditional_include "vcpartialmacros"
37
conditional_include "user_vc7lib"