This commit is contained in:
chacha
2026-02-23 23:44:30 +00:00
parent b87837ebe9
commit aaf2bed75f
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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__ */