Added support for plugins directory

This commit is contained in:
Josh Yelon 2005-05-12 22:28:18 +00:00
parent ac1f10ffbe
commit 5c96ea2d1f
1 changed files with 6 additions and 4 deletions

View File

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