Still tryig to get xbox building..

DeleteObject needed replacing with CloseHandle for xbox (and maybe PC too?)
RageDisplay_D3D was creating dynamic links to the wrong .lib's ..
they are only in the windows build now ..
libs are included in the project file for xbox ..
This commit is contained in:
Manu Evans
2004-01-31 01:57:33 +00:00
parent 796cc43614
commit 173d4c2c84
2 changed files with 10 additions and 5 deletions
+4 -5
View File
@@ -35,12 +35,11 @@
#include "arch/arch.h"
// Static libraries
#ifdef _XBOX
#pragma comment(lib, "D3d8.lib")
#endif
// load Windows D3D8 dynamically
#pragma comment(lib, "D3dx8.lib")
//#pragma comment(lib, "Dxerr8.lib")
#if defined(_WINDOWS)
#pragma comment(lib, "D3dx8.lib")
//#pragma comment(lib, "Dxerr8.lib")
#endif
#include <math.h>
#include <list>