[Gcblue-commits] gcb_wx GCblue.vcproj,1.80,1.81
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-02-04 18:55:55
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26003 Modified Files: GCblue.vcproj Log Message: Ground SAM related updates Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** GCblue.vcproj 27 Jan 2005 01:01:36 -0000 1.80 --- GCblue.vcproj 4 Feb 2005 18:55:46 -0000 1.81 *************** *** 488,491 **** --- 488,494 ---- </File> <File + RelativePath=".\src\sim\tcGroundObject.cpp"> + </File> + <File RelativePath="src\sim\tcGuidanceState.cpp"> </File> *************** *** 671,674 **** --- 674,693 ---- </File> </Filter> + <Filter + Name="ai" + Filter=""> + <File + RelativePath=".\src\ai\Blackboard.cpp"> + </File> + <File + RelativePath=".\src\ai\BlackboardItem.cpp"> + </File> + <File + RelativePath=".\src\ai\Brain.cpp"> + </File> + <File + RelativePath=".\src\ai\Task.cpp"> + </File> + </Filter> </Filter> <Filter *************** *** 1403,1406 **** --- 1422,1428 ---- </File> <File + RelativePath=".\include\sim\tcGroundObject.h"> + </File> + <File RelativePath="include\sim\tcGuidanceState.h"> </File> *************** *** 1595,1598 **** --- 1617,1636 ---- </File> </Filter> + <Filter + Name="ai" + Filter=""> + <File + RelativePath=".\include\ai\Blackboard.h"> + </File> + <File + RelativePath=".\include\ai\BlackboardItem.h"> + </File> + <File + RelativePath=".\include\ai\Brain.h"> + </File> + <File + RelativePath=".\include\ai\Task.h"> + </File> + </Filter> </Filter> </Files> |