Subversion Repositories gelsvn

Rev

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

Rev 264 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 = 4
6
configuration_type = 4
7
use_lib_modifier   = 1
7
use_lib_modifier   = 1
8
 
8
 
9
Release {
9
Release {
10
  optimize         = 3
10
  optimize         = 3
11
  defines          = NDEBUG
11
  defines          = NDEBUG
12
  intermediate_dir = Release
12
  intermediate_dir = Release
13
  runtime_library  = 0
13
  runtime_library  = 0
14
}
14
}
15
 
15
 
16
Debug {
16
Debug {
17
  optimize         =
17
  optimize         =
18
  defines          = _DEBUG
18
  defines          = _DEBUG
19
  intermediate_dir = Debug
19
  intermediate_dir = Debug
20
  lib_modifier     = d
20
  lib_modifier     = d
21
  runtime_library  = 1
21
  runtime_library  = 1
22
  pdbc             = 1
22
  pdbc             = 1
23
}
23
}
24
 
24
 
25
Install {
25
Install {
26
  optimize         = 3
26
  optimize         = 3
27
  defines          = NDEBUG
27
  defines          = NDEBUG
28
  libout           = $(GEL_LIB)
28
  libout           = $(GEL_LIB)
29
  intermediate_dir = Install
29
  intermediate_dir = Install
30
  runtime_library  = 0
30
  runtime_library  = 0
31
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
31
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
32
 
32
 
33
}
33
}
34
 
34
 
35
Install_Debug {
35
Install_Debug {
36
  optimize         = 
36
  optimize         = 
37
  defines          = _DEBUG
37
  defines          = _DEBUG
38
  libout           = $(GEL_LIB)
38
  libout           = $(GEL_LIB)
39
  intermediate_dir = Install_Debug
39
  intermediate_dir = Install_Debug
40
  lib_modifier     = d
40
  lib_modifier     = d
41
  runtime_library  = 1
41
  runtime_library  = 1
42
  pdbc             = 1
42
  pdbc             = 1
43
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
43
  postbuild = xcopy /Y *.h $(GEL_INCLUDE)\$(ProjectName)\
44
 
44
 
45
} 
45
} 
46
conditional_include "vcpartialmacros"
46
conditional_include "vcpartialmacros"
47
 
47