File: build-win-setup.bat

package info (click to toggle)
librecad 2.2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 105,584 kB
  • sloc: cpp: 187,958; sh: 336; xml: 47; makefile: 21
file content (8 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
call set-windows-env.bat

if _%LC_NSIS_FILE%==_ (
    set LC_NSIS_FILE=nsis-5.4.nsi
)
pushd postprocess-windows
makensis.exe /X"SetCompressor /FINAL lzma" /V4 %LC_NSIS_FILE%
popd