Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 33 for code/branches/tutorial


Ignore:
Timestamp:
Oct 11, 2007, 12:09:06 AM (17 years ago)
Author:
nicolasc
Message:

bump

Location:
code/branches/tutorial/Tutorial
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/Tutorial/CMakeLists.txt

    r30 r33  
    1717
    1818#Creates an executable
    19 ADD_EXECUTABLE(build/main ${SRC_FILES} ${INC_FILES})
     19ADD_EXECUTABLE(main ${SRC_FILES} ${INC_FILES})
    2020#Links the executable against Ogre
    21 TARGET_LINK_LIBRARIES(build/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES})
     21TARGET_LINK_LIBRARIES(main ${OGRE_LIBRARIES} ${OIS_LIBRARIES})
    2222
    2323#Sets the install path
    24 INSTALL(TARGETS build/main DESTINATION bin)
     24INSTALL(TARGETS main DESTINATION bin)
  • code/branches/tutorial/Tutorial/build/resources.cfg

    r30 r33  
    22# This also contains the minimum you need to use the Ogre example framework
    33[Bootstrap]
    4 Zip=Media/packs/OgreCore.zip
     4Zip=../Media/packs/OgreCore.zip
    55
    66# Resource locations to be added to the default path
    77[General]
    8 FileSystem=Media
    9 FileSystem=Media/fonts
    10 FileSystem=Media/materials/programs
    11 FileSystem=Media/materials/scripts
    12 FileSystem=Media/materials/textures
    13 FileSystem=Media/models
    14 FileSystem=Media/overlays
    15 FileSystem=Media/particle
    16 FileSystem=Media/gui
    17 FileSystem=Media/DeferredShadingMedia
    18 Zip=Media/packs/cubemap.zip
    19 Zip=Media/packs/cubemapsJS.zip
    20 Zip=Media/packs/dragon.zip
    21 Zip=Media/packs/fresneldemo.zip
    22 Zip=Media/packs/ogretestmap.zip
    23 Zip=Media/packs/skybox.zip
     8FileSystem=../Media
     9FileSystem=../Media/fonts
     10FileSystem=../Media/materials/programs
     11FileSystem=../Media/materials/scripts
     12FileSystem=../Media/materials/textures
     13FileSystem=../Media/models
     14FileSystem=../Media/overlays
     15FileSystem=../Media/particle
     16FileSystem=../Media/gui
     17FileSystem=../Media/DeferredShading../Media
     18Zip=../Media/packs/cubemap.zip
     19Zip=../Media/packs/cubemapsJS.zip
     20Zip=../Media/packs/dragon.zip
     21Zip=../Media/packs/fresneldemo.zip
     22Zip=../Media/packs/ogretestmap.zip
     23Zip=../Media/packs/skybox.zip
Note: See TracChangeset for help on using the changeset viewer.