Subversion Repositories gelsvn

Rev

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

Rev 212 Rev 223
Line 3... Line 3...
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
ignore_default_library_names = 1 
-
 
9
use_exe_modifier   = 1
8
use_exe_modifier   = 1
10
 
9
 
11
     
10
     
12
Release {
11
Release {
13
  optimize         = 3
12
  optimize         = 3
14
  defines          = NDEBUG
13
  defines          = NDEBUG
15
  intermediate_dir = Release
14
  intermediate_dir = Release
16
  runtime_library  = 0
15
  runtime_library  = 0
17
  ignore_default_library_name = LIBC; LIBCD
-
 
18
  install = $(GEL_ROOT)/bin
16
  install = $(GEL_ROOT)/bin
19
  
17
  
20
}
18
}
21
 
19
 
22
Debug {
20
Debug {
Line 24... Line 22...
24
  defines          = _DEBUG
22
  defines          = _DEBUG
25
  intermediate_dir = Debug
23
  intermediate_dir = Debug
26
  pdbc             = 1
24
  pdbc             = 1
27
  runtime_library  = 1
25
  runtime_library  = 1
28
  lib_modifier     = d
26
  lib_modifier     = d
29
  ignore_default_library_name = LIBCD
-
 
30
  install = $(GEL_ROOT)/bin
27
  install = $(GEL_ROOT)/bin
31
}
28
}
32
 
29
 
33
Install {
30
Install {
34
  optimize         = 3
31
  optimize         = 3
35
  defines          = NDEBUG
32
  defines          = NDEBUG
36
  install           = $(GELEXT)\bin
33
  install           = $(GELEXT)\bin
37
  intermediate_dir = Install
34
  intermediate_dir = Install
38
  runtime_library  = 0
35
  runtime_library  = 0
39
  ignore_default_library_name = LIBC; LIBCD
-
 
40
//  postbuild = call runme.bat
36
//  postbuild = call runme.bat
41
}
37
}
42
 
38
 
43
Install_Debug {
39
Install_Debug {
44
  optimize         = 
40
  optimize         = 
Line 46... Line 42...
46
  install           = $(GELEXT)\bin
42
  install           = $(GELEXT)\bin
47
  intermediate_dir = Install_Debug
43
  intermediate_dir = Install_Debug
48
  pdbc             = 1
44
  pdbc             = 1
49
  runtime_library  = 1
45
  runtime_library  = 1
50
  lib_modifier     = d
46
  lib_modifier     = d
51
  ignore_default_library_name = LIBCD
-
 
52
}
47
}
53
 
48
 
54
conditional_include "vcpartialmacros"
49
conditional_include "vcpartialmacros"