Ignore:
Timestamp:
07/24/06 10:12:34 (18 years ago)
Author:
mattausch
Message:

vsposp debug version

Location:
GTP/trunk/Lib/Vis/Preprocessing/scripts
Files:
2 edited

Legend:

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

    r1138 r1145  
    164164                        </File> 
    165165                        <File 
    166                                 RelativePath="..\src\GlRenderer.cpp"> 
    167                         </File> 
    168                         <File 
    169                                 RelativePath="..\src\GlRenderer.h"> 
    170                                 <FileConfiguration 
    171                                         Name="Release|Win32"> 
    172                                         <Tool 
    173                                                 Name="VCCustomBuildTool" 
    174                                                 Description="Performing moc on $(InputName).h" 
    175                                                 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 
    176 " 
    177                                                 Outputs="$(InputDir)moc_$(InputName).cpp"/> 
    178                                 </FileConfiguration> 
    179                         </File> 
    180                         <File 
    181166                                RelativePath="..\src\GzBinFileInputStream.cpp"> 
    182167                        </File> 
     
    246231                        <File 
    247232                                RelativePath="..\src\MeshKdTree.h"> 
    248                         </File> 
    249                         <File 
    250                                 RelativePath="..\src\moc_GlRenderer.cpp"> 
    251                         </File> 
    252                         <File 
    253                                 RelativePath="..\src\moc_Preprocessor.cpp"> 
    254                         </File> 
    255                         <File 
    256                                 RelativePath="..\src\moc_PreprocessorThread.cpp"> 
    257233                        </File> 
    258234                        <File 
     
    356332                        </File> 
    357333                        <File 
    358                                 RelativePath="..\src\Renderer.cpp"> 
    359                         </File> 
    360                         <File 
    361                                 RelativePath="..\src\Renderer.h"> 
    362                         </File> 
    363                         <File 
    364334                                RelativePath="..\src\RenderSampler.cpp"> 
    365335                        </File> 
     
    548518                        <File 
    549519                                RelativePath="..\include\ViewCell.h"> 
     520                        </File> 
     521                </Filter> 
     522                <Filter 
     523                        Name="Renderer" 
     524                        Filter=""> 
     525                        <File 
     526                                RelativePath="..\src\GlRenderer.cpp"> 
     527                        </File> 
     528                        <File 
     529                                RelativePath="..\src\GlRenderer.h"> 
     530                        </File> 
     531                        <File 
     532                                RelativePath="..\src\QtGlRenderer.cpp"> 
     533                        </File> 
     534                        <File 
     535                                RelativePath="..\src\QtGlRenderer.h"> 
     536                        </File> 
     537                        <File 
     538                                RelativePath="..\src\Renderer.cpp"> 
     539                        </File> 
     540                        <File 
     541                                RelativePath="..\src\Renderer.h"> 
    550542                        </File> 
    551543                </Filter> 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/TestPreprocessor.vcproj

    r1077 r1145  
    7070                        <Tool 
    7171                                Name="VCCLCompilerTool" 
    72                                 AdditionalIncludeDirectories="..\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" 
     72                                AdditionalIncludeDirectories="..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(BOOST_INCLUDE)&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces" 
    7373                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    7474                                RuntimeLibrary="2" 
     
    8585                                OutputFile="$(OutDir)/Preprocessor.exe" 
    8686                                LinkIncremental="1" 
    87                                 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;;..\lib\release;..\..\Preprocessing\lib\release" 
     87                                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;;..\lib\release;..\..\Preprocessing\lib\release;&quot;$(BOOST_LIB)&quot;" 
    8888                                GenerateDebugInformation="FALSE" 
    8989                                SubSystem="1" 
Note: See TracChangeset for help on using the changeset viewer.