Subversion Repositories gelsvn

Rev

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

Rev 198 Rev 212
Line 1... Line 1...
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 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 
8
ignore_default_library_names = 1 
9
use_exe_modifier   = 1
9
use_exe_modifier   = 1
Line 38... Line 38...
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
Install_Debug {
-
 
44
  optimize         = 
-
 
45
  defines          = _DEBUG
-
 
46
  install           = $(GELEXT)\bin
-
 
47
  intermediate_dir = Install_Debug
-
 
48
  pdbc             = 1
-
 
49
  runtime_library  = 1
-
 
50
  lib_modifier     = d
-
 
51
  ignore_default_library_name = LIBCD
-
 
52
}
-
 
53
 
43
conditional_include "vcpartialmacros"
54
conditional_include "vcpartialmacros"