Browse Source

Added support for plugins directory

Josh Yelon 20 years ago
parent
commit
5c96ea2d1f
1 changed files with 6 additions and 4 deletions
  1. 6 4
      doc/makepanda/panda.nsi

+ 6 - 4
doc/makepanda/panda.nsi

@@ -96,10 +96,12 @@ Section "${SMDIRECTORY}" SecCore
 
         !else
 
-            SetOutPath $INSTDIR\bin
-            File /nonfatal /r ${PANDA}\bin\*.dle
-            File /nonfatal /r ${PANDA}\bin\*.dlo
-            File /nonfatal /r ${PANDA}\bin\*.dlm
+            SetOutPath $INSTDIR\plugins
+            File /nonfatal /r ${PANDA}\plugins\*.dle
+            File /nonfatal /r ${PANDA}\plugins\*.dlo
+            File /nonfatal /r ${PANDA}\plugins\*.dlm
+            File /nonfatal /r ${PANDA}\plugins\*.mll
+            File /nonfatal /r ${PANDA}\plugins\*.mel
             SetOutPath $INSTDIR\pandac\input
             File /r ${PANDA}\pandac\input\*
             SetOutPath $INSTDIR\bin