Ignore:
Timestamp:
04/04/07 13:51:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/src/ObjReader.vcproj

    r2280 r2318  
    289289                <Configuration 
    290290                        Name="Release_qt|Win32" 
    291                         OutputDirectory="$(ConfigurationName)" 
    292                         IntermediateDirectory="$(ConfigurationName)" 
     291                        OutputDirectory="Release" 
     292                        IntermediateDirectory="Release" 
    293293                        ConfigurationType="2" 
    294294                        CharacterSet="2"> 
     
    309309                                OutputFile="$(OutDir)/ObjReader.dll" 
    310310                                LinkIncremental="1" 
    311                                 AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;" 
     311                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\Release&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;;..\..\GtpVisibility\lib\Release;..\..\lib\Release" 
    312312                                GenerateDebugInformation="FALSE" 
    313313                                SubSystem="2" 
     
    320320                        <Tool 
    321321                                Name="VCPostBuildEventTool" 
    322                                 CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
     322                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\Release&quot;"/> 
    323323                        <Tool 
    324324                                Name="VCPreBuildEventTool"/> 
Note: See TracChangeset for help on using the changeset viewer.