Last change
on this file since 4667 was
4642,
checked in by bensch, 19 years ago
|
orxonox/trunk: gui-subproject compiles again
also a minor include issue in the ResourceManager
|
File size:
804 bytes
|
Rev | Line | |
---|
[3549] | 1 | MAINSRCDIR=../.. |
---|
[4492] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3549] | 3 | |
---|
[4492] | 4 | |
---|
[3549] | 5 | AM_LDFLAGS=$(MWINDOWS) |
---|
| 6 | |
---|
| 7 | |
---|
[4263] | 8 | bin_PROGRAMS = gui |
---|
[3549] | 9 | |
---|
[4642] | 10 | gui_DEPENDENCIES = $(MAINSRCDIR)/lib/gui/libORXgui.a \ |
---|
| 11 | $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a |
---|
[4266] | 12 | |
---|
[4642] | 13 | gui_CPPFLAGS = -DNO_AUDIO -DNO_MODEL -DNO_TEXTURES -DNO_TEXT |
---|
| 14 | |
---|
| 15 | gui_LDADD = $(MAINSRCDIR)/lib/gui/libORXgui.a \ |
---|
| 16 | $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a \ |
---|
[4266] | 17 | $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) |
---|
| 18 | |
---|
| 19 | gui_SOURCES= gui_main.cc \ |
---|
[4642] | 20 | $(MAINSRCDIR)/lib/graphics/graphics_engine.cc \ |
---|
| 21 | $(MAINSRCDIR)/lib/lang/base_object.cc \ |
---|
| 22 | $(MAINSRCDIR)/lib/math/vector.cc \ |
---|
| 23 | $(MAINSRCDIR)/util/resource_manager.cc \ |
---|
| 24 | $(MAINSRCDIR)/lib/util/substring.cc \ |
---|
| 25 | $(MAINSRCDIR)/util/loading/load_param.cc |
---|
[4266] | 26 | |
---|
[4642] | 27 | noinst_HEADERS= |
---|
Note: See
TracBrowser
for help on using the repository browser.