Last change
on this file since 1810 was
1810,
checked in by rgrieder, 16 years ago
|
merged ceguilua branch back to trunk
|
File size:
1.1 KB
|
Line | |
---|
1 | INCLUDES = -I$(top_srcdir)/include \ |
---|
2 | -I$(top_srcdir)/ScriptingModules/CEGUILua/LuaScriptModule/include |
---|
3 | |
---|
4 | libCEGUILuaScriptModule_la_LDFLAGS = |
---|
5 | libCEGUILuaScriptModule_la_CPPFLAGS = $(Lua_CFLAGS) |
---|
6 | |
---|
7 | if MINGW32_BUILD |
---|
8 | libCEGUILuaScriptModule_la_CPPFLAGS += -DCEGUILUA_EXPORTS |
---|
9 | libCEGUILuaScriptModule_la_LDFLAGS += -no-undefined -avoid-version |
---|
10 | endif |
---|
11 | |
---|
12 | libCEGUILuaScriptModule_la_LDFLAGS += -version-info @CEGUI_VERSION_INFO@ |
---|
13 | |
---|
14 | |
---|
15 | lib_LTLIBRARIES = libCEGUILuaScriptModule.la |
---|
16 | |
---|
17 | libCEGUILuaScriptModule_la_SOURCES = lua_CEGUI.cpp \ |
---|
18 | CEGUILua.cpp \ |
---|
19 | CEGUILuaFunctor.cpp \ |
---|
20 | required.cpp |
---|
21 | libCEGUILuaScriptModule_la_LIBADD = $(top_builddir)/src/libCEGUIBase.la \ |
---|
22 | $(Lua_LIBS) |
---|
23 | if CEGUI_BUILD_TOLUAPPLIB |
---|
24 | INCLUDES += -I$(top_srcdir)/ScriptingModules/CEGUILua/tolua++ |
---|
25 | libCEGUILuaScriptModule_la_LIBADD += ../../tolua++/libCEGUItoluapp.la |
---|
26 | else |
---|
27 | INCLUDES += $(toluapp_CFLAGS) |
---|
28 | libCEGUILuaScriptModule_la_LIBADD += $(toluapp_LIBS) |
---|
29 | endif |
---|
30 | |
---|
31 | noinst_HEADERS = required.h |
---|
Note: See
TracBrowser
for help on using the repository browser.