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

Fix for SDL

parent a746b124
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,7 @@ SRC_ROOT = ..
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)sdl_con$(OFILE)
!else
!ifdef USE_SDL
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)SDL_win32_main$(OFILE)
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)sdlfuncs$(OFILE)
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)sdl_con$(OFILE)
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)SDL_win32_main$(OFILE)
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)sdlfuncs$(OFILE)
!endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment