use lodepng for screenshots
This commit is contained in:
parent
68c01e2be3
commit
45ceb74df2
13 changed files with 8814 additions and 6448 deletions
8
Makefile
8
Makefile
|
@ -1,10 +1,7 @@
|
|||
CC=gcc
|
||||
WINDRES=windres
|
||||
CFLAGS=-DHAVE_LIBPNG -Iinc -Wall -Wl,--enable-stdcall-fixup -s
|
||||
LIBS=lib/libpng14.a lib/libz.a -lgdi32 -lwinmm
|
||||
|
||||
#CFLAGS=-Iinc -Wall -Wl,--enable-stdcall-fixup -O3 -s
|
||||
#LIBS=-lgdi32 -lwinmm
|
||||
CFLAGS=-Iinc -Wall -Wl,--enable-stdcall-fixup -s
|
||||
LIBS=-lgdi32 -lwinmm
|
||||
|
||||
FILES = src/debug.c \
|
||||
src/main.c \
|
||||
|
@ -17,6 +14,7 @@ FILES = src/debug.c \
|
|||
src/render_d3d9.c \
|
||||
src/screenshot.c \
|
||||
src/settings.c \
|
||||
src/lodepng.c \
|
||||
src/opengl.c
|
||||
|
||||
all:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue