From 7bfcb2de602bc40d077c18fc7848964c02308343 Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Mon, 12 May 2008 22:35:35 +0000 Subject: [PATCH] fix compilation order git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24740 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/lyx.nsi | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/development/Win32/packaging/installer/lyx.nsi b/development/Win32/packaging/installer/lyx.nsi index 171e88faac..e4af9a6e6c 100644 --- a/development/Win32/packaging/installer/lyx.nsi +++ b/development/Win32/packaging/installer/lyx.nsi @@ -10,16 +10,6 @@ Licence details for all installer scripts can be found in the file COPYING !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 @@ -35,6 +25,16 @@ Licence details for all installer scripts can be found in the file COPYING !include include\gui.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 -- 2.39.5