Ignore:
Timestamp:
04/26/06 14:59:00 (18 years ago)
Author:
mattausch
Message:

created library from the preprocessor

File:
1 edited

Legend:

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

    r810 r827  
    5959                <Configuration 
    6060                        Name="Release|Win32" 
    61                         OutputDirectory="..\bin\$(ConfigurationName)" 
     61                        OutputDirectory="..\lib\$(ConfigurationName)" 
    6262                        IntermediateDirectory="..\obj\$(ConfigurationName)" 
    63                         ConfigurationType="1" 
     63                        ConfigurationType="4" 
    6464                        CharacterSet="2"> 
    6565                        <Tool 
    6666                                Name="VCCLCompilerTool" 
    67                                 InlineFunctionExpansion="2" 
    68                                 FavorSizeOrSpeed="1" 
     67                                InlineFunctionExpansion="0" 
     68                                FavorSizeOrSpeed="0" 
     69                                OptimizeForWindowsApplication="TRUE" 
    6970                                AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces" 
    7071                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    71                                 RuntimeLibrary="2" 
     72                                ExceptionHandling="TRUE" 
     73                                RuntimeLibrary="0" 
    7274                                DisableLanguageExtensions="FALSE" 
    7375                                ForceConformanceInForLoopScope="FALSE" 
     
    8082                                Name="VCCustomBuildTool"/> 
    8183                        <Tool 
    82                                 Name="VCLinkerTool" 
    83                                 AdditionalDependencies="xerces-c_2.lib zdll.lib zziplib.lib devil.lib qtmain.lib QtOpenGL4.lib QtCore4.lib QtGui4.lib Qt3Supportd4.lib QAxContainer.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib" 
    84                                 AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;&quot;$(QTDIR)\lib&quot;;..\include;..\src\GL;&quot;$(CG_LIB_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Xerces\xercesc\lib&quot;;&quot;$(GTPDIR)\NonGTP\zlib\lib&quot;;&quot;$(GTPDIR)\NonGTP\Devil\lib&quot;" 
    85                                 GenerateDebugInformation="FALSE" 
    86                                 LargeAddressAware="2"/> 
     84                                Name="VCLibrarianTool"/> 
    8785                        <Tool 
    8886                                Name="VCMIDLTool"/> 
     
    9997                        <Tool 
    10098                                Name="VCXMLDataGeneratorTool"/> 
    101                         <Tool 
    102                                 Name="VCWebDeploymentTool"/> 
    10399                        <Tool 
    104100                                Name="VCManagedWrapperGeneratorTool"/> 
     
    205201                        </File> 
    206202                        <File 
    207                                 RelativePath="..\src\main.cpp"> 
    208                         </File> 
    209                         <File 
    210203                                RelativePath="..\src\Material.cpp"> 
    211204                        </File> 
Note: See TracChangeset for help on using the changeset viewer.