Subversion Repositories spk

Rev

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

Rev 2 Rev 10
Line 90... Line 90...
90
			/>
90
			/>
91
		</Configuration>
91
		</Configuration>
92
		<Configuration
92
		<Configuration
93
			Name="Release|Win32"
93
			Name="Release|Win32"
94
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
95
			IntermediateDirectory="$(ConfigurationName)"
95
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\XModPatch"
96
			ConfigurationType="1"
96
			ConfigurationType="1"
97
			CharacterSet="1"
97
			CharacterSet="1"
98
			WholeProgramOptimization="1"
98
			WholeProgramOptimization="1"
99
			>
99
			>
100
			<Tool
100
			<Tool
Line 114... Line 114...
114
			/>
114
			/>
115
			<Tool
115
			<Tool
116
				Name="VCCLCompilerTool"
116
				Name="VCCLCompilerTool"
117
				Optimization="2"
117
				Optimization="2"
118
				EnableIntrinsicFunctions="true"
118
				EnableIntrinsicFunctions="true"
119
				AdditionalIncludeDirectories="C:\Users\Cycrow\Documents\Programming\spk\src"
119
				AdditionalIncludeDirectories="../../libspk/src"
120
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
120
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
121
				RuntimeLibrary="2"
121
				RuntimeLibrary="2"
122
				EnableFunctionLevelLinking="true"
122
				EnableFunctionLevelLinking="true"
123
				UsePrecompiledHeader="0"
123
				UsePrecompiledHeader="0"
124
				WarningLevel="3"
124
				WarningLevel="3"
Line 133... Line 133...
133
			<Tool
133
			<Tool
134
				Name="VCPreLinkEventTool"
134
				Name="VCPreLinkEventTool"
135
			/>
135
			/>
136
			<Tool
136
			<Tool
137
				Name="VCLinkerTool"
137
				Name="VCLinkerTool"
138
				AdditionalDependencies="../release/spk.lib"
138
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib"
-
 
139
				OutputFile="$(SolutionDir)\exe\$(ProjectName).exe"
139
				LinkIncremental="1"
140
				LinkIncremental="1"
140
				GenerateDebugInformation="true"
141
				GenerateDebugInformation="true"
141
				SubSystem="1"
142
				SubSystem="1"
142
				OptimizeReferences="2"
143
				OptimizeReferences="2"
143
				EnableCOMDATFolding="2"
144
				EnableCOMDATFolding="2"