Ver código fonte

Make it obvious when installer is being built without lazarus


git-svn-id: http://svn.dmdirc.com/trunk@3441 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 anos atrás
pai
commit
4f0907bf47
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      installer/windows/makeInstallerWindows.sh

+ 4
- 0
installer/windows/makeInstallerWindows.sh Ver arquivo

@@ -280,6 +280,10 @@ if [ ! -e "Setup.exe"  -o "${compileSetup}" = "true" ]; then
280 280
 			echo "Using Lazarus"
281 281
 			mkdir -p ${PWD}/lazarus-build
282 282
 			extraFlags="-dLAZARUS -FU${PWD}/lazarus-build -Fu${PWD}/lazarus-build -Fu${lazarusDir}/lcl/widgetset/ -Fu${lazarusDir}/lcl/interfaces/win32/ -Fu${lazarusDir}/lcl/ -Fi${lazarusDir}/lcl/include/"
283
+		else
284
+			echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@";
285
+			echo "@        Building installer *WITHOUT* lazarus.        @";
286
+			echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@";
283 287
 		fi;
284 288
 		${FPC} ${compilerFlags} ${extraFlags} Setup.dpr
285 289
 		if [ $? -ne 0 ]; then

Carregando…
Cancelar
Salvar