From d0a09b5d1acee7803235922335fb0f54a26eccb5 Mon Sep 17 00:00:00 2001 From: Chien Yang Date: Wed, 10 Jan 2007 21:18:06 +0000 Subject: 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 --- src/native/d3d/D3dCtx.cpp | 3 +++ src/native/d3d/D3dDriverInfo.cpp | 2 ++ src/native/d3d/build-windows-i586-vc.xml | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src/native/d3d') diff --git a/src/native/d3d/D3dCtx.cpp b/src/native/d3d/D3dCtx.cpp index ec01327..3d697f4 100644 --- a/src/native/d3d/D3dCtx.cpp +++ b/src/native/d3d/D3dCtx.cpp @@ -10,6 +10,9 @@ * $State$ */ +/* j3dsys.h needs to be included before any other include files to suppres VC warning */ +#include "j3dsys.h" + #include "Stdafx.h" D3dCtxVector d3dCtxList; diff --git a/src/native/d3d/D3dDriverInfo.cpp b/src/native/d3d/D3dDriverInfo.cpp index 57d7b8a..fe19a6c 100644 --- a/src/native/d3d/D3dDriverInfo.cpp +++ b/src/native/d3d/D3dDriverInfo.cpp @@ -10,6 +10,8 @@ * $State$ */ +/* j3dsys.h needs to be included before any other include files to suppres VC warning */ +#include "j3dsys.h" #include "Stdafx.h" diff --git a/src/native/d3d/build-windows-i586-vc.xml b/src/native/d3d/build-windows-i586-vc.xml index 78d1a4b..b2b2ee6 100644 --- a/src/native/d3d/build-windows-i586-vc.xml +++ b/src/native/d3d/build-windows-i586-vc.xml @@ -36,13 +36,13 @@ - + - + -- cgit v1.2.3