Skip to content

Commit

Permalink
Merge pull request #5 from risvh/usePNG
Browse files Browse the repository at this point in the history
PNG screenshots
  • Loading branch information
connorhsm authored Oct 12, 2022
2 parents 1bbadf0 + 64b9d4c commit fcbe632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/platforms/SDL/Makefile.MinGWCross
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# static lib flag needed to link compiled objs against miniupnp
PLATFORM_COMPILE_FLAGS = -DWIN_32 -DSTATICLIB
PLATFORM_COMPILE_FLAGS = -DWIN_32 -DSTATICLIB -static `sdl-config --static-libs`


# need various GL libraries, winmm, and portaudio
Expand All @@ -33,7 +33,7 @@ PLATFORM_LINK_FLAGS_HEADLESS = -lmingw32 -mconsole -mwindows -lwsock32 -lwinmm -
PLATFORM_LIBJPEG_FLAG = -ljpeg

# not used for some builds
PLATFORM_LIBPNG_FLAG = -lz -lpng
PLATFORM_LIBPNG_FLAG = -lpng -lz


# All platforms but OSX support g++ and need no linker hacks
Expand Down

0 comments on commit fcbe632

Please sign in to comment.