summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-18 09:53:20 +0100
committerSven Gothel <[email protected]>2011-11-18 09:53:20 +0100
commit2b4318da81b2ce97b7f7291f423053d9d4a46eca (patch)
tree47bad10bfde7550fcd759d364dedb15d73081f42 /make
parent82773da0e9d6253af935ca809f72aa21a125c65a (diff)
Fix Reloc AttachJAWTSurfaceLayer() (commit d644e9321dceeecdd94a1797e25e6e356d957c23)
Missed build-nativewindow.xml commit
Diffstat (limited to 'make')
-rw-r--r--make/build-nativewindow.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index 3636e74c7..9d0dff406 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -744,6 +744,7 @@
<target name="c.build.nativewindow.windowlib.macosx" if="isOSX">
<javah destdir="${src.generated.c}/MacOSX" classpath="${javah.classpath}" class="jogamp.nativewindow.macosx.OSXUtil" />
+ <javah destdir="${src.generated.c}/MacOSX" classpath="${javah.classpath}" class="jogamp.nativewindow.jawt.macosx.MacOSXJAWTWindow" />
<c.build c.compiler.src.files="c.src.files.macosx"
output.lib.name="nativewindow_macosx"