From: John L. <jr...@us...> - 2008-01-21 04:05:24
|
Update of /cvsroot/wxlua/wxLua/modules In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13737/wxLua/modules Modified Files: Makefile.in Log Message: Add WXMAKINGDLL_XXX for all the objects we link to for the luamodule_mono otherwise they are set for WXIMPORT. Note, ideally we wouldn't export them. Index: Makefile.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/Makefile.in,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** Makefile.in 21 Jan 2008 03:09:48 -0000 1.70 --- Makefile.in 21 Jan 2008 04:05:18 -0000 1.71 *************** *** 572,576 **** MOD_LUAMODULE_MONO_CXXFLAGS = -I$(top_srcdir)/modules -I./$(top_srcdir) \ -I$(LUA_INCLUDE_DIR) -I$(top_srcdir)/modules/wxbind/setup \ ! -DWXMAKINGDLL_LUAMODULE $(PIC_FLAG) $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) MOD_LUAMODULE_MONO_OBJECTS = \ mod_luamodule_mono_luamodule.o \ --- 572,581 ---- MOD_LUAMODULE_MONO_CXXFLAGS = -I$(top_srcdir)/modules -I./$(top_srcdir) \ -I$(LUA_INCLUDE_DIR) -I$(top_srcdir)/modules/wxbind/setup \ ! -DWXMAKINGDLL_LUAMODULE -DWXMAKINGDLL_ADV -DWXMAKINGDLL_AUI \ ! -DWXMAKINGDLL_BASE -DWXMAKINGDLL_CORE -DWXMAKINGDLL_GL -DWXMAKINGDLL_HTML \ ! -DWXMAKINGDLL_MEDIA -DWXMAKINGDLL_NET -DWXMAKINGDLL_RICHTEXT \ ! -DWXMAKINGDLL_STC -DWXMAKINGDLL_XML -DWXMAKINGDLL_XRC -DWXMAKINGDLL_DEBUG \ ! -DWXMAKINGDLL_SOCKET -DWXMAKINGDLL_WXLUA $(PIC_FLAG) $(WX_CXXFLAGS) \ ! $(CPPFLAGS) $(CXXFLAGS) MOD_LUAMODULE_MONO_OBJECTS = \ mod_luamodule_mono_luamodule.o \ |