Subversion Repositories autosfx

Rev

View as "text/x-msdos-batch" | Blame | Last modification | View Log | RSS feed

  1. @echo off
  2.  
  3. REM by ViaThinkSoft
  4.  
  5. IF EXIST ZMRes19_dll.res del ZMRes19_dll.res
  6. IF EXIST DelZip190_upx.dll del DelZip190_upx.dll
  7. call ..\..\..\Tools\upx -9 -o DelZip190_upx.dll ..\DelZip190.dll
  8. type dllverprefix.bin > DZRESDLL19.bin
  9. type DelZip190_upx.dll >> DZRESDLL19.bin
  10. del DelZip190_upx.dll
  11. brcc32 ZMRes19_dll.rc
  12. del DZRESDLL19.bin
  13.