Changeset 1936 for GTP/trunk/Lib/Vis/Preprocessing/src/QtGlRenderer
- Timestamp:
- 01/04/07 13:14:07 (18 years ago)
- 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 8 8 Debug = Debug 9 9 Release = Release 10 Release Internal = Release Internal 10 11 release_internal = release_internal 11 12 EndGlobalSection … … 15 16 {B85DC7B1-58B6-4912-BD64-8B452630A368}.Release.ActiveCfg = Release|Win32 16 17 {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 17 20 {B85DC7B1-58B6-4912-BD64-8B452630A368}.release_internal.ActiveCfg = release_internal|Win32 18 21 {B85DC7B1-58B6-4912-BD64-8B452630A368}.release_internal.Build.0 = release_internal|Win32 -
GTP/trunk/Lib/Vis/Preprocessing/src/QtGlRenderer/QtGlRenderer.vcproj
r1926 r1936 40 40 OutputFile="$(OutDir)/QtGlRenderer.dll" 41 41 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" 43 43 GenerateDebugInformation="TRUE" 44 44 ProgramDatabaseFile="$(OutDir)/QtGlRenderer.pdb" … … 149 149 OutputFile="Release/QtGlRenderer.dll" 150 150 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" 152 152 GenerateDebugInformation="FALSE" 153 153 SubSystem="2" … … 162 162 Description=""copy dll to preprocessor dir"" 163 163 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;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\..\..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)"" 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=""$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\..\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=""copy dll to preprocessor dir"" 219 CommandLine="copy Release\*.dll ..\..\bin\"/> 164 220 <Tool 165 221 Name="VCPreBuildEventTool"/> … … 191 247 </File> 192 248 <File 193 RelativePath=".\moc_QtGlViewer.cpp">194 </File>195 <File196 249 RelativePath=".\QtGlRenderer.cpp"> 197 250 </File> 198 251 <File 199 252 RelativePath=".\QtGlRendererDll.cpp"> 200 </File>201 <File202 RelativePath=".\QtGlViewer.cpp">203 253 </File> 204 254 </Filter> … … 227 277 Outputs="$(InputDir) moc_$(InputName).cpp"/> 228 278 </FileConfiguration> 229 </File>230 <File231 RelativePath=".\QtGlViewer.h">232 279 <FileConfiguration 233 Name="Release |Win32">280 Name="Release Internal|Win32"> 234 281 <Tool 235 282 Name="VCCustomBuildTool" 236 283 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 " 238 286 Outputs="$(InputDir) moc_$(InputName).cpp"/> 239 287 </FileConfiguration>
Note: See TracChangeset
for help on using the changeset viewer.