Subversion Repositories gelsvn

Rev

Rev 76 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76 Rev 94
Line 4... Line 4...
4
configurations     = Release Debug Install
4
configurations     = Release Debug Install
5
common_defines     = WIN32 _WINDOWS
5
common_defines     = WIN32 _WINDOWS
6
configuration_type = 1
6
configuration_type = 1
7
subsystem = 1
7
subsystem = 1
8
ignore_default_library_names = 1 
8
ignore_default_library_names = 1 
-
 
9
use_exe_modifier   = 1
-
 
10
 
9
     
11
     
10
Release {
12
Release {
11
  optimize         = 3
13
  optimize         = 3
12
  defines          = NDEBUG
14
  defines          = NDEBUG
13
  install           = Release
-
 
14
  intermediate_dir = Release
15
  intermediate_dir = Release
15
  runtime_library  = 0
16
  runtime_library  = 0
16
  ignore_default_library_name = LIBC; LIBCD
17
  ignore_default_library_name = LIBC; LIBCD
17
 
18
 install = ../../bin
18
  
19
  
19
}
20
}
20
 
21
 
21
Debug {
22
Debug {
22
  optimize         =
23
  optimize         =
23
  defines          = _DEBUG
24
  defines          = _DEBUG
24
  install           = Debug
-
 
25
  intermediate_dir = Debug
25
  intermediate_dir = Debug
26
  pdbc             = 1
26
  pdbc             = 1
27
  runtime_library  = 1
27
  runtime_library  = 1
28
  lib_modifier     = d
28
  lib_modifier     = d
29
  ignore_default_library_name = LIBCD
29
  ignore_default_library_name = LIBCD
30
    
30
    install = ../../bin
31
}
31
}
32
 
32
 
33
Install {
33
Install {
34
  optimize         = 3
34
  optimize         = 3
35
  defines          = NDEBUG
35
  defines          = NDEBUG