Last change
on this file since 10230 was
9916,
checked in by bensch, 18 years ago
|
orxonox/trunk: Windows runs again without any segfaults
it seems, that windows links object files differently… and extremely strange
|
File size:
1.2 KB
|
Rev | Line | |
---|
[8032] | 1 | MAINSRCDIR=../.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[7645] | 3 | |
---|
[8271] | 4 | |
---|
| 5 | LIB_PREFIX=$(MAINSRCDIR)/lib |
---|
| 6 | include $(MAINSRCDIR)/lib/BuildLibs.am |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | |
---|
[7648] | 10 | INCLUDES= -I../../../extern_libs |
---|
[7645] | 11 | |
---|
[7962] | 12 | noinst_LIBRARIES = libORXscript.a |
---|
[7648] | 13 | |
---|
[8271] | 14 | libORXscript_a_SOURCES = \ |
---|
[9916] | 15 | script_class.cc \ |
---|
| 16 | script_method.cc \ |
---|
[8408] | 17 | script.cc \ |
---|
| 18 | script_manager.cc \ |
---|
[9869] | 19 | executor_lua_state.cc |
---|
| 20 | |
---|
[7648] | 21 | AM_CPPFLAGS= @LUA_INCLUDES@ |
---|
| 22 | |
---|
[8271] | 23 | noinst_HEADERS = \ |
---|
| 24 | lunar.h\ |
---|
| 25 | script.h\ |
---|
[8408] | 26 | script_manager.h \ |
---|
| 27 | script_class.h \ |
---|
[9869] | 28 | script_method.h \ |
---|
| 29 | executor_lua_state.h |
---|
[7645] | 30 | |
---|
[7702] | 31 | |
---|
[7975] | 32 | |
---|
[7702] | 33 | |
---|
[8271] | 34 | check_PROGRAMS = example |
---|
| 35 | example_DEPENDENCIES = \ |
---|
| 36 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 37 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 38 | $(MAINSRCDIR)/util/libORXutils.a |
---|
| 39 | example_LDADD = \ |
---|
| 40 | $(MAINSRCDIR)/util/libORXutils.a \ |
---|
| 41 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 42 | libORXscript.a -L../../../extern_libs @LUA_LIBS@ \ |
---|
| 43 | $(MAINSRCDIR)/world_entities/libORXwe.a \ |
---|
| 44 | $(libORXlibs_a_LIBRARIES_) \ |
---|
| 45 | $(MAINSRCDIR)/util/libORXutils.a |
---|
| 46 | |
---|
| 47 | example_SOURCES= \ |
---|
| 48 | example.cc \ |
---|
| 49 | \ |
---|
| 50 | ../util/executor/executor_lua.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.