Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 25 for code/branches/tutorial


Ignore:
Timestamp:
Oct 10, 2007, 3:59:34 PM (17 years ago)
Author:
nicolasc
Message:

added Media and Config

Location:
code/branches/tutorial/Tutorial
Files:
467 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/Tutorial/ExampleFrameListener.h

    r18 r25  
    5050{
    5151protected:
    52 /*
     52
    5353        void updateStats(void)
    5454        {
     
    8686                catch(...) { }
    8787        }
    88 */
     88
    8989public:
    9090        // Constructor takes a RenderWindow because it uses that to determine input context
     
    366366        bool frameEnded(const FrameEvent& evt)
    367367        {
    368 //              updateStats();
     368                updateStats();
    369369                return true;
    370370        }
  • code/branches/tutorial/Tutorial/build-script-gentoo

    r24 r25  
    22
    33#if [ $1 == --with-tardis ]
    4         export PKG_CONFIG_PATH=/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/pkgconfig:/usr/pack/ois-1.0-sd/i686-debian-linux3.1/lib/pkgconfig/
     4#       export PKG_CONFIG_PATH=/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/pkgconfig:/usr/pack/ois-1.0-sd/i686-debian-linux3.1/lib/pkgconfig/
    55#fi
    66
    7 COMPILER="gcc-4.2.0"
     7COMPILER="gcc"
    88MAIN_SRC="main.cpp"
    99EXECUTABLE="main"
     
    1212CXX_FLAGS="`pkg-config --cflags ${LIBS}`"
    1313INCLUDES="-I."
    14 FLAGS="-O2 -march=prescott -pipe -g -ggdb"
     14FLAGS="-O2 -march=nocona -pipe -g -ggdb"
    1515
    1616echo "${COMPILER} ${FLAGS} ${CXX_FLAGS} ${LD_FLAGS} ${INCLUDES} ${MAIN_SRC} -o ${EXECUTABLE}"
Note: See TracChangeset for help on using the changeset viewer.