You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(191) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(238) |
Dec
(68) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(104) |
Feb
(518) |
Mar
(302) |
Apr
(211) |
May
(311) |
Jun
(55) |
Jul
(6) |
Aug
(35) |
Sep
(76) |
Oct
(50) |
Nov
(37) |
Dec
(340) |
2007 |
Jan
(23) |
Feb
(107) |
Mar
(98) |
Apr
(60) |
May
(136) |
Jun
(371) |
Jul
(175) |
Aug
(74) |
Sep
(3) |
Oct
(2) |
Nov
(53) |
Dec
(129) |
2008 |
Jan
(337) |
Feb
(23) |
Mar
(18) |
Apr
(4) |
May
(3) |
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
(33) |
Nov
|
Dec
(26) |
2009 |
Jan
(4) |
Feb
(1) |
Mar
(15) |
Apr
|
May
(35) |
Jun
(11) |
Jul
|
Aug
|
Sep
(19) |
Oct
(26) |
Nov
(11) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(8) |
Sep
|
Oct
|
Nov
(8) |
Dec
(7) |
2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
(8) |
May
(5) |
Jun
(8) |
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
(13) |
Dec
|
From: John L. <jr...@us...> - 2006-12-21 06:02:07
|
Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/modules/wxbindstc/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/src/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 13 May 2006 21:05:36 -0000 1.6 --- Makefile 21 Dec 2006 06:02:03 -0000 1.7 *************** *** 1,4 **** # File: Makefile ! # Author: J Winwood # Created: 2002 # Updated: --- 1,4 ---- # File: Makefile ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: *************** *** 8,13 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 --- 8,13 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 *************** *** 36,40 **** CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_DIR)/modules -I$(WXLUA_WXLUASETUP_DIR) -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluastc-$(WXRELEASE) --- 36,40 ---- CXX = $(WXCXX) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXLUA_WXLUASETUP_DIR) -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluastc-$(WXRELEASE) |
From: John L. <jr...@us...> - 2006-12-21 06:02:07
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/bindings/wxwidgets Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 16 May 2006 03:32:28 -0000 1.6 --- Makefile 21 Dec 2006 06:02:03 -0000 1.7 *************** *** 1,5 **** # # File: makefile.unx ! # Author: J Winwood # Created: 2002 # Updated: --- 1,5 ---- # # File: makefile.unx ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: |
From: John L. <jr...@us...> - 2006-12-21 06:02:07
|
Update of /cvsroot/wxlua/wxLua/apps/wxlua/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/apps/wxlua/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile 12 Dec 2006 21:24:44 -0000 1.18 --- Makefile 21 Dec 2006 06:02:02 -0000 1.19 *************** *** 8,17 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXPREFIX)/lib LUA = $(WXLUA_DIR)/bin/lua --- 8,18 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXPREFIX)/lib + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 47,51 **** WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD # This will build a static wxLua app, staticly linked to .a libs --- 48,52 ---- WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= # This will build a static wxLua app, staticly linked to .a libs |
From: John L. <jr...@us...> - 2006-12-21 06:02:07
|
Update of /cvsroot/wxlua/wxLua/apps/wxluafreeze/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/apps/wxluafreeze/src Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluafreeze/src/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 13 May 2006 21:05:35 -0000 1.2 --- Makefile 21 Dec 2006 06:02:02 -0000 1.3 *************** *** 8,17 **** # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 1 ! WXLUA_LIBVERSION_REVISION = 5 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXPREFIX)/lib LUA = $(WXLUA_DIR)/bin/lua --- 8,18 ---- # --- wxLua parameters ------------------------------------------------------- ! WXLUA_LIBVERSION_CURRENT = 2 ! WXLUA_LIBVERSION_REVISION = 8 WXLUA_LIBVERSION_AGE = 0 WXLUA_DIR = ../../.. WXLUA_LIBDIR = $(WXPREFIX)/lib + WXLUA_WXLUASETUP_DIR = $(WXLUA_DIR)/modules/wxbind/setup LUA = $(WXLUA_DIR)/bin/lua *************** *** 47,51 **** WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD # This will build a static wxLua app, staticly linked to .a libs --- 48,52 ---- WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE) ! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= # This will build a static wxLua app, staticly linked to .a libs |
From: John L. <jr...@us...> - 2006-12-21 06:02:07
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16241/wxLua/bindings/wxstc Modified Files: Makefile Log Message: update makefiles tospecify full path to lua module Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 3 Feb 2006 15:18:05 -0000 1.3 --- Makefile 21 Dec 2006 06:02:02 -0000 1.4 *************** *** 1,5 **** # # File: makefile.unx ! # Author: J Winwood # Created: 2002 # Updated: --- 1,5 ---- # # File: makefile.unx ! # Author: John Labenski, J Winwood # Created: 2002 # Updated: |
From: Francesco M. <fr...@us...> - 2006-12-20 16:40:13
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24926/docs Modified Files: changelog.txt Log Message: now lua_dll goes in vc_dll; mentioned last changes in changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** changelog.txt 11 Dec 2006 00:08:19 -0000 1.20 --- changelog.txt 20 Dec 2006 16:39:44 -0000 1.21 *************** *** 55,58 **** --- 55,60 ---- named with the chosen configuration so that there should be no clashes when compiling wxLua with different settings. + - Now it's possible to build wxLua against a "system" lua using the + --with-lua-prefix configure's option or LUA_DIR option. |
From: Francesco M. <fr...@us...> - 2006-12-20 16:39:48
|
Update of /cvsroot/wxlua/wxLua/modules/build/msw In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24926/modules/build/msw Modified Files: makefile.bcc makefile.gcc makefile.vc makefile.wat modules_mod_lua.dsp Log Message: now lua_dll goes in vc_dll; mentioned last changes in changelog Index: makefile.vc =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/makefile.vc,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** makefile.vc 19 Dec 2006 22:24:12 -0000 1.58 --- makefile.vc 20 Dec 2006 16:39:44 -0000 1.59 *************** *** 391,395 **** !endif !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! __lua_dll___depname = ..\..\..\lib\vc_lib\lua5.1.dll !endif !if "$(SHARED)" == "0" --- 391,395 ---- !endif !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! __lua_dll___depname = ..\..\..\lib\vc_dll\lua5.1.dll !endif !if "$(SHARED)" == "0" *************** *** 628,635 **** -if exist vcmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch del vcmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch -if exist ..\..\..\lib\vc_lib\lua5.1.lib del ..\..\..\lib\vc_lib\lua5.1.lib ! -if exist ..\..\..\lib\vc_lib\lua5.1.dll del ..\..\..\lib\vc_lib\lua5.1.dll ! -if exist ..\..\..\lib\vc_lib\lua5.1.ilk del ..\..\..\lib\vc_lib\lua5.1.ilk ! -if exist ..\..\..\lib\vc_lib\lua5.1.pdb del ..\..\..\lib\vc_lib\lua5.1.pdb ! -if exist ..\..\..\lib\vc_lib\lua5.1.lib del ..\..\..\lib\vc_lib\lua5.1.lib -if exist ..\..\..\lib\vc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib del ..\..\..\lib\vc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib -if exist ..\..\..\lib\vc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\vc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll --- 628,635 ---- -if exist vcmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch del vcmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch -if exist ..\..\..\lib\vc_lib\lua5.1.lib del ..\..\..\lib\vc_lib\lua5.1.lib ! -if exist ..\..\..\lib\vc_dll\lua5.1.dll del ..\..\..\lib\vc_dll\lua5.1.dll ! -if exist ..\..\..\lib\vc_dll\lua5.1.ilk del ..\..\..\lib\vc_dll\lua5.1.ilk ! -if exist ..\..\..\lib\vc_dll\lua5.1.pdb del ..\..\..\lib\vc_dll\lua5.1.pdb ! -if exist ..\..\..\lib\vc_dll\lua5.1.lib del ..\..\..\lib\vc_dll\lua5.1.lib -if exist ..\..\..\lib\vc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib del ..\..\..\lib\vc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib -if exist ..\..\..\lib\vc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\vc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll *************** *** 670,676 **** !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! ..\..\..\lib\vc_lib\lua5.1.dll: $(LUA_DLL_OBJECTS) link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) @<< ! $(LUA_DLL_OBJECTS) /IMPLIB:..\..\..\lib\vc_lib\lua5.1.lib << !endif --- 670,676 ---- !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! ..\..\..\lib\vc_dll\lua5.1.dll: $(LUA_DLL_OBJECTS) link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) @<< ! $(LUA_DLL_OBJECTS) /IMPLIB:..\..\..\lib\vc_dll\lua5.1.lib << !endif Index: makefile.bcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/makefile.bcc,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** makefile.bcc 19 Dec 2006 22:24:12 -0000 1.59 --- makefile.bcc 20 Dec 2006 16:39:44 -0000 1.60 *************** *** 399,403 **** !endif !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! __lua_dll___depname = ..\..\..\lib\bcc_lib\lua5.1.dll !endif !if "$(SHARED)" == "0" --- 399,403 ---- !endif !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! __lua_dll___depname = ..\..\..\lib\bcc_dll\lua5.1.dll !endif !if "$(SHARED)" == "0" *************** *** 612,622 **** -if exist bccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.csm del bccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.csm -if exist ..\..\..\lib\bcc_lib\lua5.1.lib del ..\..\..\lib\bcc_lib\lua5.1.lib ! -if exist ..\..\..\lib\bcc_lib\lua5.1.dll del ..\..\..\lib\bcc_lib\lua5.1.dll ! -if exist ..\..\..\lib\bcc_lib\lua5.1.tds del ..\..\..\lib\bcc_lib\lua5.1.tds ! -if exist ..\..\..\lib\bcc_lib\lua5.1.ilc del ..\..\..\lib\bcc_lib\lua5.1.ilc ! -if exist ..\..\..\lib\bcc_lib\lua5.1.ild del ..\..\..\lib\bcc_lib\lua5.1.ild ! -if exist ..\..\..\lib\bcc_lib\lua5.1.ilf del ..\..\..\lib\bcc_lib\lua5.1.ilf ! -if exist ..\..\..\lib\bcc_lib\lua5.1.ils del ..\..\..\lib\bcc_lib\lua5.1.ils ! -if exist ..\..\..\lib\bcc_lib\lua5.1.lib del ..\..\..\lib\bcc_lib\lua5.1.lib -if exist ..\..\..\lib\bcc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib del ..\..\..\lib\bcc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib -if exist ..\..\..\lib\bcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\bcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll --- 612,622 ---- -if exist bccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.csm del bccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.csm -if exist ..\..\..\lib\bcc_lib\lua5.1.lib del ..\..\..\lib\bcc_lib\lua5.1.lib ! -if exist ..\..\..\lib\bcc_dll\lua5.1.dll del ..\..\..\lib\bcc_dll\lua5.1.dll ! -if exist ..\..\..\lib\bcc_dll\lua5.1.tds del ..\..\..\lib\bcc_dll\lua5.1.tds ! -if exist ..\..\..\lib\bcc_dll\lua5.1.ilc del ..\..\..\lib\bcc_dll\lua5.1.ilc ! -if exist ..\..\..\lib\bcc_dll\lua5.1.ild del ..\..\..\lib\bcc_dll\lua5.1.ild ! -if exist ..\..\..\lib\bcc_dll\lua5.1.ilf del ..\..\..\lib\bcc_dll\lua5.1.ilf ! -if exist ..\..\..\lib\bcc_dll\lua5.1.ils del ..\..\..\lib\bcc_dll\lua5.1.ils ! -if exist ..\..\..\lib\bcc_dll\lua5.1.lib del ..\..\..\lib\bcc_dll\lua5.1.lib -if exist ..\..\..\lib\bcc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib del ..\..\..\lib\bcc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib -if exist ..\..\..\lib\bcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\bcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll *************** *** 675,683 **** !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! ..\..\..\lib\bcc_lib\lua5.1.dll: $(LUA_DLL_OBJECTS) ilink32 -Tpd -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk @&&| c0d32.obj $(LUA_DLL_OBJECTS),$@,, import32.lib cw32.lib,, | ! implib -f ..\..\..\lib\bcc_lib\lua5.1 $@ !endif --- 675,683 ---- !if "$(SHARED)" == "1" && "$(USE_SYSTEM_LUA)" == "0" ! ..\..\..\lib\bcc_dll\lua5.1.dll: $(LUA_DLL_OBJECTS) ilink32 -Tpd -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk @&&| c0d32.obj $(LUA_DLL_OBJECTS),$@,, import32.lib cw32.lib,, | ! implib -f ..\..\..\lib\bcc_dll\lua5.1 $@ !endif Index: modules_mod_lua.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/modules_mod_lua.dsp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** modules_mod_lua.dsp 19 Dec 2006 22:24:12 -0000 1.23 --- modules_mod_lua.dsp 20 Dec 2006 16:39:45 -0000 1.24 *************** *** 48,57 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP Target_Dir "" --- 48,57 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP Target_Dir "" *************** *** 66,71 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Unicode Debug Multilib" --- 66,71 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Unicode Debug Multilib" *************** *** 73,82 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP Target_Dir "" --- 73,82 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_uddll\mod_lua" # PROP Target_Dir "" *************** *** 91,96 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Unicode Release Monolithic" --- 91,96 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Unicode Release Monolithic" *************** *** 98,107 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_udll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_udll\mod_lua" # PROP Target_Dir "" --- 98,107 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_udll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_udll\mod_lua" # PROP Target_Dir "" *************** *** 116,121 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Unicode Release Multilib" --- 116,121 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Unicode Release Multilib" *************** *** 123,132 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_udll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_udll\mod_lua" # PROP Target_Dir "" --- 123,132 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_udll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_udll\mod_lua" # PROP Target_Dir "" *************** *** 141,146 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Debug Monolithic" --- 141,146 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Debug Monolithic" *************** *** 148,157 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP Target_Dir "" --- 148,157 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP Target_Dir "" *************** *** 166,171 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Debug Multilib" --- 166,171 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Debug Multilib" *************** *** 173,182 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP Target_Dir "" --- 173,182 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_ddll\mod_lua" # PROP Target_Dir "" *************** *** 191,196 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Release Monolithic" --- 191,196 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Release Monolithic" *************** *** 198,207 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_dll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_dll\mod_lua" # PROP Target_Dir "" --- 198,207 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_dll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_dll\mod_lua" # PROP Target_Dir "" *************** *** 216,221 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Release Multilib" --- 216,221 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 DLL Release Multilib" *************** *** 223,232 **** # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_lib" # PROP BASE Intermediate_Dir "vcmsw_dll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_lib" # PROP Intermediate_Dir "vcmsw_dll\mod_lua" # PROP Target_Dir "" --- 223,232 ---- # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 ! # PROP BASE Output_Dir "..\..\..\lib\vc_dll" # PROP BASE Intermediate_Dir "vcmsw_dll\mod_lua" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 ! # PROP Output_Dir "..\..\..\lib\vc_dll" # PROP Intermediate_Dir "vcmsw_dll\mod_lua" # PROP Target_Dir "" *************** *** 241,246 **** # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_lib\lua5.1.dll" /implib:"..\..\..\lib\vc_lib\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 Unicode Debug Monolithic" --- 241,246 ---- # ADD BSC32 /nologo LINK32=link.exe ! # ADD BASE LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" ! # ADD LINK32 /nologo /dll /machine:i386 /out:"..\..\..\lib\vc_dll\lua5.1.dll" /implib:"..\..\..\lib\vc_dll\lua5.1.lib" !ELSEIF "$(CFG)" == "mod_lua - Win32 Unicode Debug Monolithic" Index: makefile.wat =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/makefile.wat,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** makefile.wat 19 Dec 2006 22:24:12 -0000 1.58 --- makefile.wat 20 Dec 2006 16:39:45 -0000 1.59 *************** *** 118,122 **** !ifeq SHARED 1 !ifeq USE_SYSTEM_LUA 0 ! __lua_dll___depname = ..\..\..\lib\wat_lib\lua5.1.dll !endif !endif --- 118,122 ---- !ifeq SHARED 1 !ifeq USE_SYSTEM_LUA 0 ! __lua_dll___depname = ..\..\..\lib\wat_dll\lua5.1.dll !endif !endif *************** *** 783,788 **** -if exist watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch del watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch -if exist ..\..\..\lib\wat_lib\lua5.1.lib del ..\..\..\lib\wat_lib\lua5.1.lib ! -if exist ..\..\..\lib\wat_lib\lua5.1.dll del ..\..\..\lib\wat_lib\lua5.1.dll ! -if exist ..\..\..\lib\wat_lib\lua5.1.lib del ..\..\..\lib\wat_lib\lua5.1.lib -if exist ..\..\..\lib\wat_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib del ..\..\..\lib\wat_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib -if exist ..\..\..\lib\wat_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\wat_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll --- 783,788 ---- -if exist watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch del watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.pch -if exist ..\..\..\lib\wat_lib\lua5.1.lib del ..\..\..\lib\wat_lib\lua5.1.lib ! -if exist ..\..\..\lib\wat_dll\lua5.1.dll del ..\..\..\lib\wat_dll\lua5.1.dll ! -if exist ..\..\..\lib\wat_dll\lua5.1.lib del ..\..\..\lib\wat_dll\lua5.1.lib -if exist ..\..\..\lib\wat_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib del ..\..\..\lib\wat_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.lib -if exist ..\..\..\lib\wat_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\wat_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll *************** *** 813,817 **** !ifeq SHARED 1 !ifeq USE_SYSTEM_LUA 0 ! ..\..\..\lib\wat_lib\lua5.1.dll : $(LUA_DLL_OBJECTS) @%create watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc @%append watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc option quiet --- 813,817 ---- !ifeq SHARED 1 !ifeq USE_SYSTEM_LUA 0 ! ..\..\..\lib\wat_dll\lua5.1.dll : $(LUA_DLL_OBJECTS) @%create watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc @%append watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc option quiet *************** *** 824,828 **** @%append watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc system nt_dll wlink @watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc ! wlib -q -n -b ..\..\..\lib\wat_lib\lua5.1.lib +$^@ !endif !endif --- 824,828 ---- @%append watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc system nt_dll wlink @watmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\lua_dll.lbc ! wlib -q -n -b ..\..\..\lib\wat_dll\lua5.1.lib +$^@ !endif !endif Index: makefile.gcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/makefile.gcc,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** makefile.gcc 19 Dec 2006 22:24:12 -0000 1.59 --- makefile.gcc 20 Dec 2006 16:39:44 -0000 1.60 *************** *** 336,340 **** ifeq ($(SHARED),1) ifeq ($(USE_SYSTEM_LUA),0) ! __lua_dll___depname = ..\..\..\lib\gcc_lib\lua5.1.dll endif endif --- 336,340 ---- ifeq ($(SHARED),1) ifeq ($(USE_SYSTEM_LUA),0) ! __lua_dll___depname = ..\..\..\lib\gcc_dll\lua5.1.dll endif endif *************** *** 719,724 **** -if exist gccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.d del gccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.d -if exist ..\..\..\lib\gcc_lib\liblua5.1.a del ..\..\..\lib\gcc_lib\liblua5.1.a ! -if exist ..\..\..\lib\gcc_lib\lua5.1.dll del ..\..\..\lib\gcc_lib\lua5.1.dll ! -if exist ..\..\..\lib\gcc_lib\liblua5.1.a del ..\..\..\lib\gcc_lib\liblua5.1.a -if exist ..\..\..\lib\gcc_lib\libwxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.a del ..\..\..\lib\gcc_lib\libwxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.a -if exist ..\..\..\lib\gcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\gcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll --- 719,724 ---- -if exist gccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.d del gccmsw_$(WXLIBPOSTFIX)$(SHARED_SUFFIX)\*.d -if exist ..\..\..\lib\gcc_lib\liblua5.1.a del ..\..\..\lib\gcc_lib\liblua5.1.a ! -if exist ..\..\..\lib\gcc_dll\lua5.1.dll del ..\..\..\lib\gcc_dll\lua5.1.dll ! -if exist ..\..\..\lib\gcc_dll\liblua5.1.a del ..\..\..\lib\gcc_dll\liblua5.1.a -if exist ..\..\..\lib\gcc_lib\libwxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.a del ..\..\..\lib\gcc_lib\libwxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.a -if exist ..\..\..\lib\gcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll del ..\..\..\lib\gcc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_wxlua.dll *************** *** 749,754 **** ifeq ($(SHARED),1) ifeq ($(USE_SYSTEM_LUA),0) ! ..\..\..\lib\gcc_lib\lua5.1.dll: $(LUA_DLL_OBJECTS) ! $(CC) -shared -fPIC -o $@ $(LUA_DLL_OBJECTS) $(LDFLAGS) -Wl,--out-implib=..\..\..\lib\gcc_lib\liblua5.1.a endif endif --- 749,754 ---- ifeq ($(SHARED),1) ifeq ($(USE_SYSTEM_LUA),0) ! ..\..\..\lib\gcc_dll\lua5.1.dll: $(LUA_DLL_OBJECTS) ! $(CC) -shared -fPIC -o $@ $(LUA_DLL_OBJECTS) $(LDFLAGS) -Wl,--out-implib=..\..\..\lib\gcc_dll\liblua5.1.a endif endif |
From: Francesco M. <fr...@us...> - 2006-12-20 13:15:20
|
Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6830/modules/build/bakefiles Modified Files: modules.bkl Log Message: fixed DLL output path for LUA library Index: modules.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/modules.bkl,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** modules.bkl 19 Dec 2006 22:24:12 -0000 1.41 --- modules.bkl 20 Dec 2006 13:15:11 -0000 1.42 *************** *** 73,77 **** </lib> <dll id="lua_dll" cond="SHARED=='1' and USE_SYSTEM_LUA=='0'"> ! <dirname>$(WXLUA_LIBOUTPUT_PATH)</dirname> <libname>lua5.1</libname> <dllname>lua5.1</dllname> --- 73,77 ---- </lib> <dll id="lua_dll" cond="SHARED=='1' and USE_SYSTEM_LUA=='0'"> ! <dirname>$(WXLUA_DLLOUTPUT_PATH)</dirname> <libname>lua5.1</libname> <dllname>lua5.1</dllname> |
From: Francesco M. <fr...@us...> - 2006-12-20 12:15:43
|
Update of /cvsroot/wxlua/website/images In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12024 Added Files: wxlualogo.svg Removed Files: wxlualogo.gif Log Message: definitively deprecated old logo in favour of new one; added SVG version of the logo --- wxlualogo.gif DELETED --- --- NEW FILE: wxlualogo.svg --- <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="525" height="380" id="svg2" sodipodi:version="0.32" inkscape:version="0.44" sodipodi:docbase="/home/frm/Desktop" sodipodi:docname="wxLua.svg" inkscape:export-filename="/home/tierra/Desktop/blocks.png" inkscape:export-xdpi="72" inkscape:export-ydpi="72" version="1.0"> <defs id="defs4"> <linearGradient id="linearGradient6854"> <stop style="stop-color:#ffffe0;stop-opacity:1;" offset="0" id="stop6856" /> <stop style="stop-color:#ffff00;stop-opacity:1;" offset="1" id="stop6858" /> </linearGradient> <linearGradient id="linearGradient6848"> <stop style="stop-color:#0000ff;stop-opacity:1;" offset="0" id="stop6850" /> <stop style="stop-color:#e0e0ff;stop-opacity:1;" offset="1" id="stop6852" /> </linearGradient> <linearGradient id="linearGradient4073"> <stop style="stop-color:#ffffff;stop-opacity:1;" offset="0" id="stop4075" /> <stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop4077" /> </linearGradient> <linearGradient id="linearGradient8721"> <stop style="stop-color:#ff0000;stop-opacity:1;" offset="0" id="stop12145" /> <stop id="stop8725" offset="1" style="stop-color:#ffe0e0;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" xlink:href="#linearGradient4073" id="linearGradient33657" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.545556,0,0,0.350255,-38.51666,72.6073)" x1="139.43112" y1="520.74255" x2="222.73912" y2="520.74255" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient8721" id="linearGradient33661" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.000031,0,0,1.000031,-45.00832,-319.1057)" x1="221.01576" y1="674.0849" x2="119.92342" y2="474.09103" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient4073" id="linearGradient33664" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.545558,0,0,0.350255,91.4834,-57.3926)" x1="139.62971" y1="520.74225" x2="222.73819" y2="520.74225" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient6848" id="linearGradient33668" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.334164,0,0,1.334164,-90.28301,-537.514)" x1="296.20334" y1="571.52942" x2="220.84492" y2="421.62283" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient4073" id="linearGradient33671" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.545558,0,0,0.350255,236.4833,37.6074)" x1="139.43103" y1="520.74225" x2="222.73837" y2="520.74225" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient6854" id="linearGradient33675" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.334164,0,0,1.334164,54.71699,-442.514)" x1="221.02206" y1="421.6228" x2="296.72556" y2="571.52942" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient8721" id="linearGradient5628" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.000031,0,0,1.000031,-45.00832,-319.1057)" x1="221.01576" y1="674.0849" x2="119.92342" y2="474.09103" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient4073" id="linearGradient5630" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.545556,0,0,0.350255,-38.51666,72.6073)" x1="139.43112" y1="520.74255" x2="222.73912" y2="520.74255" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient6848" id="linearGradient5632" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.334164,0,0,1.334164,-90.28301,-537.514)" x1="296.20334" y1="571.52942" x2="220.84492" y2="421.62283" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient4073" id="linearGradient5634" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.545558,0,0,0.350255,91.4834,-57.3926)" x1="139.62971" y1="520.74225" x2="222.73819" y2="520.74225" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient6854" id="linearGradient5636" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.334164,0,0,1.334164,54.71699,-442.514)" x1="221.02206" y1="421.6228" x2="296.72556" y2="571.52942" /> <linearGradient inkscape:collect="always" xlink:href="#linearGradient4073" id="linearGradient5638" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.545558,0,0,0.350255,236.4833,37.6074)" x1="139.43103" y1="520.74225" x2="222.73837" y2="520.74225" /> </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.70710678" inkscape:cx="471.58665" inkscape:cy="327.91412" inkscape:document-units="px" inkscape:current-layer="layer3" showguides="true" inkscape:guide-bbox="true" inkscape:window-width="1016" inkscape:window-height="689" inkscape:window-x="0" inkscape:window-y="25" inkscape:showpageshadow="true" showgrid="false" inkscape:grid-bbox="true" inkscape:guide-points="true" gridspacingx="5px" gridspacingy="5px" gridtolerance="2px" guidetolerance="2px" /> <metadata id="metadata7"> <rdf:RDF> <cc:Work rdf:about=""> <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> <dc:title>wxWidgets Logo</dc:title> <dc:date>May 7th 2006</dc:date> <dc:creator> <cc:Agent> <dc:title>Bryan Petty</dc:title> </cc:Agent> </dc:creator> <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain" /> <dc:rights> <cc:Agent> <dc:title>Bryan Petty</dc:title> </cc:Agent> </dc:rights> </cc:Work> <cc:License rdf:about="http://web.resource.org/cc/PublicDomain"> <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" /> <cc:permits rdf:resource="http://web.resource.org/cc/Distribution" /> <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> </cc:License> </rdf:RDF> </metadata> <g inkscape:groupmode="layer" id="layer2" inkscape:label="Red" style="display:inline" /> <g inkscape:groupmode="layer" id="layer3" inkscape:label="Blue" style="display:inline"> <g id="g7440" inkscape:export-filename="/home/frm/Desktop/g5608.png" inkscape:export-xdpi="18.049999" inkscape:export-ydpi="18.049999"> <text transform="scale(0.995183,1.004841)" id="text3746" y="151.18968" x="440.81519" style="font-size:184.2870636px;font-style:normal;font-weight:normal;fill:#ec0000;fill-opacity:1;stroke:#eb0000;stroke-width:10.20000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;font-family:URW Chancery L" xml:space="preserve"><tspan style="font-style:normal;font-weight:normal;stroke:#eb0000;stroke-width:10.20000076;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" y="151.18968" x="440.81519" id="tspan3748" sodipodi:role="line">wx</tspan></text> <text transform="scale(0.995183,1.004841)" id="text3754" y="167.63525" x="635.54266" style="font-size:176.83982849px;font-style:normal;font-weight:normal;fill:#0000ec;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" xml:space="preserve"><tspan y="167.63525" x="635.54266" id="tspan3756" sodipodi:role="line">Lua</tspan></text> </g> <g id="g7446" transform="translate(2.400357,0)" inkscape:export-filename="/home/frm/Desktop/g5608.png" inkscape:export-xdpi="18.049999" inkscape:export-ydpi="18.049999"> <rect ry="23.439024" y="207.36308" x="448.50467" height="95.372581" width="476" id="rect4643" style="fill:#2b00f5;fill-opacity:1;stroke:none;stroke-width:4.67799997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:50;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <text id="text4675" y="270.56958" x="488.15308" style="font-size:60.48600769px;font-style:normal;font-weight:bold;fill:white;fill-opacity:1;stroke:white;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;font-family:Bitstream Vera Sans" xml:space="preserve"><tspan y="270.56958" x="488.15308" id="tspan4677" sodipodi:role="line">Easy Power</tspan></text> </g> </g> <g inkscape:groupmode="layer" id="layer4" inkscape:label="Yellow"> <g id="g5608" transform="translate(200.8183,1.414197)" inkscape:export-xdpi="18.049999" inkscape:export-ydpi="18.049999"> <g id="g5577"> <path sodipodi:type="arc" style="fill:none;stroke:black;stroke-width:2.99991989;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.99991984, 8.99975952;stroke-dashoffset:0;stroke-opacity:1;display:inline" id="path2858" sodipodi:cx="34" sodipodi:cy="279" sodipodi:rx="160" sodipodi:ry="160" d="M 194 279 A 160 160 0 1 1 -126,279 A 160 160 0 1 1 194 279 z" transform="matrix(1.023771,0,0,1.023771,-37.97774,-90.6321)" /> <path sodipodi:type="arc" style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;display:inline" id="path2847" sodipodi:cx="24.5" sodipodi:cy="186.5" sodipodi:rx="146.5" sodipodi:ry="146.5" d="M 171 186.5 A 146.5 146.5 0 1 1 -122,186.5 A 146.5 146.5 0 1 1 171 186.5 z" transform="translate(-27.66953,8.500009)" /> <path sodipodi:type="arc" style="fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;display:inline" id="path2849" sodipodi:cx="21" sodipodi:cy="174" sodipodi:rx="42" sodipodi:ry="84" d="M 63 174 A 42 84 0 1 1 -21,174 A 42 84 0 1 1 63 174 z" transform="translate(-24.16953,21.00001)" /> <g id="g2051" transform="matrix(0.5,0,0,0.5,-134.4196,100)"> <path id="rect1393" d="M 69.33962,154.99997 L 180.66039,154.99997 C 205.22454,154.99997 225,174.77544 225,199.33959 L 225,310.66037 C 225,335.22451 205.22454,354.99998 180.66039,354.99998 L 69.33962,354.99998 C 44.775476,354.99998 25,335.22451 25,310.66037 L 25,199.33959 C 25,174.77544 44.775476,154.99997 69.33962,154.99997 z " style="fill:url(#linearGradient5628);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" /> <path id="path2231" d="M 182.05654,230.00562 C 133.52565,230.53078 120.26069,286.69673 77.15765,287.25526 C 58.52185,287.49067 42.627272,274.70086 25.000051,259.55648 L 25.000051,311.20874 C 25.000051,335.45743 44.796904,355.00001 69.36112,354.99998 L 180.68067,354.99998 C 205.24489,354.99998 225.00005,335.45745 225.00005,311.20874 L 225.00005,240.95343 C 212.96769,234.34675 199.0342,229.81756 182.05654,230.00562 z " style="opacity:0.25;fill:red;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> <rect rx="17.032595" ry="17.032595" y="179.99998" x="50" height="150" width="33" id="rect3182" style="fill:url(#linearGradient5630);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" /> <path sodipodi:nodetypes="ccccccccc" id="path37247" d="M 69.46811,161.34322 L 180.66022,161.34322 C 201.78838,161.34322 218.65712,178.22195 218.65712,199.34917 L 218.65712,310.66948 C 218.65712,331.80447 201.79163,348.657 180.66022,348.657 L 69.3399,348.657 C 48.208398,348.657 31.343,331.79658 31.343,310.66948 L 31.343,199.31104 C 31.343,178.17908 48.33351,161.34322 69.46811,161.34322 z " style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:maroon;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" /> <path id="path5922" d="M 199.33962,24.99998 L 310.6604,24.99998 C 335.22455,24.99998 355,44.77545 355,69.33958 L 355,180.66037 C 355,205.22451 335.22455,224.99998 310.6604,224.99998 L 199.33962,224.99998 C 174.77548,224.99998 155,205.22451 155,180.66037 L 155,69.33958 C 155,44.77545 174.77548,24.99998 199.33962,24.99998 z " style="fill:url(#linearGradient5632);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.28099823;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.37647059;display:inline" /> <path id="path5924" d="M 312.05649,100.00562 C 263.5256,100.5308 250.26065,156.69674 207.1576,157.25527 C 188.52179,157.49067 172.62722,144.70086 155,129.55648 L 155,181.20875 C 155,205.45743 174.79685,225.00001 199.36106,224.99998 L 310.68063,224.99998 C 335.24483,224.99998 355,205.45745 355,181.20875 L 355,110.95344 C 342.96764,104.34675 329.03415,99.81756 312.05649,100.00562 z " style="opacity:0.25;fill:blue;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> <rect rx="17.032595" ry="17.032595" y="49.999981" x="180" height="150" width="33" id="rect5926" style="fill:url(#linearGradient5634);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" /> <path style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:navy;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" d="M 199.46811,31.34322 L 310.66022,31.34322 C 331.78838,31.34322 348.65712,48.22195 348.65712,69.34917 L 348.65712,180.66948 C 348.65712,201.80447 331.79163,218.657 310.66022,218.657 L 199.3399,218.657 C 178.2084,218.657 161.343,201.79658 161.343,180.66948 L 161.343,69.31104 C 161.343,48.17908 178.33351,31.34322 199.46811,31.34322 z " id="path41636" sodipodi:nodetypes="ccccccccc" /> <path id="path5936" d="M 344.33962,119.99997 L 455.66039,119.99997 C 480.22454,119.99997 500,139.77544 500,164.33959 L 500,275.66037 C 500,300.22451 480.22454,319.99998 455.66039,319.99998 L 344.33962,319.99998 C 319.77547,319.99998 300,300.22451 300,275.66037 L 300,164.33959 C 300,139.77544 319.77547,119.99997 344.33962,119.99997 z " style="fill:url(#linearGradient5636);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.28144073;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.37647059;display:inline" /> <path id="path5938" d="M 457.05649,195.00562 C 408.5256,195.53079 395.26065,251.69673 352.1576,252.25526 C 333.52179,252.49067 317.62722,239.70086 300,224.55647 L 300,276.20875 C 300,300.45743 319.79685,320.00001 344.36106,319.99998 L 455.68063,319.99998 C 480.24484,319.99998 500,300.45745 500,276.20875 L 500,205.95343 C 487.96764,199.34674 474.03416,194.81756 457.05649,195.00562 z " style="opacity:0.25;fill:#c0c000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> <rect rx="17.032595" ry="17.032595" y="144.99998" x="325" height="150" width="33" id="rect5940" style="fill:url(#linearGradient5638);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.25098039;display:inline" /> <path sodipodi:nodetypes="ccccccccc" id="path42512" d="M 344.46811,126.34322 L 455.66022,126.34322 C 476.78838,126.34322 493.65712,143.22195 493.65712,164.34917 L 493.65712,275.66948 C 493.65712,296.80447 476.79163,313.657 455.66022,313.657 L 344.3399,313.657 C 323.2084,313.657 306.343,296.79658 306.343,275.66948 L 306.343,164.31104 C 306.343,143.17908 323.33351,126.34322 344.46811,126.34322 z " style="opacity:1;fill:none;fill-opacity:0.50196078;fill-rule:nonzero;stroke:olive;stroke-width:12.68599987;stroke-linecap:butt;stroke-linejoin:round;marker-start:none;stroke-miterlimit:20;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.50196078;display:inline" /> </g> </g> <image xlink:href="lua-256x256.png" sodipodi:absref="/home/frm/Desktop/lua-256x256.png" width="179.2" height="179.2" id="image2040" x="22.315826" y="-21.525955" style="display:inline" /> </g> </g> </svg> |
From: Francesco M. <fr...@us...> - 2006-12-20 12:13:54
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11225 Modified Files: footer.inc.php Log Message: Index: footer.inc.php =================================================================== RCS file: /cvsroot/wxlua/website/footer.inc.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** footer.inc.php 20 Feb 2006 10:46:50 -0000 1.4 --- footer.inc.php 20 Dec 2006 12:13:49 -0000 1.5 *************** *** 5,9 **** <table cellspacing="0" cellpadding="0" style="width: 100%"> <tr> ! <td style="text-align: left; width:30%"> <a href="http://validator.w3.org/check?uri=referer"> <img src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" /> --- 5,9 ---- <table cellspacing="0" cellpadding="0" style="width: 100%"> <tr> ! <td style="text-align: left; width:25%"> <a href="http://validator.w3.org/check?uri=referer"> <img src="images/valid-xhtml10.png" alt="Valid XHTML 1.0!" /> *************** *** 21,25 **** </td> ! <td style="text-align: right; width:30%"> <a href="http://www.wxwidgets.org"> <img src="images/builtwithwx.png" alt="wxWidgets based !"/> --- 21,25 ---- </td> ! <td style="text-align: right; width:25%"> <a href="http://www.wxwidgets.org"> <img src="images/builtwithwx.png" alt="wxWidgets based !"/> |
From: Francesco M. <fr...@us...> - 2006-12-20 12:04:20
|
Update of /cvsroot/wxlua/website/images In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7074/images Modified Files: builtwithwx.png wxlualogo.png Log Message: recreated the logo using a SVG-rendered image; updated builtwithwx.png logo with a better suited one; added a line in the sample to make it more readable; removing padding/margins from headers to make it smaller; now title colours are brigther Index: wxlualogo.png =================================================================== RCS file: /cvsroot/wxlua/website/images/wxlualogo.png,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvstNLFrB and /tmp/cvsZdc0Ki differ Index: builtwithwx.png =================================================================== RCS file: /cvsroot/wxlua/website/images/builtwithwx.png,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsMxSgLV and /tmp/cvsu73pGD differ |
From: Francesco M. <fr...@us...> - 2006-12-20 12:04:20
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7074 Modified Files: header.inc.php luasample.lua luasample.lua.html style.css Log Message: recreated the logo using a SVG-rendered image; updated builtwithwx.png logo with a better suited one; added a line in the sample to make it more readable; removing padding/margins from headers to make it smaller; now title colours are brigther Index: header.inc.php =================================================================== RCS file: /cvsroot/wxlua/website/header.inc.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** header.inc.php 19 Dec 2006 23:36:27 -0000 1.15 --- header.inc.php 20 Dec 2006 12:04:10 -0000 1.16 *************** *** 20,25 **** <div id="header"> <table border="0" style="width:100%; vertical-align: middle;"> ! <tr style="vertical-align: middle; margin:0"> ! <td style="width:50%"> <a href="http://wxlua.sourceforge.net"> <img src="images/wxlualogo.png" style="border:0; float:left" alt="The wxLua logo"/> --- 20,25 ---- <div id="header"> <table border="0" style="width:100%; vertical-align: middle;"> ! <tr style="vertical-align: middle; margin:0; padding: 0"> ! <td style="width:50%; margin:0; padding: 0"> <a href="http://wxlua.sourceforge.net"> <img src="images/wxlualogo.png" style="border:0; float:left" alt="The wxLua logo"/> Index: style.css =================================================================== RCS file: /cvsroot/wxlua/website/style.css,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** style.css 19 Dec 2006 23:28:06 -0000 1.18 --- style.css 20 Dec 2006 12:04:11 -0000 1.19 *************** *** 82,86 **** .headerTitle span { ! color: green; background-color: transparent; font-weight: normal; --- 82,86 ---- .headerTitle span { ! color: rgb(100,200,100); background-color: transparent; font-weight: normal; Index: luasample.lua =================================================================== RCS file: /cvsroot/wxlua/website/luasample.lua,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** luasample.lua 19 Dec 2006 23:45:20 -0000 1.3 --- luasample.lua 20 Dec 2006 12:04:10 -0000 1.4 *************** *** 10,13 **** --- 10,14 ---- helpMenu:Append(wx.wxID_ABOUT, "&About", "About the wxLua Minimal Application") + -- create a menu bar and append the file and help menus local menuBar = wx.wxMenuBar() Index: luasample.lua.html =================================================================== RCS file: /cvsroot/wxlua/website/luasample.lua.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** luasample.lua.html 19 Dec 2006 23:45:20 -0000 1.3 --- luasample.lua.html 20 Dec 2006 12:04:10 -0000 1.4 *************** *** 10,13 **** --- 10,14 ---- <span style="font-weight: bold"><span style="color: #000000">helpMenu:Append</span></span><span style="color: #990000">(</span>wx<span style="color: #990000">.</span>wxID_ABOUT<span style="color: #990000">,</span> <span style="color: #FF0000">"&About"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"About the wxLua Minimal Application"</span><span style="color: #990000">)</span> + <span style="font-style: italic"><span style="color: #9A1900">-- create a menu bar and append the file and help menus</span></span> <span style="font-weight: bold"><span style="color: #0000FF">local</span></span> menuBar <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxMenuBar</span></span><span style="color: #990000">(</span><span style="color: #990000">)</span> |
From: Francesco M. <fr...@us...> - 2006-12-19 23:45:27
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27939 Modified Files: luasample.lua luasample.lua.html Log Message: since I couldn't really manage to get the lua sample text to stay BEHIND the news box, I've modified the sample so that the overlapping string shouldn't overlap anymore Index: luasample.lua =================================================================== RCS file: /cvsroot/wxlua/website/luasample.lua,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** luasample.lua 25 May 2006 04:00:48 -0000 1.2 --- luasample.lua 19 Dec 2006 23:45:20 -0000 1.3 *************** *** 8,12 **** -- create a simple help menu local helpMenu = wx.wxMenu() ! helpMenu:Append(wx.wxID_ABOUT, "&About", "About the wxLua Minimal Application") -- create a menu bar and append the file and help menus local menuBar = wx.wxMenuBar() --- 8,13 ---- -- create a simple help menu local helpMenu = wx.wxMenu() ! helpMenu:Append(wx.wxID_ABOUT, "&About", ! "About the wxLua Minimal Application") -- create a menu bar and append the file and help menus local menuBar = wx.wxMenuBar() Index: luasample.lua.html =================================================================== RCS file: /cvsroot/wxlua/website/luasample.lua.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** luasample.lua.html 25 May 2006 04:00:48 -0000 1.2 --- luasample.lua.html 19 Dec 2006 23:45:20 -0000 1.3 *************** *** 1,18 **** - <!-- Generator: GNU source-highlight 2.3 - by Lorenzo Bettini - http://www.lorenzobettini.it - http://www.gnu.org/software/src-highlite --> <pre><tt>frame <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxFrame</span></span><span style="color: #990000">(</span>wx<span style="color: #990000">.</span>wxNull<span style="color: #990000">,</span> wx<span style="color: #990000">.</span>wxID_ANY<span style="color: #990000">,</span> <span style="color: #FF0000">"wxLua Minimal Demo"</span><span style="color: #990000">,</span> ! wx<span style="color: #990000">.</span>wxDefaultPosition<span style="color: #990000">,</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxSize</span></span><span style="color: #990000">(</span><span style="color: #993399">450</span><span style="color: #990000">,</span> <span style="color: #993399">450</span><span style="color: #990000">),</span> wx<span style="color: #990000">.</span>wxDEFAULT_FRAME_STYLE<span style="color: #990000">)</span> <span style="font-style: italic"><span style="color: #9A1900">-- create a simple file menu</span></span> ! <span style="font-weight: bold"><span style="color: #0000FF">local</span></span> fileMenu <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxMenu</span></span><span style="color: #990000">()</span> <span style="font-weight: bold"><span style="color: #000000">fileMenu:Append</span></span><span style="color: #990000">(</span>wx<span style="color: #990000">.</span>wxID_EXIT<span style="color: #990000">,</span> <span style="color: #FF0000">"E&xit"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"Quit the program"</span><span style="color: #990000">)</span> <span style="font-style: italic"><span style="color: #9A1900">-- create a simple help menu</span></span> ! <span style="font-weight: bold"><span style="color: #0000FF">local</span></span> helpMenu <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxMenu</span></span><span style="color: #990000">()</span> ! <span style="font-weight: bold"><span style="color: #000000">helpMenu:Append</span></span><span style="color: #990000">(</span>wx<span style="color: #990000">.</span>wxID_ABOUT<span style="color: #990000">,</span> <span style="color: #FF0000">"&About"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"About the wxLua Minimal Application"</span><span style="color: #990000">)</span> <span style="font-style: italic"><span style="color: #9A1900">-- create a menu bar and append the file and help menus</span></span> ! <span style="font-weight: bold"><span style="color: #0000FF">local</span></span> menuBar <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxMenuBar</span></span><span style="color: #990000">()</span> <span style="font-weight: bold"><span style="color: #000000">menuBar:Append</span></span><span style="color: #990000">(</span>fileMenu<span style="color: #990000">,</span> <span style="color: #FF0000">"&File"</span><span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">menuBar:Append</span></span><span style="color: #990000">(</span>helpMenu<span style="color: #990000">,</span> <span style="color: #FF0000">"&Help"</span><span style="color: #990000">)</span> --- 1,15 ---- <pre><tt>frame <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxFrame</span></span><span style="color: #990000">(</span>wx<span style="color: #990000">.</span>wxNull<span style="color: #990000">,</span> wx<span style="color: #990000">.</span>wxID_ANY<span style="color: #990000">,</span> <span style="color: #FF0000">"wxLua Minimal Demo"</span><span style="color: #990000">,</span> ! wx<span style="color: #990000">.</span>wxDefaultPosition<span style="color: #990000">,</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxSize</span></span><span style="color: #990000">(</span><span style="color: #993399">450</span><span style="color: #990000">,</span> <span style="color: #993399">450</span><span style="color: #990000">)</span><span style="color: #990000">,</span> wx<span style="color: #990000">.</span>wxDEFAULT_FRAME_STYLE<span style="color: #990000">)</span> <span style="font-style: italic"><span style="color: #9A1900">-- create a simple file menu</span></span> ! <span style="font-weight: bold"><span style="color: #0000FF">local</span></span> fileMenu <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxMenu</span></span><span style="color: #990000">(</span><span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">fileMenu:Append</span></span><span style="color: #990000">(</span>wx<span style="color: #990000">.</span>wxID_EXIT<span style="color: #990000">,</span> <span style="color: #FF0000">"E&xit"</span><span style="color: #990000">,</span> <span style="color: #FF0000">"Quit the program"</span><span style="color: #990000">)</span> <span style="font-style: italic"><span style="color: #9A1900">-- create a simple help menu</span></span> ! <span style="font-weight: bold"><span style="color: #0000FF">local</span></span> helpMenu <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxMenu</span></span><span style="color: #990000">(</span><span style="color: #990000">)</span> ! <span style="font-weight: bold"><span style="color: #000000">helpMenu:Append</span></span><span style="color: #990000">(</span>wx<span style="color: #990000">.</span>wxID_ABOUT<span style="color: #990000">,</span> <span style="color: #FF0000">"&About"</span><span style="color: #990000">,</span> ! <span style="color: #FF0000">"About the wxLua Minimal Application"</span><span style="color: #990000">)</span> <span style="font-style: italic"><span style="color: #9A1900">-- create a menu bar and append the file and help menus</span></span> ! <span style="font-weight: bold"><span style="color: #0000FF">local</span></span> menuBar <span style="color: #990000">=</span> wx<span style="color: #990000">.</span><span style="font-weight: bold"><span style="color: #000000">wxMenuBar</span></span><span style="color: #990000">(</span><span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">menuBar:Append</span></span><span style="color: #990000">(</span>fileMenu<span style="color: #990000">,</span> <span style="color: #FF0000">"&File"</span><span style="color: #990000">)</span> <span style="font-weight: bold"><span style="color: #000000">menuBar:Append</span></span><span style="color: #990000">(</span>helpMenu<span style="color: #990000">,</span> <span style="color: #FF0000">"&Help"</span><span style="color: #990000">)</span> |
From: Francesco M. <fr...@us...> - 2006-12-19 23:36:31
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23812 Modified Files: header.inc.php Log Message: shrinked a bit the logo Index: header.inc.php =================================================================== RCS file: /cvsroot/wxlua/website/header.inc.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** header.inc.php 19 Dec 2006 23:28:06 -0000 1.14 --- header.inc.php 19 Dec 2006 23:36:27 -0000 1.15 *************** *** 20,24 **** <div id="header"> <table border="0" style="width:100%; vertical-align: middle;"> ! <tr style="vertical-align: middle;"> <td style="width:50%"> <a href="http://wxlua.sourceforge.net"> --- 20,24 ---- <div id="header"> <table border="0" style="width:100%; vertical-align: middle;"> ! <tr style="vertical-align: middle; margin:0"> <td style="width:50%"> <a href="http://wxlua.sourceforge.net"> |
From: Francesco M. <fr...@us...> - 2006-12-19 23:36:30
|
Update of /cvsroot/wxlua/website/images In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23812/images Modified Files: wxlualogo.png Log Message: shrinked a bit the logo Index: wxlualogo.png =================================================================== RCS file: /cvsroot/wxlua/website/images/wxlualogo.png,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsbC7odJ and /tmp/cvsG6ESFa differ |
From: Francesco M. <fr...@us...> - 2006-12-19 23:28:12
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18958 Modified Files: header.inc.php style.css Log Message: changed colour for the header Index: header.inc.php =================================================================== RCS file: /cvsroot/wxlua/website/header.inc.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** header.inc.php 19 Dec 2006 23:03:22 -0000 1.13 --- header.inc.php 19 Dec 2006 23:28:06 -0000 1.14 *************** *** 19,30 **** <!-- ##### Header ##### --> <div id="header"> ! <table border="0" style="width:100%; vertical-align: middle;"><tr style="vertical-align: middle;"> ! <td style="width:50%"> ! <a href="http://wxlua.sourceforge.net"><img src="images/wxlualogo.png" style="border:0; float:left" alt="The wxLua logo"/></a> ! </td> ! <td style="width:50%; vertical-align: middle;"> ! <h1 class="headerTitle">wxLua<span> - <a href="http://www.wxwidgets.org">wxWidgets</a> bindings for <a href="http://www.lua.org">Lua</a></span></h1> ! </td> ! </tr></table> <?php --- 19,36 ---- <!-- ##### Header ##### --> <div id="header"> ! <table border="0" style="width:100%; vertical-align: middle;"> ! <tr style="vertical-align: middle;"> ! <td style="width:50%"> ! <a href="http://wxlua.sourceforge.net"> ! <img src="images/wxlualogo.png" style="border:0; float:left" alt="The wxLua logo"/> ! </a> ! </td> ! <td style="width:50%; vertical-align: middle;"> ! <h1 class="headerTitle"> ! wxLua<span> - <a href="http://www.wxwidgets.org">wxWidgets</a> bindings for <a href="http://www.lua.org">Lua</a></span> ! </h1> ! </td> ! </tr> ! </table> <?php Index: style.css =================================================================== RCS file: /cvsroot/wxlua/website/style.css,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** style.css 2 Jun 2006 13:51:31 -0000 1.17 --- style.css 19 Dec 2006 23:28:06 -0000 1.18 *************** *** 71,78 **** font-size: 25px; vertical-align: middle; } .headerTitle a { ! color: rgb(100,100,255); background-color: transparent; text-decoration: underline; --- 71,79 ---- font-size: 25px; vertical-align: middle; + color: white; } .headerTitle a { ! color: rgb(100,255,100); background-color: transparent; text-decoration: underline; *************** *** 81,85 **** .headerTitle span { ! color: blue; background-color: transparent; font-weight: normal; --- 82,86 ---- .headerTitle span { ! color: green; background-color: transparent; font-weight: normal; |
From: Francesco M. <fr...@us...> - 2006-12-19 23:20:36
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16029 Modified Files: .cvsignore Log Message: fixed cvsignore Index: .cvsignore =================================================================== RCS file: /cvsroot/wxlua/website/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .cvsignore 8 Mar 2006 18:56:39 -0000 1.6 --- .cvsignore 19 Dec 2006 23:20:31 -0000 1.7 *************** *** 2,3 **** --- 2,7 ---- docs phpTumb + bakefile + private + wxLua + |
From: Francesco M. <fr...@us...> - 2006-12-19 23:18:48
|
Update of /cvsroot/wxlua/website/wxlua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15183 Added Files: .cvsignore Log Message: added cvsignore for autopackage --- NEW FILE: .cvsignore --- *package *meta |
From: Francesco M. <fr...@us...> - 2006-12-19 23:12:09
|
Update of /cvsroot/wxlua/website/images In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12584/images Modified Files: header-background.png wxlualogo.png Log Message: reverted the gradient; logo is a bit smaller Index: wxlualogo.png =================================================================== RCS file: /cvsroot/wxlua/website/images/wxlualogo.png,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsXbuJBz and /tmp/cvsBDru5z differ Index: header-background.png =================================================================== RCS file: /cvsroot/wxlua/website/images/header-background.png,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsUc4uuC and /tmp/cvs929G2C differ |
From: Francesco M. <fr...@us...> - 2006-12-19 23:03:25
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9238 Modified Files: header.inc.php Log Message: removed height attribute Index: header.inc.php =================================================================== RCS file: /cvsroot/wxlua/website/header.inc.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** header.inc.php 19 Dec 2006 22:45:27 -0000 1.12 --- header.inc.php 19 Dec 2006 23:03:22 -0000 1.13 *************** *** 21,25 **** <table border="0" style="width:100%; vertical-align: middle;"><tr style="vertical-align: middle;"> <td style="width:50%"> ! <a href="http://wxlua.sourceforge.net"><img src="images/wxlualogo.png" style="border:0; float:left; height:50px;" alt="The wxLua logo"/></a> </td> <td style="width:50%; vertical-align: middle;"> --- 21,25 ---- <table border="0" style="width:100%; vertical-align: middle;"><tr style="vertical-align: middle;"> <td style="width:50%"> ! <a href="http://wxlua.sourceforge.net"><img src="images/wxlualogo.png" style="border:0; float:left" alt="The wxLua logo"/></a> </td> <td style="width:50%; vertical-align: middle;"> |
From: Francesco M. <fr...@us...> - 2006-12-19 23:01:09
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8016 Modified Files: updatesite.sh Log Message: changed the script to update the CVS repo website reather than trying to checkit out all the times Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** updatesite.sh 24 May 2006 15:20:01 -0000 1.26 --- updatesite.sh 19 Dec 2006 23:00:59 -0000 1.27 *************** *** 5,16 **** # script globals export CVSROOT=:pserver:ano...@wx...s:/cvsroot/wxlua ! wxluadir="/home/groups/w/wx/wxlua" function restorepermissions { echo Restoring permissions ! cd $wxluadir/htdocs # note: the user permissions must be set, too otherwise the owner --- 5,30 ---- # script globals export CVSROOT=:pserver:ano...@wx...s:/cvsroot/wxlua ! wxluadir="/home/groups/w/wx/wxlua/htdocs" ! + function updatefromcvs + { + cd $wxluadir + echo "Checking out website to htdocs dir from cvs" + cvs -q update -P -d + + echo "Checking out the docs dir to the htdocs/docs dir from cvs" + cvs -q update -P -d + + echo "Checking out the whole wxLua cvs repository to the htdocs/wxLua dir from cvs" + cd wxLua + cvs -q update -P -d + } function restorepermissions { echo Restoring permissions ! cd $wxluadir # note: the user permissions must be set, too otherwise the owner *************** *** 22,44 **** } - function updatefromcvs - { - echo "Checking out website to htdocs dir from cvs" - cd $wxluadir - cvs -q checkout -P -d htdocs website - - echo "Checking out the docs dir to the htdocs/docs dir from cvs" - cd htdocs - cvs -q checkout -P -d docs wxLua/docs - - echo "Checking out the whole wxLua cvs repository to the htdocs/wxLua dir from cvs" - cd $wxluadir/htdocs - cvs -q checkout -P wxLua - } - function createdocs { echo "Generating Doxygen documentation" ! cd $wxluadir/htdocs/docs doxygen doxygen_website.cfg } --- 36,43 ---- } function createdocs { echo "Generating Doxygen documentation" ! cd $wxluadir/docs doxygen doxygen_website.cfg } *************** *** 47,51 **** { echo "Creating snapshot" ! cd $wxluadir/htdocs/download cp -rf ../wxLua . --- 46,50 ---- { echo "Creating snapshot" ! cd $wxluadir/download cp -rf ../wxLua . |
From: Francesco M. <fr...@us...> - 2006-12-19 22:45:30
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1791 Modified Files: header.inc.php Log Message: trying out the old logo Index: header.inc.php =================================================================== RCS file: /cvsroot/wxlua/website/header.inc.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** header.inc.php 21 May 2006 13:20:22 -0000 1.11 --- header.inc.php 19 Dec 2006 22:45:27 -0000 1.12 *************** *** 21,25 **** <table border="0" style="width:100%; vertical-align: middle;"><tr style="vertical-align: middle;"> <td style="width:50%"> ! <a href="http://wxlua.sourceforge.net"><img src="images/wxlualogo.gif" style="border:0; float:left; height:50px;" alt="The wxLua logo"/></a> </td> <td style="width:50%; vertical-align: middle;"> --- 21,25 ---- <table border="0" style="width:100%; vertical-align: middle;"><tr style="vertical-align: middle;"> <td style="width:50%"> ! <a href="http://wxlua.sourceforge.net"><img src="images/wxlualogo.png" style="border:0; float:left; height:50px;" alt="The wxLua logo"/></a> </td> <td style="width:50%; vertical-align: middle;"> |
From: Francesco M. <fr...@us...> - 2006-12-19 22:45:30
|
Update of /cvsroot/wxlua/website/images In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1791/images Added Files: wxlualogo.png Log Message: trying out the old logo --- NEW FILE: wxlualogo.png --- (This appears to be a binary file; contents omitted.) |
From: Francesco M. <fr...@us...> - 2006-12-19 22:34:22
|
Update of /cvsroot/wxlua/wxLua/build/autoconf In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29025/build/autoconf Modified Files: aclocal.m4 configure.ac Log Message: fixed dummy typo in configure Index: configure.ac =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** configure.ac 19 Dec 2006 21:11:59 -0000 1.34 --- configure.ac 19 Dec 2006 22:34:16 -0000 1.35 *************** *** 80,84 **** AC_MSG_CHECKING([for --with-lua-prefix option]) ! if [[ $lua_dir != "" ]]; then # user explicitely provided a path to its own lua, check that it's an absolute path --- 80,84 ---- AC_MSG_CHECKING([for --with-lua-prefix option]) ! if test ! $lua_dir = ""; then # user explicitely provided a path to its own lua, check that it's an absolute path |
From: Francesco M. <fr...@us...> - 2006-12-19 22:34:19
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29025 Modified Files: configure Log Message: fixed dummy typo in configure Index: configure =================================================================== RCS file: /cvsroot/wxlua/wxLua/configure,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** configure 19 Dec 2006 21:11:57 -0000 1.43 --- configure 19 Dec 2006 22:34:16 -0000 1.44 *************** *** 2209,2213 **** { echo "$as_me:$LINENO: checking for --with-lua-prefix option" >&5 echo $ECHO_N "checking for --with-lua-prefix option... $ECHO_C" >&6; } ! if [ $lua_dir != "" ]; then # user explicitely provided a path to its own lua, check that it's an absolute path --- 2209,2213 ---- { echo "$as_me:$LINENO: checking for --with-lua-prefix option" >&5 echo $ECHO_N "checking for --with-lua-prefix option... $ECHO_C" >&6; } ! if test ! $lua_dir = ""; then # user explicitely provided a path to its own lua, check that it's an absolute path |