Changeset 7169 in orxonox.OLD for branches/shared_lib/src/subprojects/collision_detection
- Timestamp:
- Feb 19, 2006, 6:35:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/subprojects/collision_detection/Makefile.am
r7156 r7169 4 4 LIB_PREFIX=$(MAINSRCDIR)/lib 5 5 include $(MAINSRCDIR)/lib/BuildLibs.am 6 7 8 importer_LDFLAGS = \9 $(MWINDOWS)10 6 11 7 bin_PROGRAMS = collision … … 24 20 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) 25 21 26 importer_SOURCES= \27 ../framework.cc \28 importer.cc \29 $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \30 $(MAINSRCDIR)/world_entities/weapons/test_gun.cc31 32 33 34 22 collision_CPPFLAGS = \ 35 23 -DGUI_MODULE \
Note: See TracChangeset
for help on using the changeset viewer.