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

Legend:

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

    r2280 r2318  
    290290                <Configuration 
    291291                        Name="Release_qt|Win32" 
    292                         OutputDirectory="$(ConfigurationName)" 
    293                         IntermediateDirectory="$(ConfigurationName)" 
     292                        OutputDirectory="Release" 
     293                        IntermediateDirectory="Release" 
    294294                        ConfigurationType="2" 
    295295                        CharacterSet="2"> 
     
    310310                                OutputFile="$(OutDir)/IVReader.dll" 
    311311                                LinkIncremental="1" 
    312                                 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;" 
     312                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\Release&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\Release&quot;;..\..\GtpVisibility\lib\Release;..\..\lib\Release" 
    313313                                GenerateDebugInformation="FALSE" 
    314314                                SubSystem="2" 
     
    321321                        <Tool 
    322322                                Name="VCPostBuildEventTool" 
    323                                 CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
     323                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\Release&quot;"/> 
    324324                        <Tool 
    325325                                Name="VCPreBuildEventTool"/> 
Note: See TracChangeset for help on using the changeset viewer.