Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2017-10-13 12:23:27 +0000
committerNiraj Modi2017-10-13 12:23:27 +0000
commitec9c5818e838de844259bab420d16f3309d804c6 (patch)
tree60dedff46ae56fac3cd56bd11bc23c18af7b12bd
parent717c412d9fd860d3af0357ea555e779254eaf575 (diff)
downloadeclipse.platform.swt-ec9c5818e838de844259bab420d16f3309d804c6.tar.gz
eclipse.platform.swt-ec9c5818e838de844259bab420d16f3309d804c6.tar.xz
eclipse.platform.swt-ec9c5818e838de844259bab420d16f3309d804c6.zip
Bug 525392 - [win32] Cleanup windows build script
- Adding the call to set PROCESSOR_ARCHITECTURE back Change-Id: Ie3b2dd43396caf2107bd42d2353276ce3086e921 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT PI/win32/library/build.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/build.bat b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/build.bat
index 47f4c80549..0009dbef4a 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/build.bat
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/build.bat
@@ -32,6 +32,7 @@ IF x.%1==x.x86 shift
GOTO MAKE
:X86_64
+set PROCESSOR_ARCHITECTURE=AMD64
IF "x.%OUTPUT_DIR%"=="x." set OUTPUT_DIR=..\..\..\org.eclipse.swt.win32.win32.x86_64
IF "x.%SWT_JAVA_HOME%"=="x." set "SWT_JAVA_HOME=%SWT_BUILDDIR%\ibm-java-sdk-80-win-x86_64\sdk"
set CFLAGS=-DJNI64

Back to the top