Subversion Repositories gelsvn

Rev

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

Rev 221 Rev 223
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
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 Install_Debug
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
-
 
14
DisableSpecificWarnings = 4996
13
DisableSpecificWarnings = 4996
15
use_exe_modifier   = 1
14
use_exe_modifier   = 1
16
 
15
 
17
 
16
 
18
conditional_include "vc8platforms"
17
conditional_include "vc8platforms"
19
 
18
 
20
Release {
19
Release {
21
  LinkIncremental  = 1
20
  LinkIncremental  = 1
22
  optimize         = 2
21
  optimize         = 2
23
  defines          = NDEBUG
22
  defines          = NDEBUG
24
  intermediate_dir = Release
23
  intermediate_dir = Release
25
  runtime_library  = 0
24
  runtime_library  = 0
26
  install = $(GEL_ROOT)/bin
25
  install = $(GEL_ROOT)/bin
27
  ignore_default_library_name = LIBC
-
 
28
}
26
}
29
 
27
 
30
Debug {
28
Debug {
31
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
29
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
32
  intermediate_dir = Debug
30
  intermediate_dir = Debug
33
  lib_modifier     = d
31
  lib_modifier     = d
34
  runtime_library   = 1
32
  runtime_library   = 1
35
  install = $(GEL_ROOT)/bin
33
  install = $(GEL_ROOT)/bin
36
  ignore_default_library_name = LIBC
-
 
37
}
34
}
38
 
35
 
39
Install_Debug {
36
Install_Debug {
40
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
37
  defines          = _DEBUG _HAS_ITERATOR_DEBUGGING=0 _SECURE_SCL=0
41
  intermediate_dir = Debug
38
  intermediate_dir = Debug
42
  lib_modifier     = d
39
  lib_modifier     = d
43
  runtime_library   = 1
40
  runtime_library   = 1
44
  install          = $(GELEXT)\bin
41
  install          = $(GELEXT)\bin
45
  ignore_default_library_name = LIBC
-
 
46
}
42
}
47
 
43
 
48
Install {
44
Install {
49
  LinkIncremental  = 1
45
  LinkIncremental  = 1
50
  optimize         = 2
46
  optimize         = 2
51
  defines          = NDEBUG
47
  defines          = NDEBUG
52
  intermediate_dir = Release
48
  intermediate_dir = Release
53
  runtime_library   = 0
49
  runtime_library   = 0
54
  install          = $(GELEXT)\bin
50
  install          = $(GELEXT)\bin  
55
  ignore_default_library_name = LIBC
-
 
56
  
-
 
57
}
51
}
58
 
52
 
59
conditional_include "vcpartialmacros"
53
conditional_include "vcpartialmacros"
60
conditional_include "user_vc8exe"
54
conditional_include "user_vc8exe"