Remove more stuff and add a comment.

This commit is contained in:
Themaister 2011-02-04 23:47:36 +01:00
parent 31db2a30bb
commit 6c0eebd4bf
2 changed files with 4 additions and 5 deletions

View File

@ -131,10 +131,6 @@ tools/ssnes-joyconfig: $(JOYCONFIG_OBJ)
$(Q)$(CC) $(CFLAGS) $(DEFINES) -c -o $@ $<
@$(if $(Q), $(shell echo echo CC $<),)
%.o: %.m
$(Q)$(CC) -c -o $@ $<
@$(if $(Q), $(shell echo echo CC $<),)
install: $(TARGET)
mkdir -p $(DESTDIR)$(PREFIX)/bin
mkdir -p $(DESTDIR)/etc

View File

@ -36,7 +36,10 @@
#endif
#ifdef __APPLE__
#include "SDL.h"
#include "SDL.h"
// OSX seems to really need -lSDLmain,
// so we include SDL.h here so it can hack our main.
// I had issues including this in Win32 for some reason. :)
#endif
struct global g_extern = {