Subversion Repositories gelsvn

Rev

Rev 111 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 111 Rev 119
1
conditional_include "common"
1
conditional_include "common"
2
conditional_include "windowscommon"
2
conditional_include "windowscommon"
3
 
3
 
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
9
use_exe_modifier   = 1
10
 
10
 
11
     
11
     
12
Release {
12
Release {
13
  optimize         = 3
13
  optimize         = 3
14
  defines          = NDEBUG
14
  defines          = NDEBUG
15
  intermediate_dir = Release
15
  intermediate_dir = Release
16
  runtime_library  = 0
16
  runtime_library  = 0
17
  ignore_default_library_name = LIBC; LIBCD
17
  ignore_default_library_name = LIBC; LIBCD
18
 install = ../../bin
18
 install = ../../bin
19
  
19
  
20
}
20
}
21
 
21
 
22
Debug {
22
Debug {
23
  optimize         =
23
  optimize         =
24
  defines          = _DEBUG
24
  defines          = _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
    install = ../../bin
30
    install = ../../bin
31
}
31
}
32
 
32
 
33
Install {
33
Install {
34
  optimize         = 3
34
  optimize         = 3
35
  defines          = NDEBUG
35
  defines          = NDEBUG
36
  install           = $(GELEXT)\bin
36
  install           = $(GELEXT)\bin
37
  intermediate_dir = Install
37
  intermediate_dir = Install
38
  runtime_library  = 0
38
  runtime_library  = 0
39
  ignore_default_library_name = LIBC; LIBCD
39
  ignore_default_library_name = LIBC; LIBCD
40
//  postbuild = call runme.bat
40
//  postbuild = call runme.bat
41
}
41
}
42
 
42
 
43
conditional_include "vcpartialmacros"
43
conditional_include "vcpartialmacros"
44
 
44