Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18081/apps/build/bakefiles
Modified Files:
apps.bkl
Log Message:
don't use <wxlua-lib> tag for lua and luac as it would put all wxLua libraries on the linker line
Index: apps.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** apps.bkl 6 May 2007 10:52:45 -0000 1.57
--- apps.bkl 14 Jan 2008 22:58:47 -0000 1.58
***************
*** 72,77 ****
<ldflags>$(LUA_PLATFORM_SPECIFIC_LDFLAGS)</ldflags>
! <!-- lua apps needs only pure lua library: -->
! <wxlua-lib>lua</wxlua-lib>
<if cond="TARGETING_WIN32=='0'">
--- 72,81 ----
<ldflags>$(LUA_PLATFORM_SPECIFIC_LDFLAGS)</ldflags>
! <!-- lua apps needs only pure lua library; using
! <wxlua-lib>lua</wxlua-lib>
! we would add WXLUA_LIBS ldflags for autoconf format, while
! we don't want it, so we'll rather use just:
! -->
! <sys-lib>lua5.1</sys-lib>
<if cond="TARGETING_WIN32=='0'">
|