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

More SDL make movement.

parent 1bb455fe
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ SRC_ROOT = ..
!ifdef USE_SDL
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)sdl_con$(OFILE) $(MTOBJODIR)$(DIRSEP)SDL_win32_main$(OFILE)
OBJS = $(OBJS) $(MTOBJODIR)$(DIRSEP)sdlfuncs$(OFILE)
!endif
#The following is necessary only when DLL-exporting wrapper functions
......
......@@ -10,6 +10,11 @@ CFLAGS = $(CFLAGS) -DWRAPPER_EXPORTS=1
MT_CFLAGS = $(MT_CFLAGS) -DLINK_LIST_THREADSAFE
!ifdef USE_SDL
MTOBJS = $(MTOBJS) $(MTOBJODIR)$(DIRSEP)SDL_win32_main$(OFILE)
MTOBJS = $(MTOBJS) $(MTOBJODIR)$(DIRSEP)sdlfuncs$(OFILE)
!endif
$(WRAPTEST): $(XPDEV-MT_LIB_BUILD) $(TESTOBJS) $(EXEODIR)
@echo Linking $<
$(QUIET)$(CC) $(LDFLAGS) $(MT_LDFLAGS) $(XPDEV-MT_CFLAGS) $(XPDEV-MT_LDFLAGS) -e$@ $(TESTOBJS) $(XPDEV-MT_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment