[Gcblue-commits] gcb_wx GCblue.vcproj,1.47,1.48
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-04-05 02:37:02
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4666 Modified Files: GCblue.vcproj Log Message: Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** GCblue.vcproj 24 Mar 2004 21:09:25 -0000 1.47 --- GCblue.vcproj 5 Apr 2004 02:24:28 -0000 1.48 *************** *** 273,277 **** </File> <File ! RelativePath="src\graphics\tcwindow.cpp"> </File> </Filter> --- 273,277 ---- </File> <File ! RelativePath=".\src\graphics\tcWindow.cpp"> </File> </Filter> *************** *** 496,499 **** --- 496,502 ---- Filter=""> <File + RelativePath=".\src\network\tcChatMessageHandler.cpp"> + </File> + <File RelativePath="src\network\tcConnectionData.cpp"> </File> *************** *** 631,635 **** </File> <File ! RelativePath="include\graphics\tcwindow.h"> </File> </Filter> --- 634,638 ---- </File> <File ! RelativePath=".\include\graphics\tcWindow.h"> </File> </Filter> *************** *** 863,866 **** --- 866,872 ---- Filter=""> <File + RelativePath=".\include\network\tcChatMessageHandler.h"> + </File> + <File RelativePath="include\network\tcConnectionData.h"> </File> *************** *** 869,872 **** --- 875,881 ---- </File> <File + RelativePath=".\include\network\tcMessageHandler.h"> + </File> + <File RelativePath="include\network\tcMultiplayerInterface.h"> </File> |