add zlib1.dll

This commit is contained in:
Glenn Maynard
2003-12-10 06:09:43 +00:00
parent 2073a1bd3c
commit 6dc897bd10
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -25,6 +25,7 @@
!system "utils\upx avformat.dll" ignore !system "utils\upx avformat.dll" ignore
!system "utils\upx resample.dll" ignore !system "utils\upx resample.dll" ignore
!system "utils\upx dbghelp.dll" ignore !system "utils\upx dbghelp.dll" ignore
!system "utils\upx zlib1.dll" ignore
Name "${PRODUCT_NAME_VER}" Name "${PRODUCT_NAME_VER}"
OutFile "${PRODUCT_NAME_VER}.exe" OutFile "${PRODUCT_NAME_VER}.exe"
@@ -208,7 +209,7 @@ File "avcodec.dll"
File "avformat.dll" File "avformat.dll"
File "resample.dll" File "resample.dll"
File "dbghelp.dll" File "dbghelp.dll"
; File "SDL_net.dll" File "zlib1.dll"
File "COPYING.txt" File "COPYING.txt"
File "README-FIRST.html" File "README-FIRST.html"
@@ -352,6 +353,7 @@ Delete "$INSTDIR\avcodec.dll"
Delete "$INSTDIR\avformat.dll" Delete "$INSTDIR\avformat.dll"
Delete "$INSTDIR\resample.dll" Delete "$INSTDIR\resample.dll"
Delete "$INSTDIR\dbghelp.dll" Delete "$INSTDIR\dbghelp.dll"
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\COPYING.txt" Delete "$INSTDIR\COPYING.txt"
Delete "$INSTDIR\README-FIRST.html" Delete "$INSTDIR\README-FIRST.html"
Delete "$INSTDIR\NEWS" Delete "$INSTDIR\NEWS"
Binary file not shown.