Changeset 660 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 02/21/06 17:42:39 (19 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/Preprocessor.vcproj
r633 r660 15 15 OutputDirectory="..\lib\$(ConfigurationName)" 16 16 IntermediateDirectory="..\obj\$(ConfigurationName)" 17 ConfigurationType=" 4"17 ConfigurationType="1" 18 18 CharacterSet="2"> 19 19 <Tool 20 20 Name="VCCLCompilerTool" 21 21 Optimization="0" 22 AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include ;"$(QTDIR)"\includ";"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";"$(GTPDIR)\NonGTP\Xerces";"$(GTPDIR)\NonGTP\Devil";"22 AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include..\support;"..\include ..\support";..\include;"$(GTPDIR)\NonGTP\Devil\include";"$(QTDIR)\include\QtCore";"$(GTPDIR)\NonGTP\Xerces";"$(CG_INC_PATH)";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";"$(QTDIR)\include\QtGui";"$(GTPDIR)\NonGTP\Zlib\include"" 23 23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 24 24 MinimalRebuild="TRUE" … … 33 33 Name="VCCustomBuildTool"/> 34 34 <Tool 35 Name="VCLibrarianTool" 36 OutputFile="$(OutDir)/GtpVisibility.lib"/> 35 Name="VCLinkerTool" 36 AdditionalDependencies="xerces-c_2D.lib zdll.lib zziplibd.lib devil.lib qtmain.lib QtOpenGLd4.lib QtCored4.lib QtGuid4.lib Qt3Supportd4.lib QAxContainer.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib" 37 AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;"$(QTDIR)\lib";..\include;..\src\GL;"$(CG_LIB_PATH)";"$(GTPDIR)\NonGTP\Xerces";"$(GTPDIR)\NonGTP\Xerces\xercesc\lib";"$(GTPDIR)\NonGTP\zlib\lib";"$(GTPDIR)\NonGTP\Devil\lib""/> 37 38 <Tool 38 39 Name="VCMIDLTool"/> … … 49 50 <Tool 50 51 Name="VCXMLDataGeneratorTool"/> 52 <Tool 53 Name="VCWebDeploymentTool"/> 51 54 <Tool 52 55 Name="VCManagedWrapperGeneratorTool"/> -
GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env
r658 r660 203 203 pruneEmptyViewCells false 204 204 processOnlyValidViewCells false 205 205 206 stats viewCellStats.log 207 208 samplingType directional 209 206 210 PostProcess { 207 211 # how much samples are used for post processing … … 216 220 compress false 217 221 merge true 222 statsPrefix ../scripts/viewCells 218 223 } 219 224 … … 314 319 maxStaticMemory 50 315 320 321 subdivisionStats ../subDivisionStats.log 322 316 323 # factors for evaluating split plane costs 317 324 Factor { … … 405 412 maxTests 10000 406 413 414 subdivisionStats ../subDivisionStats.log 415 407 416 # factors for evaluating split plane costs 408 417 Factor {
Note: See TracChangeset
for help on using the changeset viewer.