From: John L. <jr...@us...> - 2005-11-25 20:21:56
|
Update of /cvsroot/wxlua/wxLua/modules/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3064/wxLua/modules/build/msw Modified Files: modules_mod_wxbind.dsp modules_mod_wxlua.dsp modules_mod_wxluadebug.dsp modules_mod_wxluasocket.dsp Log Message: update dsp files (by hand) Index: modules_mod_wxbind.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/modules_mod_wxbind.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modules_mod_wxbind.dsp 20 Jun 2005 09:48:37 -0000 1.1 --- modules_mod_wxbind.dsp 25 Nov 2005 20:21:47 -0000 1.2 *************** *** 9,22 **** !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxbind.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxbind.mak" CFG="mod_wxbind - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxbind - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxbind - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") --- 9,22 ---- !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxbind.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxbind.mak" CFG="mod_wxbind - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxbind - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxbind - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") *************** *** 27,31 **** !MESSAGE "mod_wxbind - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxbind - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project --- 27,31 ---- !MESSAGE "mod_wxbind - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxbind - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project *************** *** 357,360 **** --- 357,364 ---- # Begin Source File + SOURCE=..\..\wxbind\src\wx_builtin.cpp + # End Source File + # Begin Source File + SOURCE=..\..\wxbind\src\wx_class.cpp # End Source File Index: modules_mod_wxlua.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/modules_mod_wxlua.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modules_mod_wxlua.dsp 20 Jun 2005 09:48:37 -0000 1.1 --- modules_mod_wxlua.dsp 25 Nov 2005 20:21:47 -0000 1.2 *************** *** 9,22 **** !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxlua.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxlua.mak" CFG="mod_wxlua - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxlua - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxlua - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") --- 9,22 ---- !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxlua.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxlua.mak" CFG="mod_wxlua - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxlua - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxlua - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") *************** *** 27,31 **** !MESSAGE "mod_wxlua - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxlua - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project --- 27,31 ---- !MESSAGE "mod_wxlua - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxlua - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project *************** *** 249,257 **** # Begin Source File ! SOURCE=..\..\wxlua\src\interp.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxlua\src\library.cpp # End Source File # End Group --- 249,265 ---- # Begin Source File ! SOURCE=..\..\wxlua\src\wxlintrp.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxlua\src\wxlbind.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\wxlua\src\wxlcallb.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\wxlua\src\wxlstate.cpp # End Source File # End Group *************** *** 261,269 **** # Begin Source File ! SOURCE=..\..\wxlua\include\callback.h # End Source File # Begin Source File ! SOURCE=..\..\wxlua\include\defs.h # End Source File # Begin Source File --- 269,277 ---- # Begin Source File ! SOURCE=..\..\wxlua\include\wxlcallb.h # End Source File # Begin Source File ! SOURCE=..\..\wxlua\include\wxldefs.h # End Source File # Begin Source File *************** *** 273,281 **** # Begin Source File ! SOURCE=..\..\wxlua\include\interp.h # End Source File # Begin Source File ! SOURCE=..\..\wxlua\include\library.h # End Source File # Begin Source File --- 281,293 ---- # Begin Source File ! SOURCE=..\..\wxlua\include\wxlintrp.h # End Source File # Begin Source File ! SOURCE=..\..\wxlua\include\wxlbind.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\wxlua\include\wxlstate.h # End Source File # Begin Source File Index: modules_mod_wxluasocket.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/modules_mod_wxluasocket.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modules_mod_wxluasocket.dsp 20 Jun 2005 09:48:37 -0000 1.1 --- modules_mod_wxluasocket.dsp 25 Nov 2005 20:21:47 -0000 1.2 *************** *** 9,22 **** !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluasocket.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluasocket.mak" CFG="mod_wxluasocket - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxluasocket - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxluasocket - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") --- 9,22 ---- !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluasocket.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluasocket.mak" CFG="mod_wxluasocket - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxluasocket - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxluasocket - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") *************** *** 27,31 **** !MESSAGE "mod_wxluasocket - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxluasocket - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project --- 27,31 ---- !MESSAGE "mod_wxluasocket - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxluasocket - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project *************** *** 245,261 **** # Begin Source File ! SOURCE=..\..\wxluasocket\src\debugio.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\src\dserver.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\src\dtarget.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\src\socket.cpp # End Source File # End Group --- 245,265 ---- # Begin Source File ! SOURCE=..\..\wxluasocket\src\wxldbgio.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\src\wxlhandl.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\src\wxldserv.cpp # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\src\wxldtarg.cpp ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\wxluasocket\src\wxlsock.cpp # End Source File # End Group *************** *** 265,281 **** # Begin Source File ! SOURCE=..\..\wxluasocket\include\debugio.h # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\include\dserver.h # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\include\dtarget.h # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\include\socket.h # End Source File # End Group --- 269,289 ---- # Begin Source File ! SOURCE=..\..\wxluasocket\include\wxldbgio.h # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\include\wxlhandl.h # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\include\wxldserv.h # End Source File # Begin Source File ! SOURCE=..\..\wxluasocket\include\wxldtarg.h ! # End Source File ! # Begin Source File ! ! SOURCE=..\..\wxluasocket\include\wxlsock.h # End Source File # End Group Index: modules_mod_wxluadebug.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/modules_mod_wxluadebug.dsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modules_mod_wxluadebug.dsp 20 Jun 2005 09:48:37 -0000 1.1 --- modules_mod_wxluadebug.dsp 25 Nov 2005 20:21:47 -0000 1.2 *************** *** 9,22 **** !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluadebug.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluadebug.mak" CFG="mod_wxluadebug - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxluadebug - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxluadebug - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") --- 9,22 ---- !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluadebug.mak". ! !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: ! !MESSAGE !MESSAGE NMAKE /f "modules_mod_wxluadebug.mak" CFG="mod_wxluadebug - Win32 Default" ! !MESSAGE !MESSAGE Possible choices for configuration are: ! !MESSAGE !MESSAGE "mod_wxluadebug - Win32 DLL Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "mod_wxluadebug - Win32 DLL Unicode" (based on "Win32 (x86) Dynamic-Link Library") *************** *** 27,31 **** !MESSAGE "mod_wxluadebug - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxluadebug - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project --- 27,31 ---- !MESSAGE "mod_wxluadebug - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "mod_wxluadebug - Win32 Default" (based on "Win32 (x86) Static Library") ! !MESSAGE # Begin Project *************** *** 245,249 **** # Begin Source File ! SOURCE=..\..\wxluadebug\src\debug.cpp # End Source File # Begin Source File --- 245,249 ---- # Begin Source File ! SOURCE=..\..\wxluadebug\src\wxldebug.cpp # End Source File # Begin Source File *************** *** 261,265 **** # Begin Source File ! SOURCE=..\..\wxluadebug\include\debug.h # End Source File # Begin Source File --- 261,265 ---- # Begin Source File ! SOURCE=..\..\wxluadebug\include\wxldebug.h # End Source File # Begin Source File |