Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv17209
Modified Files:
wolfpack.pro
Log Message:
Updated for the ai file move.
Index: wolfpack.pro
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolfpack.pro,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** wolfpack.pro 18 Dec 2003 13:41:54 -0000 1.167
--- wolfpack.pro 22 Jan 2004 05:48:50 -0000 1.168
***************
*** 115,118 ****
--- 115,119 ----
TmpEff.h \
Trade.h \
+ ai/ai.h \
accounts.h \
basics.h \
***************
*** 173,180 ****
SOURCES = \
accounts.cpp \
! ai.cpp \
! ai_animals.cpp \
! ai_humans.cpp \
! ai_monsters.cpp \
basechar.cpp \
basedef.cpp \
--- 174,181 ----
SOURCES = \
accounts.cpp \
! ai/ai.cpp \
! ai/ai_animals.cpp \
! ai/ai_humans.cpp \
! ai/ai_monsters.cpp \
basechar.cpp \
basedef.cpp \
|