Skip to content
Snippets Groups Projects
Commit 44960392 authored by deuce's avatar deuce
Browse files

Fix for STATIC_SDL

parent 8fea0813
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@ CIOLIB_CFLAGS = $(CIOLIB_CFLAGS) -DWITH_SDL -DWIN32 -I../../include/sdl
!ifdef STATIC_SDL
CIOLIB-MT_CFLAGS = $(CIOLIB-MT_CFLAGS) -DSTATIC_SDL
CIOLIB_CFLAGS = $(CIOLIB_CFLAGS) -DSTATIC_SDL
CIOLIB-MT_LIBS = $(CIOLIB-MT_LIBS) $(UL_PRE)SDL$(UL_SUF)
!endif
!else
CIOLIB-MT_CFLAGS = $(CIOLIB-MT_CFLAGS) -DNO_FONTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment