]> Shamusworld >> Repos - virtualjaguar/blobdiff - jaguarcore.mak
Preliminary fixes for memory accesses between $200000 and $7FFFFF, proper
[virtualjaguar] / jaguarcore.mak
index 85fbccaea7a219e55ed1802af0476c7fff205c4e..16e0b1edaa8baf9494017db42095f30faae5966f 100644 (file)
@@ -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