Changeset 7702 in orxonox.OLD for branches/script_engine/src/lib
- Timestamp:
- May 18, 2006, 5:50:42 PM (19 years ago)
- Location:
- branches/script_engine/src/lib/script_engine
- Files:
-
- 3 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/lib/script_engine/Makefile.am
r7688 r7702 4 4 #noinst_LIBRARIES = libORXscript.a 5 5 6 #libORXscript_a_SOURCES = \ 7 LuaCallback.cc \ 8 RestoreStack.cc \ 9 Script.cc \ 10 scriptable.cc\ 11 This.cc \ 12 VirtualMachine.cc 6 #libORXscript_a_SOURCES = 13 7 14 8 AM_CPPFLAGS= @LUA_INCLUDES@ 15 9 16 #bin_PROGRAMS = main 17 #main_SOURCES = \ 18 main.cc 19 #main_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@ 10 bin_PROGRAMS = account 11 account_SOURCES = \ 12 account.cc 13 14 15 account_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@ 20 16 21 17 #main_LDFLAGS = 22 18 23 19 24 #noinst_HEADERS = \ 25 LuaCallback.h \ 26 RestoreStack.h \ 27 Script.h \ 28 This.h \ 29 VirtualMachine.h \ 30 luaincl.h \ 31 scriptable.h 32 20 noinst_HEADERS = \ 21 luna.h
Note: See TracChangeset
for help on using the changeset viewer.