Subversion Repositories gelsvn

Rev

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

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