~ubuntu-branches/debian/sid/librecad/sid

« back to all changes in this revision

Viewing changes to scripts/build-win-setup.bat

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2013-12-30 12:17:45 UTC
  • mfrom: (0.2.10)
  • Revision ID: package-import@ubuntu.com-20131230121745-nfji56gc8mv8y6ve
Tags: 2.0.0+nolibs-1
* New upstream release
* Debian S-V 3.9.5, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
call set-windows-env.bat
2
2
 
3
3
cd postprocess-windows
4
 
makensis.exe /X"SetCompressor /FINAL lzma" nsis-5.1.nsi
 
4
makensis.exe /X"SetCompressor /FINAL lzma" /V4 nsis-5.1.nsi
5
5
cd ..