From: Francesco M. <fr...@us...> - 2006-01-25 18:36:13
|
Update of /cvsroot/wxlua/wxLua/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10627/build/msw Modified Files: makefile.bcc makefile.gcc makefile.vc makefile.wat wxLua.dsw Log Message: fixed problem with top_srcdir (autoconf) fixed EOL for MSVC6prj; switch to 26 as wx default version Index: makefile.vc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.vc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** makefile.vc 23 Jan 2006 19:38:29 -0000 1.10 --- makefile.vc 25 Jan 2006 18:35:58 -0000 1.11 *************** *** 28,32 **** # Version of the wx library to build against. ! WX_VERSION = 27 # Should the wxLua utilities should be compiled ? [0,1] --- 28,32 ---- # Version of the wx library to build against. ! WX_VERSION = 26 # Should the wxLua utilities should be compiled ? [0,1] Index: makefile.bcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.bcc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** makefile.bcc 23 Jan 2006 19:38:29 -0000 1.9 --- makefile.bcc 25 Jan 2006 18:35:58 -0000 1.10 *************** *** 72,76 **** # Version of the wx library to build against. !ifndef WX_VERSION ! WX_VERSION = 27 !endif --- 72,76 ---- # Version of the wx library to build against. !ifndef WX_VERSION ! WX_VERSION = 26 !endif Index: wxLua.dsw =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/wxLua.dsw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wxLua.dsw 26 Nov 2005 14:25:24 -0000 1.2 --- wxLua.dsw 25 Jan 2006 18:35:58 -0000 1.3 *************** *** 4,8 **** ############################################################################### ! Project: "app_wxlua"=..\..\apps\build\msw\apps.dsp - Package Owner=<4> Package=<5> --- 4,38 ---- ############################################################################### ! Project: "app_wxlua"=..\..\apps\build\msw\apps_app_wxlua.dsp - Package Owner=<4> ! ! Package=<5> ! {{{ ! }}} ! ! Package=<4> ! {{{ ! Begin Project Dependency ! Project_Dep_Name mod_lua ! End Project Dependency ! Begin Project Dependency ! Project_Dep_Name mod_lua_lib ! End Project Dependency ! Begin Project Dependency ! Project_Dep_Name mod_wxbind ! End Project Dependency ! Begin Project Dependency ! Project_Dep_Name mod_wxlua ! End Project Dependency ! Begin Project Dependency ! Project_Dep_Name mod_wxluadebug ! End Project Dependency ! Begin Project Dependency ! Project_Dep_Name mod_wxluasocket ! End Project Dependency ! }}} ! ! ############################################################################### ! ! Project: "app_wxluaedit"=..\..\apps\build\msw\apps_app_wxluaedit.dsp - Package Owner=<4> Package=<5> Index: makefile.wat =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.wat,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** makefile.wat 23 Jan 2006 19:38:29 -0000 1.9 --- makefile.wat 25 Jan 2006 18:35:58 -0000 1.10 *************** *** 28,32 **** # Version of the wx library to build against. ! WX_VERSION = 27 # Should the wxLua utilities should be compiled ? [0,1] --- 28,32 ---- # Version of the wx library to build against. ! WX_VERSION = 26 # Should the wxLua utilities should be compiled ? [0,1] Index: makefile.gcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.gcc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** makefile.gcc 23 Jan 2006 19:38:29 -0000 1.9 --- makefile.gcc 25 Jan 2006 18:35:58 -0000 1.10 *************** *** 24,28 **** # Version of the wx library to build against. ! WX_VERSION = 27 # Should the wxLua utilities should be compiled ? [0,1] --- 24,28 ---- # Version of the wx library to build against. ! WX_VERSION = 26 # Should the wxLua utilities should be compiled ? [0,1] |