Last change
on this file since 8076 was
8061,
checked in by bensch, 18 years ago
|
merged the scriptengine back to the trunk
|
File size:
439 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | INCLUDES= -I../../../extern_libs |
---|
5 | |
---|
6 | noinst_LIBRARIES = libORXscript.a |
---|
7 | |
---|
8 | libORXscript_a_SOURCES = |
---|
9 | |
---|
10 | AM_CPPFLAGS= @LUA_INCLUDES@ |
---|
11 | |
---|
12 | bin_PROGRAMS = account |
---|
13 | account_SOURCES = \ |
---|
14 | account.cc\ |
---|
15 | Script.cc |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | account_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@ |
---|
20 | |
---|
21 | #main_LDFLAGS = |
---|
22 | |
---|
23 | |
---|
24 | noinst_HEADERS = \ |
---|
25 | lunar.h\ |
---|
26 | Script.h |
---|
Note: See
TracBrowser
for help on using the repository browser.