From 7f407a63b564bcc7d24d0904da64be14ef43047d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 16 May 2010 20:00:42 +0200 Subject: GlueGen/JOGL Windows x86 x86_64 MingW Builds mingw linker option: --enable-stdcall-fixup mingw x86: link against JVM lib file, due to unresolved symbol: JAWT.dll x32: _JAWT_GetAWT@8 (stdcall) JAWT.dll x64: JAWT_GetAWT (clean) Looks like the stdcall fixup doesn't work .. --- make/gluegen-cpptasks-base.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 1f12008..dd366fe 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -706,13 +706,15 @@ --> - + + - + + @@ -779,7 +781,6 @@ - -- cgit v1.2.3