From 558389f22d7a257e422ae50385364dcc74c4f106 Mon Sep 17 00:00:00 2001 From: sg215889 Date: Mon, 13 Jul 2009 01:29:44 -0700 Subject: Add: Extended support for CVM: - GLX, CGL, WGL - GL2ES12 desktop ES1 and ES2 common profile Add: BufferFactory: Determine the Buffer's Endianess Add: com.sun.gluegen.runtime.PointerBuffer - Solution for CDC/CVM (no LongBuffer), holds a buffer of pointer objects in native endian format and converts natively passed 32bit pointers to 64 bit. - supports a few Buffer mechanics, so the BufferFactory can easily use them. - behaves as an NIO Buffer, code generation - included a unit test Add: StructAccessor get/set long value, incl. endian check --- make/make.gluegen.cdcfp.macosx.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 make/make.gluegen.cdcfp.macosx.sh (limited to 'make/make.gluegen.cdcfp.macosx.sh') diff --git a/make/make.gluegen.cdcfp.macosx.sh b/make/make.gluegen.cdcfp.macosx.sh new file mode 100644 index 0000000..016cb8d --- /dev/null +++ b/make/make.gluegen.cdcfp.macosx.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +if [ -e /devtools/etc/profile.ant ] ; then + . /devtools/etc/profile.ant +fi + +# -Dc.compiler.debug=true + +ant -v \ + -DisCDCFP=true \ + -Drootrel.build=build-cdcfp-macosx \ + $* 2>&1 | tee make.gluegen.cdcfp.macosx-x86.log -- cgit v1.2.3