Revert accidentally checked in debugging stuff

This commit is contained in:
rdb 2010-01-17 10:31:04 +00:00
parent b8cacaf29e
commit 5e46cc511c

View File

@ -4531,7 +4531,7 @@ if (RTDIST):
# Distribute prebuilt .p3d files as executable. # Distribute prebuilt .p3d files as executable.
# #
if (True or (not RUNTIME and not RTDIST)): if (not RUNTIME and not RTDIST):
if (sys.platform.startswith("win")): if (sys.platform.startswith("win")):
OPTS=['DIR:direct/src/p3d'] OPTS=['DIR:direct/src/p3d']
TargetAdd('p3dWrapper.exe', opts=OPTS, input='p3dWrapper.c') TargetAdd('p3dWrapper.exe', opts=OPTS, input='p3dWrapper.c')