Ignore:
Timestamp:
03/16/07 17:20:26 (17 years ago)
Author:
mattausch
Message:

improved scenemanager config

File:
1 edited

Legend:

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

    r2232 r2255  
    22<VisualStudioProject  
    33        ProjectType="Intel C++ Project" 
    4         Version="9.0" 
     4        Version="9.1" 
    55        Name="TestPreprocessor" 
    66        ProjectGUID="{2BF1B1A6-D665-472B-B1B1-E172512D66C1}" 
     
    186186                        <Tool  
    187187                                Name="GeneralTool" 
    188                                 OutputDirectory="bin\Release" 
    189                                 IntermediateDirectory="bin\Release" 
    190                                 ConfigurationType="1" 
    191                                 CharacterSet="2"/> 
     188                                OutputDirectory="..\bin\Release" 
     189                                IntermediateDirectory="..\obj\Release" 
     190                                ConfigurationType="1" 
     191                                CharacterSet="2" 
     192                                WholeProgramOptimization="0"/> 
    192193                        <Tool  
    193194                                Name="DebugTool"/> 
     
    206207                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT;USE_CG;USE_HASH_PV" 
    207208                                StringPooling="1" 
     209                                MinimalRebuild="1" 
    208210                                ExceptionHandling="1" 
    209211                                RuntimeLibrary="2" 
    210                                 EnableEnhancedInstructionSet="2" 
     212                                EnableEnhancedInstructionSet="0" 
    211213                                RuntimeTypeInfo="0" 
    212214                                UsePrecompiledHeader="0" 
    213215                                WarningLevel="3" 
    214216                                Detect64BitPortabilityProblems="1" 
    215                                 DebugInformationFormat="3"/> 
     217                                DebugInformationFormat="3" 
     218                                UseProcExt="2" 
     219                                RequireProcExt="2"/> 
    216220                        <Tool  
    217221                                Name="LinkerTool" 
    218222                                DelayImpLib="" 
    219223                                AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib RTScene.lib RTWorld.lib QtCore4.lib qtmain.lib cg.lib cgGL.lib QtOpenGL4.lib Qt3Support4.lib QtTest4.lib QtGui4.lib QtInterface.lib" 
    220                                 OutputFile="../bin/release/Preprocessor.exe" 
     224                                OutputFile="../bin/release/Preprocessor2.exe" 
    221225                                LinkIncremental="1" 
    222226                                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;;.\QtInterface\Release;&quot;$(CG_LIB_PATH)&quot;" 
     
    252256                        <Tool  
    253257                                Name="GeneralTool" 
    254                                 OutputDirectory="Release" 
    255                                 IntermediateDirectory="Release" 
     258                                OutputDirectory="..\bin\Release" 
     259                                IntermediateDirectory="..\obj\Release" 
    256260                                ConfigurationType="1" 
    257261                                CharacterSet="2" 
    258                                 WholeProgramOptimization="0"/> 
     262                                WholeProgramOptimization="1"/> 
    259263                        <Tool  
    260264                                Name="DebugTool"/> 
     
    318322                        <Tool  
    319323                                Name="GeneralTool" 
    320                                 OutputDirectory="$(ConfigurationName)" 
    321                                 IntermediateDirectory="$(ConfigurationName)" 
     324                                OutputDirectory="..\bin\Release" 
     325                                IntermediateDirectory="..\obj\Release" 
    322326                                ConfigurationType="1" 
    323327                                CharacterSet="2"/> 
Note: See TracChangeset for help on using the changeset viewer.