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

Legend:

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

    r2228 r2232  
    206206                <Configuration 
    207207                        Name="Release Internal|Win32" 
    208                         OutputDirectory="Release" 
    209                         IntermediateDirectory="Release" 
     208                        OutputDirectory="..\libRelease" 
     209                        IntermediateDirectory="...\obj\Release" 
    210210                        ConfigurationType="4" 
    211211                        CharacterSet="2"> 
     
    238238                        <Tool 
    239239                                Name="VCLibrarianTool" 
    240                                 OutputFile="../lib/Release/$(ProjectName).lib"/> 
     240                                OutputFile="../lib/Release/Preprocessor.lib"/> 
    241241                        <Tool 
    242242                                Name="VCMIDLTool"/> 
     
    260260                <Configuration 
    261261                        Name="release_noqt|Win32" 
    262                         OutputDirectory="Release" 
    263                         IntermediateDirectory="Release" 
     262                        OutputDirectory="..\lib\Release" 
     263                        IntermediateDirectory="..\obj\Release" 
    264264                        ConfigurationType="4" 
    265                         CharacterSet="2"> 
     265                        CharacterSet="2" 
     266                        WholeProgramOptimization="TRUE"> 
    266267                        <Tool 
    267268                                Name="VCCLCompilerTool" 
     
    273274                                OmitFramePointers="TRUE" 
    274275                                EnableFiberSafeOptimizations="TRUE" 
     276                                WholeProgramOptimization="TRUE" 
    275277                                OptimizeForProcessor="1" 
    276278                                OptimizeForWindowsApplication="TRUE" 
     
    293295                        <Tool 
    294296                                Name="VCLibrarianTool" 
    295                                 OutputFile="../lib/Release/$(ProjectName).lib"/> 
     297                                OutputFile="../lib/Release/Preprocessor.lib"/> 
    296298                        <Tool 
    297299                                Name="VCMIDLTool"/> 
     
    315317                <Configuration 
    316318                        Name="Release_Qt|Win32" 
    317                         OutputDirectory="$(ConfigurationName)" 
    318                         IntermediateDirectory="$(ConfigurationName)" 
     319                        OutputDirectory="..\lib\Release" 
     320                        IntermediateDirectory="..\obj\Release" 
    319321                        ConfigurationType="4" 
    320322                        CharacterSet="2"> 
     
    11661168                        </File> 
    11671169                        <File 
     1170                                RelativePath=".\sparsehash\src\google\sparsehash\hash_fun.h"> 
     1171                        </File> 
     1172                        <File 
    11681173                                RelativePath=".\sparsehash\src\windows\hash_fun.h"> 
    1169                         </File> 
    1170                         <File 
    1171                                 RelativePath=".\sparsehash\src\google\sparsehash\hash_fun.h"> 
    11721174                        </File> 
    11731175                        <File 
Note: See TracChangeset for help on using the changeset viewer.