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-09-22 19:28:44 +02:00
parent bcf10cb899
commit 4f1717989e

View File

@ -1,8 +1,8 @@
-include config.mk
WINDRES ?= windres
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -O3
CFLAGS = -std=c99
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
CFLAGS = -std=c99 -O3 -march=pentium4
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
FILES = src/IDirect3D/IDirect3D.c \