- Timestamp:
- 03/16/05 11:20:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/OcclusionCullingSceneManager/TestCulling/TestCulling.vcproj
r17 r18 21 21 Name="VCCLCompilerTool" 22 22 Optimization="0" 23 AdditionalIncludeDirectories=" $(OGRE_PATH)\Samples\Common\Include, D:\ogrenew\OgreMain\include"23 AdditionalIncludeDirectories=""$(OGRE_PATH)\Dependencies\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include"" 24 24 PreprocessorDefinitions="_WINDOWS,_STLP_USE_DYNAMIC_LIB,OGRE_LIBRARY_IMPORTS,_DEBUG,WIN32,_STLP_DEBUG" 25 25 MinimalRebuild="TRUE" … … 34 34 <Tool 35 35 Name="VCLinkerTool" 36 AdditionalDependencies="OGREMain_d.LIB "36 AdditionalDependencies="OGREMain_d.LIB CEGUIBase_d.lib OgreGUIRenderer_d.lib" 37 37 OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCulling.exe" 38 38 LinkIncremental="2" 39 AdditionalLibraryDirectories=" $(OGRE_PATH)\OgreMain\Lib\Debug"39 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\Debug";"$(OGRE_PATH)\OgreMain\Lib\Debug";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib"" 40 40 GenerateDebugInformation="TRUE" 41 41 ProgramDatabaseFile="$(OutDir)/TestCulling.pdb" … … 128 128 Filter="h;hpp;hxx;hm;inl;inc;xsd" 129 129 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 130 <File 131 RelativePath=".\TestCullingApplication.h"> 132 </File> 130 133 </Filter> 131 134 <Filter … … 133 136 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 134 137 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 135 <File136 RelativePath=".\TestCullingApplication.h">137 </File>138 138 </Filter> 139 139 </Files>
Note: See TracChangeset
for help on using the changeset viewer.