Update of /cvsroot/wxlua/wxLua/modules/wxlua/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3064/wxLua/modules/wxlua/src
Modified Files:
wxlualib_wx26.dsp
Log Message:
update dsp files (by hand)
Index: wxlualib_wx26.dsp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/wxlualib_wx26.dsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxlualib_wx26.dsp 7 Jun 2005 19:58:25 -0000 1.1
--- wxlualib_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 "wxLuaLib_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 "wxLuaLib_wx26.mak" CFG="wxLuaLib_wx26 - Win32 Debug"
! !MESSAGE
!MESSAGE Possible choices for configuration are:
! !MESSAGE
!MESSAGE "wxLuaLib_wx26 - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "wxLuaLib_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 "wxLuaLib_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 "wxLuaLib_wx26.mak" CFG="wxLuaLib_wx26 - Win32 Debug"
! !MESSAGE
!MESSAGE Possible choices for configuration are:
! !MESSAGE
!MESSAGE "wxLuaLib_wx26 - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "wxLuaLib_wx26 - Win32 Debug" (based on "Win32 (x86) Static Library")
! !MESSAGE
# Begin Project
***************
*** 87,95 ****
# Begin Source File
! SOURCE=..\include\callback.h
# End Source File
# Begin Source File
! SOURCE=..\include\defs.h
# End Source File
# Begin Source File
--- 87,95 ----
# Begin Source File
! SOURCE=..\include\wxlcallb.h
# End Source File
# Begin Source File
! SOURCE=..\include\wxldefs.h
# End Source File
# Begin Source File
***************
*** 99,107 ****
# Begin Source File
! SOURCE=..\include\interp.h
# End Source File
# Begin Source File
! SOURCE=..\include\library.h
# End Source File
# Begin Source File
--- 99,111 ----
# Begin Source File
! SOURCE=..\include\wxlintrp.h
# End Source File
# Begin Source File
! SOURCE=..\include\wxlbind.h
! # End Source File
! # Begin Source File
!
! SOURCE=..\include\wxlstate.h
# End Source File
# Begin Source File
***************
*** 115,123 ****
# Begin Source File
! SOURCE=.\interp.cpp
# End Source File
# Begin Source File
! SOURCE=.\library.cpp
# End Source File
# End Target
--- 119,135 ----
# Begin Source File
! SOURCE=.\wxlintrp.cpp
# End Source File
# Begin Source File
! SOURCE=.\wxlcallb.cpp
! # End Source File
! # Begin Source File
!
! SOURCE=.\wxlbind.cpp
! # End Source File
! # Begin Source File
!
! SOURCE=.\wxlstate.cpp
# End Source File
# End Target
|