瀏覽代碼

Added code to install Mel and Maxscript into build

Josh Yelon 20 年之前
父節點
當前提交
91b21b863a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/makepanda/makepanda.py

+ 2 - 0
doc/makepanda/makepanda.py

@@ -1911,6 +1911,8 @@ CopyFile(PREFIX+"/", "doc/LICENSE")
 CopyFile(PREFIX+"/", "doc/ReleaseNotes")
 CopyTree(PREFIX+'/Pmw', 'thirdparty/Pmw')
 CopyTree(PREFIX+'/SceneEditor', 'SceneEditor')
+CopyAllFiles(PREFIX+"/plugins/",  "pandatool/src/scripts", ".mel")
+CopyAllFiles(PREFIX+"/plugins/",  "pandatool/src/scripts", ".ms")
 
 ########################################################################
 ##