Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-10-12 15:34:20 +0000
committerAndrew Niefer2007-10-12 15:34:20 +0000
commitcc0a5c52bbf3f97f90eadffd6def9b10e228dc3a (patch)
tree270e4b9a82e2362af5d906785c27a9c4561d8d14 /bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
parentb9b4d425c596a471fc2064474fedbc8234392734 (diff)
downloadrt.equinox.framework-cc0a5c52bbf3f97f90eadffd6def9b10e228dc3a.tar.gz
rt.equinox.framework-cc0a5c52bbf3f97f90eadffd6def9b10e228dc3a.tar.xz
rt.equinox.framework-cc0a5c52bbf3f97f90eadffd6def9b10e228dc3a.zip
bug 202496
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak b/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
index 48c61bbc9..6bc262c26 100644
--- a/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
+++ b/bundles/org.eclipse.equinox.executable/library/win32/make_mingw.mak
@@ -71,7 +71,7 @@ CFLAGS = -g -s -Wall \
-I. -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/win32 $(SYSINC) \
-D_WIN32 \
-DWIN32_LEAN_AND_MEAN \
- -mno-cygwin
+ -mno-cygwin -D__int64="long long"
ACFLAGS = -I.. -DDEFAULT_OS="\"$(DEFAULT_OS)\"" \
-DDEFAULT_OS_ARCH="\"$(DEFAULT_OS_ARCH)\"" \
-DDEFAULT_WS="\"$(DEFAULT_WS)\"" \

Back to the top