Browse Source

Missing Max DLE

Josh Yelon 21 years ago
parent
commit
bbe0a62001
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/makepanda/panda.nsi

+ 2 - 0
doc/makepanda/panda.nsi

@@ -61,6 +61,8 @@ Section "${FULLNAME}" SecCore
         File ${PSOURCE}\doc\LICENSE
         SetOutPath $INSTDIR\bin
         File /r ${PANDA}\bin\*.dll
+        File /nonfatal /r ${PANDA}\bin\*.dle
+        File /nonfatal /r ${PANDA}\bin\*.dlm
         SetOutPath $INSTDIR\etc
         File /r ${PANDA}\etc\*
         SetOutPath $INSTDIR\direct