1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-20 08:09:10 +01:00
cnc-ddraw/Makefile

6 lines
172 B
Makefile
Raw Normal View History

2010-10-10 19:41:47 +03:00
all:
i586-mingw32msvc-gcc -Wall -Wl,--enable-stdcall-fixup -shared -s -o ddraw.dll main.c mouse.c palette.c surface.c clipper.c ddraw.def -lgdi32
2010-10-10 19:41:47 +03:00
clean:
rm -f ddraw.dll