Changeset 1140 for GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader
- Timestamp:
- 07/18/06 17:45:39 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/scripts/IVReader.vcproj
r1139 r1140 13 13 <Configuration 14 14 Name="Debug|Win32" 15 OutputDirectory=" Debug"16 IntermediateDirectory=" Debug"15 OutputDirectory="..\lib\$(ConfigurationName)" 16 IntermediateDirectory="..\obj\$(ConfigurationName)" 17 17 ConfigurationType="2" 18 18 CharacterSet="2"> … … 28 28 WarningLevel="3" 29 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat=" 4"/>30 DebugInformationFormat="3"/> 31 31 <Tool 32 32 Name="VCCustomBuildTool"/> 33 33 <Tool 34 34 Name="VCLinkerTool" 35 AdditionalDependencies="OgreMain_d.lib CEGUIBase_d.lib OgreGUIRenderer_d.lib" 35 36 OutputFile="$(OutDir)/IVReader.dll" 36 LinkIncremental="2" 37 LinkIncremental="1" 38 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\..\GtpVisibility\lib\$(ConfigurationName)";"..\..\lib\$(ConfigurationName)";"..\lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)"" 37 39 GenerateDebugInformation="TRUE" 38 ProgramDatabaseFile="$(OutDir)/ IVReader.pdb"40 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" 39 41 SubSystem="2" 40 42 ImportLibrary="$(OutDir)/IVReader.lib" … … 43 45 Name="VCMIDLTool"/> 44 46 <Tool 45 Name="VCPostBuildEventTool"/> 47 Name="VCPostBuildEventTool" 48 CommandLine="copy $(OutDir)\$(TargetFileName) "$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)""/> 46 49 <Tool 47 50 Name="VCPreBuildEventTool"/> … … 94 97 <Tool 95 98 Name="VCPostBuildEventTool" 96 CommandLine="copy $(OutDir)\$(TargetFileName) $(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)"/>99 CommandLine="copy $(OutDir)\$(TargetFileName) "$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)""/> 97 100 <Tool 98 101 Name="VCPreBuildEventTool"/>
Note: See TracChangeset
for help on using the changeset viewer.