Changeset 117


Ignore:
Timestamp:
Jun 28, 2005, 1:14:07 AM (19 years ago)
Author:
darran
Message:
  • added customviewereventhandler to Makefile
Location:
Swollen/swollen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Swollen/swollen/Makefile

    r115 r117  
    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
     31                    directionallight.o state.o customviewereventhandler.o
    3232CPPFLAGS         =  -F/System/Library/Frameworks -Wall -DDARWIN_QUICKTIME \
    3333                    $(OPTIMIZATION)
  • Swollen/swollen/version.cpp

    r115 r117  
    1 const char* version() { const char* s = "Revision: 114M"; return s; }
     1const char* version() { const char* s = "Revision: 116M"; return s; }
Note: See TracChangeset for help on using the changeset viewer.