Changeset 226 for trunk/VUT


Ignore:
Timestamp:
08/10/05 11:41:36 (19 years ago)
Author:
mattausch
Message:

thrown out dependency on GAMETOOLS_PATH

Location:
trunk/VUT
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/README_ONLINE.txt

    r210 r226  
    66   Ogre 1.03 for vs 7.1 
    77   Ogre Dependencies 
    8     
     8   svn 
     9 
     102) check out gametools repository 
     11   in the following it is assumed that your repository is located in D:\gametools (not required, just replace your path) 
     12 
     13   the current stable version is located in D:\gametools 
     14 
    9152) add following environment variables: 
    1016   OGRE_PATH: directory where ogre.sln is located 
    1117   GAMETOOLS_PATH: directory where the gametools repository is located (e.g., d:\gametools) 
    1218 
    13 3) copy VUT/work/ogre_changes into OGRE_PATH directory 
     193) copy VUT\work\ogre_changes into OGRE_PATH directory 
    1420 
    15214) Set configuration of Ogre soluation to release. add preprocessor flag GTP_VISIBILITY_MODIFIED_OGRE to following projects: 
     
    2127   example projects 
    2228 
    23 5) Add following resources to OGRE_PATH/Samples/Common/bin/Release/resource.cfg (if your repository is located in D:/gametools): 
     295) Add following resources to OGRE_PATH\Samples\Common\bin\Release\resource.cfg: 
    2430 
    25    FileSystem=D:/gametools/trunk/VUT/Ogre/resources/materials/scripts 
    26    FileSystem=D:/gametools/trunk/VUT/Ogre/resources/materials/textures 
    27    FileSystem=D:/gametools/trunk/VUT/Ogre/resources/models 
    28    FileSystem=D:/gametools/trunk/VUT/Ogre/resources/models/trees 
    29    FileSystem=D:/gametools/trunk/VUT/Ogre/resources/overlays 
    30    FileSystem=D:/gametools/trunk/VUT/Ogre/resources/media 
     31   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\materials\scripts 
     32   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\materials\textures 
     33   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\models 
     34   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\models\trees 
     35   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\overlays 
     36   FileSystem=D:\gametools\trunk\VUT\Ogre\resources\media 
    3137 
    32 6) Add Plugin_VisibilitySceneManager to OGRE_PATH/Samples/Common/bin/Release/Plugins.cfg 
     386) Add Plugin_VisibilitySceneManager to OGRE_PATH\Samples\Common\bin\Release\Plugins.cfg 
    3339   and comment out OctreeSceneManager 
    3440 
    35 7) Copy D:\gametools\trunk\VUT\Ogre\resources/terrain.cfg into OGRE_PATH/Samples/Common/bin/Release 
     417) Copy D:\gametools\trunk\VUT\Ogre\resources\terrain.cfg into OGRE_PATH\Samples\Common\bin\Release 
    3642 
    37 8) start TestCullingTerrain.exe 
     438) open scripts\GtpVisibility.sln and compile all 
     44 
     459) start TerrainExampleApplication for testing 
  • trunk/VUT/work/TestCulling/TestCulling.vcproj

    r136 r226  
    8787                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCulling.exe" 
    8888                                LinkIncremental="1" 
    89                                 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib"" 
     89                                AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"..\..\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib"" 
    9090                                GenerateDebugInformation="TRUE" 
    9191                                SubSystem="2" 
  • trunk/VUT/work/TestCullingTerrain/TestCullingTerrain.vcproj

    r187 r226  
    3838                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Debug/TestCullingTerrain.exe" 
    3939                                LinkIncremental="2" 
    40                                 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";"$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib"" 
     40                                AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_ADDONS_PATH)\dotsceneoctree\PlugIns\DotSceneManager\bin\$(ConfigurationName)";"..\Ogre\lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib"" 
    4141                                GenerateDebugInformation="TRUE" 
    4242                                ProgramDatabaseFile="$(OutDir)/TestCullingTerrain.pdb" 
     
    8888                                OutputFile="$(OGRE_PATH)/Samples/Common/bin/Release/TestCullingTerrain.exe" 
    8989                                LinkIncremental="1" 
    90                                 AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)"" 
     90                                AdditionalLibraryDirectories=""$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\..\Ogre\lib\$(ConfigurationName)"" 
    9191                                GenerateDebugInformation="TRUE" 
    9292                                SubSystem="2" 
  • trunk/VUT/work/iv/Demo_IV.vcproj

    r193 r226  
    4646                                LinkIncremental="1" 
    4747                                SuppressStartupBanner="TRUE" 
    48                                 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\IVReader\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(GAMETOOLS_PATH)\trunk\VUT\Ogre\lib\$(ConfigurationName)"" 
     48                                AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\IVReader\Lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\Lib\$(ConfigurationName)";"$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"..\..\Ogre\lib\$(ConfigurationName)"" 
    4949                                ProgramDatabaseFile=".\..\bin\Release/Demo_IV.pdb" 
    5050                                SubSystem="2" 
Note: See TracChangeset for help on using the changeset viewer.