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 221
Line 16... Line 16...
16
 
16
 
17
Release {
17
Release {
18
  optimize         = 2
18
  optimize         = 2
19
  defines          = NDEBUG
19
  defines          = NDEBUG
20
  intermediate_dir = Release
20
  intermediate_dir = Release
21
  RuntimeLibrary   = 0
21
  runtime_library   = 0
22
}
22
}
23
 
23
 
24
Debug {
24
Debug {
25
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
25
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
26
  intermediate_dir = Debug
26
  intermediate_dir = Debug
27
  lib_modifier     = d
27
  lib_modifier     = d
28
  RuntimeLibrary   = 1
28
  runtime_library   = 1
29
}
29
}
30
 
30
 
31
Install_Debug {
31
Install_Debug {
32
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
32
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
33
  intermediate_dir = Install_Debug
33
  intermediate_dir = Install_Debug
34
  lib_modifier     = d
34
  lib_modifier     = d
35
  RuntimeLibrary   = 1
35
  runtime_library   = 1
36
  libout       = $(GELEXT)\lib\windows
36
  libout       = $(GELEXT)\lib\windows
37
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
37
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
38
}
38
}
39
 
39
 
40
 
40
 
41
Install {
41
Install {
42
  optimize         = 2
42
  optimize         = 2
43
  defines          = NDEBUG
43
  defines          = NDEBUG
44
  intermediate_dir = Install
44
  intermediate_dir = Install
45
  RuntimeLibrary   = 0
45
  runtime_library   = 0
46
  libout       = $(GELEXT)\lib\windows
46
  libout       = $(GELEXT)\lib\windows
47
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
47
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
48
}
48
}
49
 
49
 
50
conditional_include "vcpartialmacros"
50
conditional_include "vcpartialmacros"