From 5c96ea2d1fe0bd612b23a1fda4d6b01398a0b2e1 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Thu, 12 May 2005 22:28:18 +0000 Subject: [PATCH] Added support for plugins directory --- doc/makepanda/panda.nsi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/makepanda/panda.nsi b/doc/makepanda/panda.nsi index 3bc22873a3..0bc82c71d7 100755 --- a/doc/makepanda/panda.nsi +++ b/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