From: John L. <jr...@us...> - 2007-07-04 14:57:46
|
Update of /cvsroot/wxlua/wxLua/build/msw In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32069/wxLua/build/msw Modified Files: makefile.gcc makefile.vc makefile.wat Log Message: Hopefully fix compiling AUI using makefile.vc Index: makefile.vc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.vc,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** makefile.vc 4 Jul 2007 05:39:15 -0000 1.47 --- makefile.vc 4 Jul 2007 14:57:43 -0000 1.48 *************** *** 71,74 **** --- 71,77 ---- RUNTIME_LIBS = dynamic + # Does the wxLua bindings for wxAUI need to be compiled ? [0,1] + USE_WXBINDAUI = 1 + # Does the wxLua bindings for wxSTC need to be compiled ? [0,1] USE_WXBINDSTC = 1 Index: makefile.wat =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.wat,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** makefile.wat 4 Jul 2007 05:39:15 -0000 1.46 --- makefile.wat 4 Jul 2007 14:57:43 -0000 1.47 *************** *** 71,74 **** --- 71,77 ---- RUNTIME_LIBS = dynamic + # Does the wxLua bindings for wxAUI need to be compiled ? [0,1] + USE_WXBINDAUI = 1 + # Does the wxLua bindings for wxSTC need to be compiled ? [0,1] USE_WXBINDSTC = 1 Index: makefile.gcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.gcc,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** makefile.gcc 4 Jul 2007 05:39:15 -0000 1.44 --- makefile.gcc 4 Jul 2007 14:57:43 -0000 1.45 *************** *** 65,68 **** --- 65,71 ---- RUNTIME_LIBS := dynamic + # Does the wxLua bindings for wxAUI need to be compiled ? [0,1] + USE_WXBINDAUI := 1 + # Does the wxLua bindings for wxSTC need to be compiled ? [0,1] USE_WXBINDSTC := 1 |