Subversion Repositories spk

Rev

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

Rev 7 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)\spkconvert"
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="../../libspk/src"
120
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
121
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
121
				RuntimeLibrary="2"
122
				RuntimeLibrary="2"
122
				UsePrecompiledHeader="0"
123
				UsePrecompiledHeader="0"
123
				WarningLevel="3"
124
				WarningLevel="3"
124
				Detect64BitPortabilityProblems="true"
125
				Detect64BitPortabilityProblems="true"
125
				DebugInformationFormat="3"
126
				DebugInformationFormat="3"
Line 133... Line 134...
133
			<Tool
134
			<Tool
134
				Name="VCPreLinkEventTool"
135
				Name="VCPreLinkEventTool"
135
			/>
136
			/>
136
			<Tool
137
			<Tool
137
				Name="VCLinkerTool"
138
				Name="VCLinkerTool"
138
				AdditionalDependencies="../release/spk.lib"
139
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib"
-
 
140
				OutputFile="$(SolutionDir)\exe\$(ProjectName).exe"
139
				LinkIncremental="1"
141
				LinkIncremental="1"
140
				GenerateDebugInformation="true"
142
				GenerateDebugInformation="true"
141
				SubSystem="1"
143
				SubSystem="1"
142
				OptimizeReferences="2"
144
				OptimizeReferences="2"
143
				EnableCOMDATFolding="2"
145
				EnableCOMDATFolding="2"