Browse Source

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 years ago
parent
commit
4f0907bf47
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      installer/windows/makeInstallerWindows.sh

+ 4
- 0
installer/windows/makeInstallerWindows.sh View File

@@ -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

Loading…
Cancel
Save