Changeset 1166 for GTP/trunk/Lib/Vis/QtRenderer
- Timestamp:
- 07/27/06 20:34:55 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/QtRenderer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/QtRenderer/QtGlRenderer.cpp
r1151 r1166 1359 1359 1360 1360 1361 int currentPos = mViewCellsManager->GetViewCells().size();1362 float currentCost= -1;1361 int currentPos = (int)mViewCellsManager->GetViewCells().size(); 1362 float currentCost= -1; 1363 1363 1364 1364 if (currentPos < costFunction.size()) -
GTP/trunk/Lib/Vis/QtRenderer/QtRenderer.vcproj
r1163 r1166 20 20 Name="VCCLCompilerTool" 21 21 Optimization="0" 22 AdditionalIncludeDirectories=" ..\Preprocessing\src;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)""22 AdditionalIncludeDirectories=""$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\Preprocessing\src;..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)"" 23 23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;QTRENDERER_EXPORTS" 24 24 MinimalRebuild="TRUE" … … 28 28 WarningLevel="3" 29 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat=" 3"/>30 DebugInformationFormat="4"/> 31 31 <Tool 32 32 Name="VCCustomBuildTool"/> 33 33 <Tool 34 34 Name="VCLinkerTool" 35 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"36 OutputFile="$(OutDir)/Qt GlRenderer.dll"37 LinkIncremental=" 1"35 AdditionalDependencies="Preprocessor.lib qtmain.lib QtGui4d.lib Qt3Support4d.lib QAxContainerd.lib QtCore4d.lib QtOpenGL4.lib xerces-c_2.lib glew32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib" 36 OutputFile="$(OutDir)/QtRenderer.dll" 37 LinkIncremental="2" 38 38 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";"..\Preprocessing\lib\$(ConfigurationName)";..\Preprocessing\src\GL;..\..\..\..\..\NonGTP\Xerces\xercesc\lib" 39 39 GenerateDebugInformation="TRUE" 40 ProgramDatabaseFile="$(OutDir)/ $(ProjectName).pdb"40 ProgramDatabaseFile="$(OutDir)/QtRenderer.pdb" 41 41 SubSystem="2" 42 42 ImportLibrary="$(OutDir)/QtRenderer.lib"
Note: See TracChangeset
for help on using the changeset viewer.