Subversion Repositories gelsvn

Rev

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

Rev 111 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 = 4
6
configuration_type = 4
7
use_lib_modifier   = 1
7
use_lib_modifier   = 1
8
 
8
 
9
Release {
9
Release {
Line 29... Line 29...
29
  intermediate_dir = Install
29
  intermediate_dir = Install
30
  runtime_library  = 0
30
  runtime_library  = 0
31
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
31
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
32
 
32
 
33
}
33
}
-
 
34
 
-
 
35
Install_Debug {
-
 
36
  optimize         = 
-
 
37
  defines          = _DEBUG
-
 
38
  libout           = $(GELEXT)\lib\windows
-
 
39
  intermediate_dir = Install_Debug
-
 
40
  lib_modifier     = d
-
 
41
  runtime_library  = 1
-
 
42
  pdbc             = 1
-
 
43
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
-
 
44
 
34
 
45
} 
35
conditional_include "vcpartialmacros"
46
conditional_include "vcpartialmacros"