win-stats is really pstats

This commit is contained in:
Josh Yelon 2007-07-12 04:18:50 +00:00
parent 95dcac0907
commit c3d34897a3
1 changed files with 1 additions and 1 deletions

View File

@ -4322,7 +4322,7 @@ if (OMIT.count("PANDATOOL")==0):
# DIRECTORY: pandatool/src/win-stats/
#
if (OMIT.count("PANDATOOL")==0) and (sys.platform == "win32"):
if (OMIT.count("PANDATOOL")==0):
IPATH=['pandatool/src/win-stats']
OPTS=[]
EnqueueCxx(ipath=IPATH, opts=OPTS, src='winstats_composite1.cxx', obj='pstats_composite1.obj')