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: vc8exe.mpt,v 1.3 2005/10/06 21:52:57 shuston Exp $
2
// $Id: vc8exe.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 _CONSOLE 
8
common_defines     = WIN32 _CONSOLE 
9
ConfigurationType  = 1
9
ConfigurationType  = 1
10
SubSystem          = 1
10
SubSystem          = 1
11
Detect64BitPortabilityProblems = false
11
Detect64BitPortabilityProblems = false
12
MinimalRebuild     = false
12
MinimalRebuild     = false
13
Ignore_default_library_names = 1
13
Ignore_default_library_names = 1
14
DisableSpecificWarnings = 4996
14
DisableSpecificWarnings = 4996
-
 
15
use_exe_modifier   = 1
-
 
16
 
15
 
17
 
16
conditional_include "vc8platforms"
18
conditional_include "vc8platforms"
17
 
19
 
18
Release {
20
Release {
19
  LinkIncremental  = 1
21
  LinkIncremental  = 1
Line 32... Line 34...
32
  RuntimeLibrary   = 1
34
  RuntimeLibrary   = 1
33
  install = $(GEL_ROOT)/bin
35
  install = $(GEL_ROOT)/bin
34
  ignore_default_library_name = LIBC
36
  ignore_default_library_name = LIBC
35
}
37
}
36
 
38
 
-
 
39
Install_Debug {
-
 
40
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
-
 
41
  intermediate_dir = Debug
-
 
42
  lib_modifier     = d
-
 
43
  RuntimeLibrary   = 1
-
 
44
  install          = $(GELEXT)\bin
-
 
45
  ignore_default_library_name = LIBC
-
 
46
}
-
 
47
 
37
Install {
48
Install {
38
  LinkIncremental  = 1
49
  LinkIncremental  = 1
39
  optimize         = 2
50
  optimize         = 2
40
  defines          = NDEBUG
51
  defines          = NDEBUG
41
  intermediate_dir = Release
52
  intermediate_dir = Release