Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20627
Modified Files:
profile.h wolfpack.pro
Log Message:
Unix Makefile fixes.
Index: profile.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/profile.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** profile.h 18 Sep 2004 21:10:40 -0000 1.1
--- profile.h 18 Sep 2004 21:22:59 -0000 1.2
***************
*** 20,24 ****
};
! #define ENABLE_PROFILING 0
#if defined(ENABLE_PROFILING)
--- 20,24 ----
};
! //#define ENABLE_PROFILING 0
#if defined(ENABLE_PROFILING)
Index: wolfpack.pro
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolfpack.pro,v
retrieving revision 1.210
retrieving revision 1.211
diff -C2 -d -r1.210 -r1.211
*** wolfpack.pro 31 Aug 2004 17:44:37 -0000 1.210
--- wolfpack.pro 18 Sep 2004 21:23:00 -0000 1.211
***************
*** 99,102 ****
--- 99,103 ----
player.h \
preferences.h \
+ profile.h \
progress.h \
pythonscript.h \
***************
*** 153,156 ****
--- 154,158 ----
player.cpp \
preferences.cpp \
+ profile.cpp \
pythonscript.cpp \
scriptmanager.cpp \
|