Changeset 10592 in orxonox.OLD for branches/cleanup/src/lib/script_engine/Makefile.am
- Timestamp:
- Feb 13, 2007, 6:23:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/lib/script_engine/Makefile.am
r9916 r10592 28 28 script_method.h \ 29 29 executor_lua_state.h 30 31 32 33 34 check_PROGRAMS = example35 example_DEPENDENCIES = \36 $(MAINSRCDIR)/world_entities/libORXwe.a \37 $(libORXlibs_a_LIBRARIES_) \38 $(MAINSRCDIR)/util/libORXutils.a39 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.a46 47 example_SOURCES= \48 example.cc \49 \50 ../util/executor/executor_lua.cc
Note: See TracChangeset
for help on using the changeset viewer.