Cool. Apparently this works on DLLs, too.

This commit is contained in:
Glenn Maynard
2003-05-22 23:50:00 +00:00
parent de6dcbe208
commit 167cc3aaef
+5
View File
@@ -21,6 +21,11 @@
!system "echo This may take a moment ..." ignore
!system "utils\upx StepMania.exe" ignore
!system "utils\upx smpackage.exe" ignore
!system "utils\upx msvcr70.dll" ignore
!system "utils\upx msvcp70.dll" ignore
!system "utils\upx jpeg.dll" ignore
!system "utils\upx SDL.dll" ignore
!system "utils\upx SDL_image.dll" ignore
Name "${PRODUCT_NAME}"
OutFile "StepMania-CVS-20030422.exe"