Subversion Repositories gelsvn

Rev

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

Rev 198 Rev 212
Line 2... Line 2...
2
// $Id: vc8lib.mpt,v 1.3 2005/10/06 21:52:57 shuston Exp $
2
// $Id: vc8lib.mpt,v 1.3 2005/10/06 21:52:57 shuston Exp $
3
 
3
 
4
conditional_include "common"
4
conditional_include "common"
5
conditional_include "windowscommon"
5
conditional_include "windowscommon"
6
 
6
 
7
configurations     = Debug Release Install
7
configurations     = Debug Release Install Install_Debug
8
common_defines     = WIN32 _WINDOWS 
8
common_defines     = WIN32 _WINDOWS 
9
ConfigurationType  = 4
9
ConfigurationType  = 4
10
use_lib_modifier   = 1
10
use_lib_modifier   = 1
11
Detect64BitPortabilityProblems = false
11
Detect64BitPortabilityProblems = false
12
MinimalRebuild     = false
12
MinimalRebuild     = false
Line 26... Line 26...
26
  intermediate_dir = Debug
26
  intermediate_dir = Debug
27
  lib_modifier     = d
27
  lib_modifier     = d
28
  RuntimeLibrary   = 1
28
  RuntimeLibrary   = 1
29
}
29
}
30
 
30
 
-
 
31
Install_Debug {
-
 
32
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
-
 
33
  intermediate_dir = Install_Debug
-
 
34
  lib_modifier     = d
-
 
35
  RuntimeLibrary   = 1
-
 
36
  libout       = $(GELEXT)\lib\windows
-
 
37
  postbuild = xcopy /Y *.h $(GELEXT)include\$(ProjectName)\
-
 
38
}
-
 
39
 
31
 
40
 
32
Install {
41
Install {
33
  optimize         = 2
42
  optimize         = 2
34
  defines          = NDEBUG
43
  defines          = NDEBUG
35
  intermediate_dir = Install
44
  intermediate_dir = Install