Changeset 1239 for GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader
- Timestamp:
- 08/21/06 01:44:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src/IVReader.vcproj
r1236 r1239 217 217 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 218 218 </Configuration> 219 <Configuration 220 Name="Release Internal|Win32" 221 OutputDirectory="$(ConfigurationName)" 222 IntermediateDirectory="$(ConfigurationName)" 223 ConfigurationType="2" 224 CharacterSet="2"> 225 <Tool 226 Name="VCCLCompilerTool" 227 AdditionalIncludeDirectories=""$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Dependencies\include";"$(OGRE_PATH)\Samples\Common\include";..\include" 228 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 229 RuntimeLibrary="2" 230 UsePrecompiledHeader="0" 231 WarningLevel="3" 232 Detect64BitPortabilityProblems="TRUE" 233 DebugInformationFormat="3"/> 234 <Tool 235 Name="VCCustomBuildTool"/> 236 <Tool 237 Name="VCLinkerTool" 238 AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 239 OutputFile="$(OutDir)/IVReader.dll" 240 LinkIncremental="1" 241 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\..\GtpVisibility\lib\$(ConfigurationName)";"..\..\lib\$(ConfigurationName)";"..\lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)"" 242 GenerateDebugInformation="TRUE" 243 SubSystem="2" 244 OptimizeReferences="2" 245 EnableCOMDATFolding="2" 246 ImportLibrary="$(OutDir)/IVReader.lib" 247 TargetMachine="1"/> 248 <Tool 249 Name="VCMIDLTool"/> 250 <Tool 251 Name="VCPostBuildEventTool" 252 CommandLine="copy $(OutDir)\$(TargetFileName) "$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)""/> 253 <Tool 254 Name="VCPreBuildEventTool"/> 255 <Tool 256 Name="VCPreLinkEventTool"/> 257 <Tool 258 Name="VCResourceCompilerTool"/> 259 <Tool 260 Name="VCWebServiceProxyGeneratorTool"/> 261 <Tool 262 Name="VCXMLDataGeneratorTool"/> 263 <Tool 264 Name="VCWebDeploymentTool"/> 265 <Tool 266 Name="VCManagedWrapperGeneratorTool"/> 267 <Tool 268 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 269 </Configuration> 219 270 </Configurations> 220 271 <References>
Note: See TracChangeset
for help on using the changeset viewer.