Initial screenshot support for paletted surfaces
This commit is contained in:
parent
57e7ddf3fc
commit
aa69dbbb3e
3 changed files with 101 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
all:
|
||||
i586-mingw32msvc-gcc -Wall -Wl,--enable-stdcall-fixup -shared -s -o ddraw.dll main.c mouse.c palette.c surface.c clipper.c render.c ddraw.def -lgdi32 -lopengl32
|
||||
i586-mingw32msvc-gcc -DHAVE_LIBPNG -Iinclude -Wall -Wl,--enable-stdcall-fixup -shared -s -o ddraw.dll main.c mouse.c palette.c surface.c clipper.c render.c screenshot.c lib/libpng14.a lib/libz.a ddraw.def -lgdi32 -lopengl32
|
||||
|
||||
clean:
|
||||
rm -f ddraw.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue