X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=jaguarcore.mak;h=16e0b1edaa8baf9494017db42095f30faae5966f;hb=f30bf746981a99079e766b0d4e9de5391a4175ff;hp=85fbccaea7a219e55ed1802af0476c7fff205c4e;hpb=f76326c730ec5ed013faffa37d655a376fbbc5bb;p=virtualjaguar diff --git a/jaguarcore.mak b/jaguarcore.mak index 85fbcca..16e0b1e 100644 --- a/jaguarcore.mak +++ b/jaguarcore.mak @@ -1,7 +1,7 @@ # # Makefile for Virtual Jaguar core library # -# by James L. Hammons +# by James Hammons # # This software is licensed under the GPL v3 or any later version. See the # file GPLv3 for details. ;-) @@ -18,7 +18,7 @@ SDLLIBTYPE := --libs else ifeq "$(findstring Darwin,$(OSTYPE))" "Darwin" # Should catch both 'darwin' and 'darwin7.0' -SYSTYPE := __GCCUNIX__ -D_OSX_ +SYSTYPE := __GCCUNIX__ -D__THINK_STUPID__ SDLLIBTYPE := --static-libs else ifeq "$(findstring Linux,$(OSTYPE))" "Linux" # Linux