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

6 lines
192 B
Makefile
Raw Normal View History

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