diff options
author | Chien Yang <[email protected]> | 2007-01-10 21:18:06 +0000 |
---|---|---|
committer | Chien Yang <[email protected]> | 2007-01-10 21:18:06 +0000 |
commit | d0a09b5d1acee7803235922335fb0f54a26eccb5 (patch) | |
tree | c514e69ec9154452aad8ec5d9547160454a48122 /src/native/ogl/Attributes.c | |
parent | 9f29bb02627691061dd5eccacfcbc4895cef7b61 (diff) |
1) VC7 and VC8 compile ready for ogl and d3d.
2) Cleanup d3d build.xml script to closely resemble ogl build.xml.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@768 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/ogl/Attributes.c')
-rw-r--r-- | src/native/ogl/Attributes.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/native/ogl/Attributes.c b/src/native/ogl/Attributes.c index 88a5c0a..a73e4d4 100644 --- a/src/native/ogl/Attributes.c +++ b/src/native/ogl/Attributes.c @@ -10,8 +10,8 @@ * $State$ */ -/* gldefs.h needs to be included before any other include files to suppres VC warning */ -#include "gldefs.h" +/* j3dsys.h needs to be included before any other include files to suppres VC warning */ +#include "j3dsys.h" #include <stdio.h> #include <stdlib.h> @@ -19,6 +19,8 @@ #include <math.h> #include <jni.h> +#include "gldefs.h" + #ifdef DEBUG /* Uncomment the following for VERBOSE debug messages */ /* #define VERBOSE */ |