Ignore:
Timestamp:
03/12/07 00:18:23 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj

    r2231 r2232  
    183183                <Configuration 
    184184                        Name="Release Internal|Win32" 
    185                         OutputDirectory="bin\Release" 
    186                         IntermediateDirectory="bin\Release" 
     185                        OutputDirectory="..\bin\Release" 
     186                        IntermediateDirectory="..\obj\Release" 
    187187                        ConfigurationType="1" 
    188188                        CharacterSet="2" 
     
    249249                <Configuration 
    250250                        Name="release_noqt|Win32" 
    251                         OutputDirectory="$(ConfigurationName)" 
    252                         IntermediateDirectory="$(ConfigurationName)" 
    253                         ConfigurationType="1" 
    254                         CharacterSet="2"> 
     251                        OutputDirectory="..\bin\Release" 
     252                        IntermediateDirectory="..\obj\Release" 
     253                        ConfigurationType="1" 
     254                        CharacterSet="2" 
     255                        WholeProgramOptimization="FALSE"> 
    255256                        <Tool 
    256257                                Name="VCCLCompilerTool" 
     
    262263                                OmitFramePointers="TRUE" 
    263264                                EnableFiberSafeOptimizations="TRUE" 
     265                                WholeProgramOptimization="FALSE" 
    264266                                OptimizeForProcessor="1" 
    265267                                OptimizeForWindowsApplication="TRUE" 
     
    280282                                OutputFile="../bin/release/Preprocessor.exe" 
    281283                                LinkIncremental="1" 
    282                                 AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\Preprocessing\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\MultiLevelRayTracing\RTScene\Release;..\MultiLevelRayTracing\RTWorld\Release;&quot;$(QTDIR)\lib&quot;;.\QtGlRenderer\Release" 
     284                                AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\Preprocessing\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\MultiLevelRayTracing\RTScene\Release;..\MultiLevelRayTracing\RTWorld\Release" 
    283285                                GenerateDebugInformation="FALSE" 
    284286                                SubSystem="1" 
     
    311313                <Configuration 
    312314                        Name="Release_Qt|Win32" 
    313                         OutputDirectory="$(ConfigurationName)" 
    314                         IntermediateDirectory="$(ConfigurationName)" 
     315                        OutputDirectory="..\bin\Release" 
     316                        IntermediateDirectory="..\obj\Release" 
    315317                        ConfigurationType="1" 
    316318                        CharacterSet="2"> 
Note: See TracChangeset for help on using the changeset viewer.