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 93... Line 93...
93
			/>
93
			/>
94
		</Configuration>
94
		</Configuration>
95
		<Configuration
95
		<Configuration
96
			Name="Release|Win32"
96
			Name="Release|Win32"
97
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98
			IntermediateDirectory="$(ConfigurationName)"
98
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spktool"
99
			ConfigurationType="1"
99
			ConfigurationType="1"
100
			CharacterSet="1"
100
			CharacterSet="1"
101
			WholeProgramOptimization="1"
101
			WholeProgramOptimization="1"
102
			>
102
			>
103
			<Tool
103
			<Tool
Line 115... Line 115...
115
			<Tool
115
			<Tool
116
				Name="VCMIDLTool"
116
				Name="VCMIDLTool"
117
			/>
117
			/>
118
			<Tool
118
			<Tool
119
				Name="VCCLCompilerTool"
119
				Name="VCCLCompilerTool"
120
				AdditionalIncludeDirectories="C:\Users\Cycrow\Documents\Programming\spk\src"
120
				AdditionalIncludeDirectories="../../libspk/src"
121
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
121
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
122
				RuntimeLibrary="2"
122
				RuntimeLibrary="2"
123
				UsePrecompiledHeader="0"
123
				UsePrecompiledHeader="0"
124
				WarningLevel="3"
124
				WarningLevel="3"
125
				Detect64BitPortabilityProblems="false"
125
				Detect64BitPortabilityProblems="false"
Line 134... Line 134...
134
			<Tool
134
			<Tool
135
				Name="VCPreLinkEventTool"
135
				Name="VCPreLinkEventTool"
136
			/>
136
			/>
137
			<Tool
137
			<Tool
138
				Name="VCLinkerTool"
138
				Name="VCLinkerTool"
139
				AdditionalDependencies="../release/spk.lib"
139
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib"
-
 
140
				OutputFile="$(SolutionDir)\exe\$(ProjectName).exe"
140
				LinkIncremental="1"
141
				LinkIncremental="1"
141
				GenerateDebugInformation="true"
142
				GenerateDebugInformation="true"
142
				SubSystem="1"
143
				SubSystem="1"
143
				OptimizeReferences="2"
144
				OptimizeReferences="2"
144
				EnableCOMDATFolding="2"
145
				EnableCOMDATFolding="2"