Changeset 2318 for GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src
- Timestamp:
- 04/04/07 13:51:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src/IVReader.vcproj
r2280 r2318 290 290 <Configuration 291 291 Name="Release_qt|Win32" 292 OutputDirectory=" $(ConfigurationName)"293 IntermediateDirectory=" $(ConfigurationName)"292 OutputDirectory="Release" 293 IntermediateDirectory="Release" 294 294 ConfigurationType="2" 295 295 CharacterSet="2"> … … 310 310 OutputFile="$(OutDir)/IVReader.dll" 311 311 LinkIncremental="1" 312 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\lib\ $(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\..\GtpVisibility\lib\$(ConfigurationName)";"..\..\lib\$(ConfigurationName)";"..\lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)""312 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\lib\Release";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"$(OGRE_PATH)\Dependencies\lib\Release";..\..\GtpVisibility\lib\Release;..\..\lib\Release" 313 313 GenerateDebugInformation="FALSE" 314 314 SubSystem="2" … … 321 321 <Tool 322 322 Name="VCPostBuildEventTool" 323 CommandLine="copy $(OutDir)\$(TargetFileName) "$(OGRE_PATH)\Samples\Common\bin\ $(ConfigurationName)""/>323 CommandLine="copy $(OutDir)\$(TargetFileName) "$(OGRE_PATH)\Samples\Common\bin\Release""/> 324 324 <Tool 325 325 Name="VCPreBuildEventTool"/>
Note: See TracChangeset
for help on using the changeset viewer.