From f932bd274c41d796125007d0d636d28d2e7b76c4 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 16 Mar 2006 17:23:52 +0000 Subject: [PATCH] when building makensis that'd be dropped in a zipped release, use NSIS_CONFIG_CONST_DATA_PATH git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4593 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/build.but b/Docs/src/build.but index 8b90ff20..be755aca 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -73,7 +73,7 @@ As of NSIS 2.01, the compiler, makensis, also compiles on POSIX platforms. POSIX If you don't have a cross compiler, you can use: -\c scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all +\c scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=yes This should only build makensis. Once you have makensis, you can drop it in a downloaded precompiled package such as the \R{build_nightly}{nightly build} or a \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{zipped release version} (nsis-x.xx.zip). Note that the in order for this to work, the precompiled package must be compiled using the exact same sources as makensis. In particular, \c{Source\\exehead\\config.h} and \c{Source\\exehead\\fileform.h} must be identical.