Browse Source

copy p3d to PATH

rdb 16 years ago
parent
commit
6bba759f46
1 changed files with 1 additions and 0 deletions
  1. 1 0
      makepanda/makepanda.py

+ 1 - 0
makepanda/makepanda.py

@@ -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)