1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

Update Makefile

This commit is contained in:
FunkyFr3sh 2022-10-10 01:32:02 +02:00 committed by GitHub
parent 6b7814debf
commit d9a919aee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
WINDRES ?= windres
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
CFLAGS = -std=c99 -O3 -march=pentium2
CFLAGS = -std=c99 -O3 -march=i486
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
FILES = src/IDirect3D/IDirect3D.c \