Subversion Repositories gelsvn

Rev

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

Rev 267 Rev 393
1
conditional_include "common"
1
conditional_include "common"
2
conditional_include "windowscommon"
2
conditional_include "windowscommon"
3
 
3
 
4
configurations     = Release Debug Install Install_Debug
4
configurations     = Release Debug Install Install_Debug
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
use_exe_modifier   = 1
8
use_exe_modifier   = 1
9
 
9
 
10
     
10
     
11
Release {
11
Release {
12
  optimize         = 3
12
  optimize         = 3
13
  defines          = NDEBUG
13
  defines          = NDEBUG
14
  intermediate_dir = Release
14
  intermediate_dir = Release
15
  runtime_library  = 0
15
  runtime_library  = 0
16
  install = $(GEL_ROOT)/bin
16
  install = $(GEL_ROOT)/bin
17
  
17
  
18
}
18
}
19
 
19
 
20
Debug {
20
Debug {
21
  optimize         =
21
  optimize         =
22
  defines          = _DEBUG
22
  defines          = _DEBUG
23
  intermediate_dir = Debug
23
  intermediate_dir = Debug
24
  pdbc             = 1
24
  pdbc             = 1
25
  runtime_library  = 1
25
  runtime_library  = 1
26
  lib_modifier     = d
26
  lib_modifier     = d
27
  install = $(GEL_ROOT)/bin
27
  install = $(GEL_ROOT)/bin
28
}
28
}
29
 
29
 
30
Install {
30
Install {
31
  optimize         = 3
31
  optimize         = 3
32
  defines          = NDEBUG
32
  defines          = NDEBUG
33
  install           = $(GEL_BIN)
33
  install           = $(GEL_BIN)
34
  intermediate_dir = Install
34
  intermediate_dir = Install
35
  runtime_library  = 0
35
  runtime_library  = 0
36
//  postbuild = call runme.bat
36
//  postbuild = call runme.bat
37
}
37
}
38
 
38
 
39
Install_Debug {
39
Install_Debug {
40
  optimize         = 
40
  optimize         = 
41
  defines          = _DEBUG
41
  defines          = _DEBUG
42
  install           = $(GEL_BIN)
42
  install           = $(GEL_BIN)
43
  intermediate_dir = Install_Debug
43
  intermediate_dir = Install_Debug
44
  pdbc             = 1
44
  pdbc             = 1
45
  runtime_library  = 1
45
  runtime_library  = 1
46
  lib_modifier     = d
46
  lib_modifier     = d
47
}
47
}
48
 
48
 
49
conditional_include "vcpartialmacros"
49
conditional_include "vcpartialmacros"
50
 
50