.
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ CC=gcc
|
||||
CFLAGS= -Wall -std=gnu99 -O6 -march=pentium3 -fomit-frame-pointer -funroll-loops \
|
||||
-fexpensive-optimizations -ffast-math -fno-strict-aliasing
|
||||
|
||||
CFLAGS+=-I.
|
||||
CFLAGS+=-I. -I./glide_internal
|
||||
|
||||
CFLAGS+=-DCVG
|
||||
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
** $Date: 1999/12/07 21:49:24 $
|
||||
*/
|
||||
|
||||
#include <3dfx.h>
|
||||
#include <glide/3dfx.h>
|
||||
#include <gdebug.h>
|
||||
#include <cvgregs.h>
|
||||
#include <cvgdefs.h>
|
||||
#include <sst1vid.h>
|
||||
#include <fxhal.h>
|
||||
#include <glide/fxhal.h>
|
||||
|
||||
#endif /* !__H3_H__ */
|
||||
|
||||
Reference in New Issue
Block a user