summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-20 19:15:09 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-04-20 19:15:09 +0000
commit5b6b6963e166fe64df541a2a31e4ceb87de99a9f (patch)
tree10e2103fd8d68c249d0735515f8042cc62aedbb7 /trunk/BUILDING.txt
parenta774d364b89189ec3717cc85a5ac0a47675105d8 (diff)
Win64 (mostly) works now
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@174 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index 8634e3d..1515518 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -275,14 +275,10 @@ This will generate the following files under libjpeg-turbo\windows\:
turbojpeg.dll Shared library for TurboJPEG/OSS
turbojpeg.lib Development stub for TurboJPEG/OSS shared library
-#If a 64-bit Windows platform is detected, then the build system will attempt
-#to build a 64-bit version of libjpeg-turbo. You can override this by running
-#
-# make -f win/Makefile WIN64=no
-
-NOTE: For unknown reasons, Win64 support doesn't work yet, so at the moment,
-you have to run 'make -f win/Makefile WIN64=yes' to get a 64-bit build on
-64-bit Windows. The paragraph above will apply once Win64 support is working.
+If a 64-bit Windows platform is detected, then the build system will attempt
+to build a 64-bit version of libjpeg-turbo. You can override this by running
+
+ make -f win/Makefile WIN64=no
*******************************************************************************