summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-05-10 22:19:24 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-05-10 22:19:24 +0000
commitd72b09caa8a42b77588d3a45b48666b8a1a3a60a (patch)
treee32bc771515e03f098a66084726f78fe02a19209 /trunk/BUILDING.txt
parentd0e746ee856534cded7839333d061ff0fe5f0083 (diff)
Use "make nsi" instead of "make dist" to be consistent with MinGW build
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@182 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index 1515518..13c6a0c 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -319,7 +319,7 @@ make nsi
libjpeg-turbo SDK. This requires the Nullsoft Install System
(http://nsis.sourceforge.net/.) makensis.exe should be in your PATH.
-make -f win/Makefile dist
+make -f win/Makefile nsi
This creates a Win32 installer for the Visual C++ version of the
libjpeg-turbo SDK. This requires the Nullsoft Install System