copy p3d to PATH

This commit is contained in:
rdb 2010-01-16 16:41:42 +00:00
parent e0d6e6dd0e
commit 6bba759f46

View File

@ -4542,6 +4542,7 @@ if (True or (not RUNTIME and not RTDIST)):
if (sys.platform.startswith("win")):
TargetAdd(base+".exe", input='p3dWrapper.exe')
CopyFile(GetOutputDir()+"/bin/"+base+".p3d", g)
else:
CopyFile(GetOutputDir()+"/bin/"+base, g)