Ignore:
Timestamp:
01/04/07 13:14:07 (18 years ago)
Author:
mattausch
Message:

cleaned up solution

Location:
GTP/trunk/Lib/Vis/Preprocessing/src/QtGlRenderer
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtGlRenderer/QtGlRenderer.sln

    r1926 r1936  
    88                Debug = Debug 
    99                Release = Release 
     10                Release Internal = Release Internal 
    1011                release_internal = release_internal 
    1112        EndGlobalSection 
     
    1516                {B85DC7B1-58B6-4912-BD64-8B452630A368}.Release.ActiveCfg = Release|Win32 
    1617                {B85DC7B1-58B6-4912-BD64-8B452630A368}.Release.Build.0 = Release|Win32 
     18                {B85DC7B1-58B6-4912-BD64-8B452630A368}.Release Internal.ActiveCfg = Release Internal|Win32 
     19                {B85DC7B1-58B6-4912-BD64-8B452630A368}.Release Internal.Build.0 = Release Internal|Win32 
    1720                {B85DC7B1-58B6-4912-BD64-8B452630A368}.release_internal.ActiveCfg = release_internal|Win32 
    1821                {B85DC7B1-58B6-4912-BD64-8B452630A368}.release_internal.Build.0 = release_internal|Win32 
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtGlRenderer/QtGlRenderer.vcproj

    r1926 r1936  
    4040                                OutputFile="$(OutDir)/QtGlRenderer.dll" 
    4141                                LinkIncremental="2" 
    42                                 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\src\GL;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;"..\lib\$(ConfigurationName)"" 
     42                                AdditionalLibraryDirectories="..\..\lib\Debug;"$(CG_LIB_PATH)";..\GL;"..\lib\$(ConfigurationName)";"$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\..\NonGTP\Zlib\lib" 
    4343                                GenerateDebugInformation="TRUE" 
    4444                                ProgramDatabaseFile="$(OutDir)/QtGlRenderer.pdb" 
     
    149149                                OutputFile="Release/QtGlRenderer.dll" 
    150150                                LinkIncremental="1" 
    151                                 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;"..\..\lib\$(ConfigurationName)";..\..\MultiLevelRayTracing\RTScene\Release;..\..\MultiLevelRayTracing\RTWorld\Release" 
     151                                AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\lib\Release;..\..\MultiLevelRayTracing\RTScene\Release;..\..\MultiLevelRayTracing\RTWorld\Release" 
    152152                                GenerateDebugInformation="FALSE" 
    153153                                SubSystem="2" 
     
    162162                                Description=""copy dll to preprocessor dir"" 
    163163                                CommandLine="copy $(OutDir)\*.dll ..\..\bin\"/> 
     164                        <Tool 
     165                                Name="VCPreBuildEventTool"/> 
     166                        <Tool 
     167                                Name="VCPreLinkEventTool"/> 
     168                        <Tool 
     169                                Name="VCResourceCompilerTool"/> 
     170                        <Tool 
     171                                Name="VCWebServiceProxyGeneratorTool"/> 
     172                        <Tool 
     173                                Name="VCXMLDataGeneratorTool"/> 
     174                        <Tool 
     175                                Name="VCWebDeploymentTool"/> 
     176                        <Tool 
     177                                Name="VCManagedWrapperGeneratorTool"/> 
     178                        <Tool 
     179                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     180                </Configuration> 
     181                <Configuration 
     182                        Name="Release Internal|Win32" 
     183                        OutputDirectory="$(ConfigurationName)" 
     184                        IntermediateDirectory="$(ConfigurationName)" 
     185                        ConfigurationType="2" 
     186                        CharacterSet="2"> 
     187                        <Tool 
     188                                Name="VCCLCompilerTool" 
     189                                AdditionalIncludeDirectories="..\..\src;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\include;&quot;$(CG_INC_PATH)&quot;" 
     190                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QTGLRENDERER_EXPORTS" 
     191                                RuntimeLibrary="2" 
     192                                UsePrecompiledHeader="0" 
     193                                WarningLevel="3" 
     194                                Detect64BitPortabilityProblems="TRUE" 
     195                                DebugInformationFormat="3"/> 
     196                        <Tool 
     197                                Name="VCCustomBuildTool" 
     198                                Description="Performing moc on $(InputName).h" 
     199                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 
     200" 
     201                                Outputs="$(InputDir) moc_$(InputName).cpp"/> 
     202                        <Tool 
     203                                Name="VCLinkerTool" 
     204                                AdditionalDependencies="Preprocessor.lib qtmain.lib QtGui4.lib Qt3Support4.lib QAxContainer.lib QtCore4.lib QtOpenGL4.lib xerces-c_2.lib glew32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib RTScene.lib RTWorld.lib" 
     205                                OutputFile="Release/QtGlRenderer.dll" 
     206                                LinkIncremental="1" 
     207                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\..\..\..\..\..\..\NonGTP\Zlib\lib;&quot;$(CG_LIB_PATH)&quot;;..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\lib\Release;..\..\MultiLevelRayTracing\RTScene\Release;..\..\MultiLevelRayTracing\RTWorld\Release" 
     208                                GenerateDebugInformation="FALSE" 
     209                                SubSystem="2" 
     210                                OptimizeReferences="2" 
     211                                EnableCOMDATFolding="2" 
     212                                ImportLibrary="$(OutDir)/QtGlRenderer.lib" 
     213                                TargetMachine="1"/> 
     214                        <Tool 
     215                                Name="VCMIDLTool"/> 
     216                        <Tool 
     217                                Name="VCPostBuildEventTool" 
     218                                Description="&quot;copy dll to preprocessor dir&quot;" 
     219                                CommandLine="copy Release\*.dll ..\..\bin\"/> 
    164220                        <Tool 
    165221                                Name="VCPreBuildEventTool"/> 
     
    191247                        </File> 
    192248                        <File 
    193                                 RelativePath=".\moc_QtGlViewer.cpp"> 
    194                         </File> 
    195                         <File 
    196249                                RelativePath=".\QtGlRenderer.cpp"> 
    197250                        </File> 
    198251                        <File 
    199252                                RelativePath=".\QtGlRendererDll.cpp"> 
    200                         </File> 
    201                         <File 
    202                                 RelativePath=".\QtGlViewer.cpp"> 
    203253                        </File> 
    204254                </Filter> 
     
    227277                                                Outputs="$(InputDir) moc_$(InputName).cpp"/> 
    228278                                </FileConfiguration> 
    229                         </File> 
    230                         <File 
    231                                 RelativePath=".\QtGlViewer.h"> 
    232279                                <FileConfiguration 
    233                                         Name="Release|Win32"> 
     280                                        Name="Release Internal|Win32"> 
    234281                                        <Tool 
    235282                                                Name="VCCustomBuildTool" 
    236283                                                Description="Performing moc on $(InputName).h" 
    237                                                 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 
     284                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 
     285" 
    238286                                                Outputs="$(InputDir) moc_$(InputName).cpp"/> 
    239287                                </FileConfiguration> 
Note: See TracChangeset for help on using the changeset viewer.