Subversion Repositories DevTools

Rev

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

Rev 1898 Rev 1900
Line 46... Line 46...
46
	<property name="msvc_lib_debug" value="${msvc_lib}"/>
46
	<property name="msvc_lib_debug" value="${msvc_lib}"/>
47
	<property name="msvc_lib_release" value="${msvc_lib}"/>
47
	<property name="msvc_lib_release" value="${msvc_lib}"/>
48
 
48
 
49
 
49
 
50
	<compiler id="msvc_compiler_debug_console" name="${msvc_compilername}">
50
	<compiler id="msvc_compiler_debug_console" name="${msvc_compilername}">
51
		<compilerarg value="/G6"/>
51
		<compilerarg value="/G6"/>	<!-- Optimize for Pentium Pro -->
52
		<compilerarg value="/MDd"/>
52
		<compilerarg value="/MDd"/>	<!-- link with MSVCRTD.LIB debug lib -->
53
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
53
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
-
 
54
		
54
		<compilerarg value="/W3"/>
55
		<compilerarg value="/W3"/>	<!-- Warning Level 3 -->
55
		<compilerarg value="/GX"/>
56
		<compilerarg value="/GX"/>	<!-- Enable C++ EH (same as /EHsc) enable synchronous C++ and extern "C" defaults to nothrow -->
56
		<compilerarg value="/Od"/>
-
 
57
 
-
 
58
		<compilerarg value="-DNO_STRICT"/>
57
		<compilerarg value="-DNO_STRICT"/>
-
 
58
 
-
 
59
		<compilerarg value="/Od"/>	<!-- Disable Optimization for Debug Build -->
-
 
60
		<compilerarg value="/Zi"/>
59
		<compilerarg value="-D_DEBUG"/>
61
		<compilerarg value="-D_DEBUG"/>
60
		<compilerarg value="-DNDEBUG"/>
62
		<compilerarg value="-DDEBUG"/>
61
 
63
 
62
		<compilerarg value="-DWIN32"/>
64
		<compilerarg value="-DWIN32"/>
63
		<compilerarg value="-D_WINDOWS"/>
65
		<compilerarg value="-D_WINDOWS"/>
64
	</compiler>
66
	</compiler>
65
 
67
 
66
	<compiler id="msvc_compiler_debug_gui" name="${msvc_compilername}">
68
	<compiler id="msvc_compiler_debug_gui" name="${msvc_compilername}">
67
		<compilerarg value="/G6"/>
69
		<compilerarg value="/G6"/>	<!-- Optimize for Pentium Pro -->
68
		<compilerarg value="/MDd"/>
70
		<compilerarg value="/MDd"/>	<!-- link with MSVCRTD.LIB debug lib -->
69
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
71
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
-
 
72
 
70
		<compilerarg value="/W3"/>
73
		<compilerarg value="/W3"/>	<!-- Warning Level 3 -->
71
		<compilerarg value="/GX"/>
74
		<compilerarg value="/GX"/>	<!-- Enable C++ EH (same as /EHsc) enable synchronous C++ and extern "C" defaults to nothrow -->
72
		<compilerarg value="/Od"/>
-
 
73
 
75
 
74
		<compilerarg value="-DNO_STRICT"/>
76
		<compilerarg value="-DNO_STRICT"/>
-
 
77
 
-
 
78
		<compilerarg value="/Od"/>	<!-- Disable Optimization for Debug Build -->
-
 
79
		<compilerarg value="/Zi"/>
75
		<compilerarg value="-D_DEBUG"/>
80
		<compilerarg value="-D_DEBUG"/>
76
		<compilerarg value="-DNDEBUG"/>
81
		<compilerarg value="-DDEBUG"/>
77
 
82
 
78
		<compilerarg value="-DWIN32"/>
83
		<compilerarg value="-DWIN32"/>
79
		<compilerarg value="-D_WINDOWS"/>
84
		<compilerarg value="-D_WINDOWS"/>
80
	</compiler>
85
	</compiler>
81
 
86
 
82
	<compiler id="msvc_compiler_release_console" name="${msvc_compilername}">
87
	<compiler id="msvc_compiler_release_console" name="${msvc_compilername}">
83
		<compilerarg value="/G6"/>
88
		<compilerarg value="/G6"/>	<!-- Optimize for Pentium Pro -->
84
		<compilerarg value="/MD"/>
89
		<compilerarg value="/MD"/>	<!-- link with MSVCRT.LIB -->
85
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
90
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
86
		<compilerarg value="/W3"/>
-
 
87
		<compilerarg value="/GX"/>
-
 
88
		<compilerarg value="/O2"/>
-
 
89
		<compilerarg value="/Ob2"/>
-
 
90
 
91
 
-
 
92
		<compilerarg value="/W3"/>	<!-- Warning Level 3 -->
-
 
93
		<compilerarg value="/GX"/>	<!-- Enable C++ EH (same as /EHsc) enable synchronous C++ and extern "C" defaults to nothrow -->
-
 
94
 
-
 
95
		<compilerarg value="/Od"/>	<!-- Disable Optimization for Debugable Release Code -->
-
 
96
		<compilerarg value="/Zi"/>	<!-- Place Source Code information in debugable code -->
-
 
97
		<compilerarg value="-DNDEBUG"/>
91
	</compiler>
98
	</compiler>
92
 
99
 
93
	<compiler id="msvc_compiler_release_gui" name="${msvc_compilername}">
100
	<compiler id="msvc_compiler_release_gui" name="${msvc_compilername}">
94
		<compilerarg value="/G6"/>
101
		<compilerarg value="/G6"/>	<!-- Optimize for Pentium Pro -->
95
		<compilerarg value="/MD"/>
102
		<compilerarg value="/MD"/>	<!-- link with MSVCRT.LIB -->
96
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
103
		<compilerarg value="/Ze"/>	<!-- Enable langauge extensions -->
97
		<compilerarg value="/W3"/>
-
 
98
		<compilerarg value="/GX"/>
-
 
99
		<compilerarg value="/O2"/>
-
 
100
		<compilerarg value="/Ob2"/>
-
 
101
 
104
 
-
 
105
		<compilerarg value="/W3"/>	<!-- Warning Level 3 -->
-
 
106
		<compilerarg value="/GX"/>	<!-- Enable C++ EH (same as /EHsc) enable synchronous C++ and extern "C" defaults to nothrow -->
-
 
107
 
-
 
108
		<compilerarg value="/Od"/>	<!-- Disable Optimization for Debugable Release Code -->
-
 
109
		<compilerarg value="/Zi"/>	<!-- Place Source Code information in debugable code -->
-
 
110
		<compilerarg value="-DNDEBUG"/>
102
	</compiler>
111
	</compiler>
103
 
112
 
104
	<linker id="msvc_linker_debug_console" name="${msvc_compilername}" path="${msvc_bin}">
113
	<linker id="msvc_linker_debug_console" name="${msvc_compilername}" path="${msvc_bin}">
105
		<!-- linkerarg value="${msvc_lib_path_option}"/ -->
114
		<!-- linkerarg value="${msvc_lib_path_option}"/ -->
106
 
115