Changeset 121 for Swollen/swollen/Makefile
- Timestamp:
- Jul 10, 2005, 11:22:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Swollen/swollen/Makefile
r117 r121 6 6 TOPDIR = .. 7 7 8 OPTIMIZATION = -O29 #OPTIMIZATION = -g8 #OPTIMIZATION = -O2 9 OPTIMIZATION = -g 10 10 11 11 OSG_INCLUDE = ${OSGHOME}/include … … 29 29 OBJ = customviewer.o hud.o keyboardeventhandler.o watersurface.o main.o version.o \ 30 30 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 32 32 CPPFLAGS = -F/System/Library/Frameworks -Wall -DDARWIN_QUICKTIME \ 33 33 $(OPTIMIZATION)
Note: See TracChangeset
for help on using the changeset viewer.