Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25620/apps/build/bakefiles
Modified Files:
apps.bkl
Log Message:
small AP fixes
Index: apps.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** apps.bkl 23 Dec 2006 11:10:52 -0000 1.49
--- apps.bkl 24 Dec 2006 13:30:55 -0000 1.50
***************
*** 89,107 ****
<headers>$(LUA_HDR)</headers>
<!-- see modules/build/bakefiles/options.bkl for these -->
<cflags>$(LUA_PLATFORM_SPECIFIC_CFLAGS)</cflags>
<ldflags>$(LUA_PLATFORM_SPECIFIC_LDFLAGS)</ldflags>
<if cond="TARGETING_WIN32=='0'">
! <!-- we require the standard MATH library to build the lua sources -->
<sys-lib>m</sys-lib>
</if>
-
- <!-- we want as EXE name the standard "lua" name so that when we install
- wxLua we get the lua installed in standard places and with standard names
- (see also the notes in modules.bkl for lua_lib and lua_dll)
- -->
- <exename>lua</exename>
- <wxlua-lib>lua</wxlua-lib>
</exe>
--- 89,108 ----
<headers>$(LUA_HDR)</headers>
+ <!-- we want as EXE name the standard "lua" name so that when we install
+ wxLua we get the lua installed in standard places and with standard names
+ (see also the notes in modules.bkl for lua_lib and lua_dll)
+ -->
+ <exename>lua</exename>
+
<!-- see modules/build/bakefiles/options.bkl for these -->
<cflags>$(LUA_PLATFORM_SPECIFIC_CFLAGS)</cflags>
<ldflags>$(LUA_PLATFORM_SPECIFIC_LDFLAGS)</ldflags>
+ <wxlua-lib>lua</wxlua-lib>
<if cond="TARGETING_WIN32=='0'">
! <!-- we require the standard MATH library to build the lua sources
! (and it needs to be listed _after_ <wxlua-lib>lua</wxlua-lib> -->
<sys-lib>m</sys-lib>
</if>
</exe>
|