From: Francesco M. <fr...@us...> - 2006-02-03 15:43:05
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20651/modules/wxbind/build Modified Files: makefile.gnu wxbindcustom.bkl Log Message: Added install rules for wxBind sources and makefiles Index: wxbindcustom.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/build/wxbindcustom.bkl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxbindcustom.bkl 2 Feb 2006 23:02:29 -0000 1.1 --- wxbindcustom.bkl 3 Feb 2006 15:42:54 -0000 1.2 *************** *** 1,5 **** <?xml version="1.0" ?> ! <!-- Author: Francesco Montorsi <fr...@us...> --> <!-- RCS-ID: $Id$ --> --- 1,5 ---- <?xml version="1.0" ?> ! <!-- Author: Francesco Montorsi <fr...@us...> --> <!-- RCS-ID: $Id$ --> Index: makefile.gnu =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/build/makefile.gnu,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile.gnu 2 Feb 2006 23:02:29 -0000 1.1 --- makefile.gnu 3 Feb 2006 15:42:54 -0000 1.2 *************** *** 44,58 **** WX_LIBS = `$(WX_CONFIG) --libs` ! # ! WX_SHARED = ! # ! WX_PORT = ! # ! WX_VERSION_MAJOR = ! # ! WX_VERSION_MINOR = # The folder where user's custom wxluasetup.h is searched --- 44,58 ---- WX_LIBS = `$(WX_CONFIG) --libs` ! # Use DLL build of wx library to use? [0,1] ! WX_SHARED = 0 ! # Port of the wx library to build against (wxGTK, wxMac, wxMSW, etc). ! WX_PORT = gtk ! # wxWidgets major version number [2,3] ! WX_VERSION_MAJOR = 2 ! # wxWidgets minor version number [1,2,3,4,5,6,7,8,9,0] ! WX_VERSION_MINOR = 6 # The folder where user's custom wxluasetup.h is searched |