[wpdev-commits] wolfpack/muls muls.pri,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-11-03 01:55:51
|
Update of /cvsroot/wpdev/wolfpack/muls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27316/muls Modified Files: muls.pri Log Message: Cleanups, trying to fix an odd display bug... Index: muls.pri =================================================================== RCS file: /cvsroot/wpdev/wolfpack/muls/muls.pri,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** muls.pri 23 Aug 2004 19:35:46 -0000 1.1 --- muls.pri 3 Nov 2004 01:55:40 -0000 1.2 *************** *** 2,8 **** # Input HEADERS += $$MULS_H/maps.h \ ! $$MULS_H/multiscache.h \ ! $$MULS_H/tilecache.h SOURCES += $$MULS_CPP/maps.cpp \ ! $$MULS_CPP/multiscache.cpp \ ! $$MULS_CPP/tilecache.cpp --- 2,9 ---- # Input HEADERS += $$MULS_H/maps.h \ ! $$MULS_H/multiscache.h \ ! $$MULS_H/tilecache.h ! SOURCES += $$MULS_CPP/maps.cpp \ ! $$MULS_CPP/multiscache.cpp \ ! $$MULS_CPP/tilecache.cpp |