[Gcblue-commits] gcb_wx GCblue.vcproj,1.49,1.50
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-04-13 00:39:01
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27636 Modified Files: GCblue.vcproj Log Message: Multiplayer related updates Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** GCblue.vcproj 7 Apr 2004 00:41:06 -0000 1.49 --- GCblue.vcproj 13 Apr 2004 00:24:36 -0000 1.50 *************** *** 194,197 **** --- 194,200 ---- </File> <File + RelativePath=".\src\common\tcStream.cpp"> + </File> + <File RelativePath="src\common\tcString.cpp"> </File> *************** *** 516,519 **** --- 519,525 ---- RelativePath=".\src\network\tcTextMessageHandler.cpp"> </File> + <File + RelativePath=".\src\network\tcUpdateMessageHandler.cpp"> + </File> </Filter> </Filter> *************** *** 570,573 **** --- 576,582 ---- </File> <File + RelativePath=".\include\common\tcStream.h"> + </File> + <File RelativePath="include\common\tcString.h"> </File> *************** *** 892,895 **** --- 901,907 ---- RelativePath=".\include\network\tcTextMessageHandler.h"> </File> + <File + RelativePath=".\include\network\tcUpdateMessageHandler.h"> + </File> </Filter> </Filter> |