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

Add the SDLMain target.

parent c25e2422
Branches
Tags sbbs318b
No related merge requests found
......@@ -56,3 +56,14 @@ $(CIOLIB-MT_SHLIB_BUILD): $(MTOBJODIR)$(DIRSEP)console$(OFILE).dynamic $(MTOBJOD
endif
@echo Creating $@
$(QUIET)$(MKSHLIB) $(LDFLAGS) $(OBJS) $(SHLIBOPTS) -o $@
ifeq ($(os),darwin)
$(MTOBJODIR)$(DIRSEP)SDLMain$(OFILE): SDLMain.m
@echo $(COMPILE_MSG) $<
$(QUIET)$(CC) $(MT_CFLAGS) $(CCFLAGS) -o $@ -c $<
$(OBJODIR)$(DIRSEP)SDLMain$(OFILE): SDLMain.m
@echo $(COMPILE_MSG) $<
$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) -o $@ -c $<
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment