lyx_mirror/development/Win32/packaging/AltInstaller/Build-all.nsi
Georg Baum 360b94ee35 Remove outdated, unmaintained build system. Still one to go ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40780 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-19 13:13:05 +00:00

24 lines
677 B
Plaintext

# this script compiles the three different installer variants at once
# this is necessary when the installer should e.g. be built by CMake
SetCompressor /SOLID lzma
#--------------------------------
# The following commands use makensis to compile the three different installer variants.
#--------------------------------
#Compile the Update Installer
!system '"${NSISDIR}\makensis.exe" "LyXInstaller-Update.nsi"'
#--------------------------------
#Compile the Small Installer
!system '"${NSISDIR}\makensis.exe" "LyXInstaller-Small.nsi"'
#--------------------------------
#Compile the Complete Installer
!system '"${NSISDIR}\makensis.exe" "LyXInstaller-Complete.nsi"'