Ignore:
Timestamp:
Jul 10, 2005, 11:22:30 PM (20 years ago)
Author:
darran
Message:
  • working towards functional playback of .swm files
  • not quite there yet ... still need to reconstitute the StateList?.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Swollen/swollen/Makefile

    r117 r121  
    66TOPDIR           =  ..
    77
    8 OPTIMIZATION     =  -O2
    9 #OPTIMIZATION     =  -g
     8#OPTIMIZATION     =  -O2
     9OPTIMIZATION     =  -g
    1010
    1111OSG_INCLUDE      =  ${OSGHOME}/include
     
    2929OBJ              =  customviewer.o hud.o keyboardeventhandler.o watersurface.o main.o version.o \
    3030                    bedslope.o createSky.o customtrackball.o customterrainmanipulator.o spotlight.o \
    31                     directionallight.o state.o customviewereventhandler.o
     31                    directionallight.o state.o customviewereventhandler.o customargumentparser.o
    3232CPPFLAGS         =  -F/System/Library/Frameworks -Wall -DDARWIN_QUICKTIME \
    3333                    $(OPTIMIZATION)
Note: See TracChangeset for help on using the changeset viewer.