[Gcblue-commits] gcb_wx GCblue.vcproj,1.76,1.77
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-12-11 01:09:45
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30338 Modified Files: GCblue.vcproj Log Message: Sonar work, passive sonar, torpedoes Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** GCblue.vcproj 7 Dec 2004 04:00:27 -0000 1.76 --- GCblue.vcproj 11 Dec 2004 01:09:03 -0000 1.77 *************** *** 440,443 **** --- 440,446 ---- </File> <File + RelativePath=".\src\sim\tcCommandQueue.cpp"> + </File> + <File RelativePath="src\sim\tcCustomControl.cpp"> </File> *************** *** 521,524 **** --- 524,530 ---- </File> <File + RelativePath=".\src\sim\tcSensorTrackIterator.cpp"> + </File> + <File RelativePath="src\sim\tcSimState.cpp"> </File> *************** *** 1340,1343 **** --- 1346,1352 ---- </File> <File + RelativePath=".\include\sim\tcCommandQueue.h"> + </File> + <File RelativePath="include\sim\tcCustomControl.h"> </File> *************** *** 1424,1427 **** --- 1433,1439 ---- </File> <File + RelativePath=".\include\sim\tcSensorTrackIterator.h"> + </File> + <File RelativePath="include\sim\tcSimState.h"> </File> |