Update of /cvsroot/robotflow/RobotFlow/Player/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28810/include
Modified Files:
Makefile.am
Removed Files:
player.h playercclient.h playerclient.h playercommon.h
playerpacket.h replace.h
Log Message:
removed Player code to link directly with the library
--- player.h DELETED ---
--- replace.h DELETED ---
--- playerclient.h DELETED ---
--- playercommon.h DELETED ---
--- playercclient.h DELETED ---
--- playerpacket.h DELETED ---
Index: Makefile.am
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Player/include/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 2 Jul 2003 19:59:32 -0000 1.2
--- Makefile.am 26 May 2004 18:48:54 -0000 1.3
***************
*** 1,9 ****
AUTOMAKE_OPTIONS = no-dependencies
! noinst_HEADERS = PlayerConnect.h \
! playercclient.h \
! playerclient.h \
! playercommon.h \
! player.h \
! playerpacket.h \
! replace.h
--- 1,3 ----
AUTOMAKE_OPTIONS = no-dependencies
! noinst_HEADERS = PlayerConnect.h
|