From 8c1c861a5865cc6248343074df116d903971bdc2 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 22 Feb 2009 17:04:14 -0700 Subject: [PATCH] search ../win32/include before $JAVA_HOME/include for windows builds, since we don't want to accidentally use the jni_md.h for the host system --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 227d5cd4e4..37fb2abb4e 100644 --- a/makefile +++ b/makefile @@ -116,7 +116,7 @@ ifeq ($(platform),windows) exe-suffix = .exe lflags = -L$(lib) $(common-lflags) -lws2_32 -mwindows -mconsole - cflags = $(common-cflags) -I$(inc) + cflags = -I$(inc) $(common-cflags) ifeq (,$(filter mingw32 cygwin,$(build-platform))) cxx = i586-mingw32msvc-g++