mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
fix compilation order
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24740 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a3b31eccfd
commit
7bfcb2de60
@ -10,16 +10,6 @@ Licence details for all installer scripts can be found in the file COPYING
|
|||||||
|
|
||||||
!include settings.nsh
|
!include settings.nsh
|
||||||
|
|
||||||
#--------------------------------
|
|
||||||
# The following commands use makensis to compile two applications.
|
|
||||||
# Although these applications are written in NSIS, they do not install anything.
|
|
||||||
|
|
||||||
# Compile the launcher
|
|
||||||
!system '"${NSISDIR}\makensis.exe" "${FILES_LAUNCHER}\launcher.nsi"'
|
|
||||||
|
|
||||||
# Compile Windows PDF view helper
|
|
||||||
!system '"${NSISDIR}\makensis.exe" "${FILES_PDFVIEW}\pdfview.nsi"'
|
|
||||||
|
|
||||||
#--------------------------------
|
#--------------------------------
|
||||||
# Header files
|
# Header files
|
||||||
|
|
||||||
@ -35,6 +25,16 @@ Licence details for all installer scripts can be found in the file COPYING
|
|||||||
!include include\gui.nsh
|
!include include\gui.nsh
|
||||||
!include include\init.nsh
|
!include include\init.nsh
|
||||||
|
|
||||||
|
#--------------------------------
|
||||||
|
# The following commands use makensis to compile two applications.
|
||||||
|
# Although these applications are written in NSIS, they do not install anything.
|
||||||
|
|
||||||
|
# Compile the launcher
|
||||||
|
!system '"${NSISDIR}\makensis.exe" "${FILES_LAUNCHER}\launcher.nsi"'
|
||||||
|
|
||||||
|
# Compile Windows PDF view helper
|
||||||
|
!system '"${NSISDIR}\makensis.exe" "${FILES_PDFVIEW}\pdfview.nsi"'
|
||||||
|
|
||||||
#--------------------------------
|
#--------------------------------
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user