[wpdev-commits] wolfpack wolfpack.pro,1.144,1.145
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2003-09-02 02:35:31
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv22051 Modified Files: wolfpack.pro Log Message: Added Item and Char iterators to python Index: wolfpack.pro =================================================================== RCS file: /cvsroot/wpdev/wolfpack/wolfpack.pro,v retrieving revision 1.144 retrieving revision 1.145 diff -C2 -d -r1.144 -r1.145 *** wolfpack.pro 2 Sep 2003 02:06:34 -0000 1.144 --- wolfpack.pro 2 Sep 2003 02:35:28 -0000 1.145 *************** *** 221,226 **** python/pytooltip.cpp \ python/socket.cpp \ ! HEADERS += python/content.h # SQLite Sources --- 221,228 ---- python/pytooltip.cpp \ python/socket.cpp \ + python/worlditerator.cpp ! HEADERS += python/content.h \ ! += python/worlditerator.h # SQLite Sources |