Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23333/wxLua/modules/build/bakefiles
Modified Files:
sources.bkl
Log Message:
rename wxluasocket files to wxl* for consistency and make it easier to find them
Index: sources.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/sources.bkl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** sources.bkl 25 Nov 2005 19:03:28 -0000 1.9
--- sources.bkl 25 Nov 2005 19:22:57 -0000 1.10
***************
*** 163,179 ****
<!-- ================================================================== -->
<set var="wxluasocket_src">
! wxluasocket/src/debugio.cpp
! wxluasocket/src/dserver.cpp
! wxluasocket/src/dtarget.cpp
! wxluasocket/src/socket.cpp
wxluasocket/src/wxlhandl.cpp
</set>
<set var="wxluasocket_hdr">
! wxluasocket/include/debugio.h
! wxluasocket/include/dserver.h
! wxluasocket/include/dtarget.h
! wxluasocket/include/socket.h
wxluasocket/include/wxlhandl.h
</set>
--- 163,179 ----
<!-- ================================================================== -->
<set var="wxluasocket_src">
! wxluasocket/src/wxldbgio.cpp
! wxluasocket/src/wxldserv.cpp
! wxluasocket/src/wxldtarg.cpp
wxluasocket/src/wxlhandl.cpp
+ wxluasocket/src/wxlsock.cpp
</set>
<set var="wxluasocket_hdr">
! wxluasocket/include/wxldbgio.h
! wxluasocket/include/wxldserv.h
! wxluasocket/include/wxldtarg.h
wxluasocket/include/wxlhandl.h
+ wxluasocket/include/wxlsock.h
</set>
|