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 2023-10-22 11:54:21 +02:00
parent 589b422d93
commit 0f08cbcc65

View File

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