Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3064/wxLua/modules/wxluasocket/src
Modified Files:
wxluasocket_wx26.dsp
Log Message:
update dsp files (by hand)
Index: wxluasocket_wx26.dsp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxluasocket_wx26.dsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxluasocket_wx26.dsp 7 Jun 2005 19:58:25 -0000 1.1
--- wxluasocket_wx26.dsp 25 Nov 2005 20:21:48 -0000 1.2
***************
*** 9,25 ****
!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 "wxLuaSocketLib_wx26.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 "wxLuaSocketLib_wx26.mak" CFG="wxLuaSocketLib_wx26 - Win32 Debug"
! !MESSAGE
!MESSAGE Possible choices for configuration are:
! !MESSAGE
!MESSAGE "wxLuaSocketLib_wx26 - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "wxLuaSocketLib_wx26 - Win32 Debug" (based on "Win32 (x86) Static Library")
! !MESSAGE
# Begin Project
--- 9,25 ----
!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 "wxLuaSocketLib_wx26.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 "wxLuaSocketLib_wx26.mak" CFG="wxLuaSocketLib_wx26 - Win32 Debug"
! !MESSAGE
!MESSAGE Possible choices for configuration are:
! !MESSAGE
!MESSAGE "wxLuaSocketLib_wx26 - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "wxLuaSocketLib_wx26 - Win32 Debug" (based on "Win32 (x86) Static Library")
! !MESSAGE
# Begin Project
***************
*** 87,119 ****
# Begin Source File
! SOURCE=..\include\debugio.h
# End Source File
# Begin Source File
! SOURCE=..\include\dserver.h
# End Source File
# Begin Source File
! SOURCE=..\include\dtarget.h
# End Source File
# Begin Source File
! SOURCE=..\include\socket.h
# End Source File
# Begin Source File
! SOURCE=.\debugio.cpp
# End Source File
# Begin Source File
! SOURCE=.\dserver.cpp
# End Source File
# Begin Source File
! SOURCE=.\dtarget.cpp
# End Source File
# Begin Source File
! SOURCE=.\socket.cpp
# End Source File
# End Target
--- 87,127 ----
# Begin Source File
! SOURCE=..\include\wxldbgio.h
# End Source File
# Begin Source File
! SOURCE=..\include\wxldserv.h
# End Source File
# Begin Source File
! SOURCE=..\include\wxldtarg.h
# End Source File
# Begin Source File
! SOURCE=..\include\wxlsock.h
# End Source File
# Begin Source File
! SOURCE=..\include\wxlhandl.h
# End Source File
# Begin Source File
! SOURCE=.\wxldbgio.cpp
# End Source File
# Begin Source File
! SOURCE=.\wxldserv.cpp
# End Source File
# Begin Source File
! SOURCE=.\wxldtarg.cpp
! # End Source File
! # Begin Source File
!
! SOURCE=.\wxlsock.cpp
! # End Source File
! # Begin Source File
!
! SOURCE=.\wxlhandl.cpp
# End Source File
# End Target
|