Update of /cvsroot/wxlua/wxLua
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28891
Modified Files:
configure
Log Message:
added Mac-bundling support (mostly a copy and paste of wxWidgets' mac bundling support code)
Index: configure
===================================================================
RCS file: /cvsroot/wxlua/wxLua/configure,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** configure 21 Dec 2006 16:53:27 -0000 1.45
--- configure 22 Dec 2006 20:45:04 -0000 1.46
***************
*** 5762,5766 ****
CFLAGS="$SAVED_CFLAGS"
LIBS="$SAVED_LIBS"
!
else
--- 5762,5766 ----
CFLAGS="$SAVED_CFLAGS"
LIBS="$SAVED_LIBS"
! # remove the -llua5.1 piece from $LIBS
else
|