Changeset 2280 for GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader
- Timestamp:
- 03/22/07 18:24:13 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/src/ObjReader.cpp
r2124 r2280 31 31 { 32 32 GtpVisibilityPreprocessor::Debug.open("debug.log"); 33 33 34 // HACK: get any preprocessor to load file 34 35 // note should be preserved to allow manual mesh reloading, -
GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/src/ObjReader.vcproj
r2278 r2280 227 227 <Configuration 228 228 Name="Release Internal|Win32" 229 OutputDirectory=" Release"230 IntermediateDirectory=" Release"229 OutputDirectory="..\lib\Release" 230 IntermediateDirectory="..\obj\Release" 231 231 ConfigurationType="2" 232 232 CharacterSet="2"> … … 243 243 OptimizeForWindowsApplication="TRUE" 244 244 AdditionalIncludeDirectories=""$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Dependencies\include";"$(OGRE_PATH)\Samples\Common\include";..\include;..\..\..\Preprocessing\src" 245 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE "245 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE" 246 246 StringPooling="TRUE" 247 247 RuntimeLibrary="2"
Note: See TracChangeset
for help on using the changeset viewer.