X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=jaguarcore.mak;h=16e0b1edaa8baf9494017db42095f30faae5966f;hb=f30bf746981a99079e766b0d4e9de5391a4175ff;hp=dd288950862ca89088ec092f1dfa52224454f86f;hpb=2f21d8ee63902b160acbaf4c26caaaa0e23ca62f;p=virtualjaguar diff --git a/jaguarcore.mak b/jaguarcore.mak index dd28895..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 @@ -64,6 +64,11 @@ OBJS := \ obj/file.o \ obj/filedb.o \ obj/gpu.o \ + obj/jagbios.o \ + obj/jagcdbios.o \ + obj/jagdevcdbios.o \ + obj/jagstub1bios.o \ + obj/jagstub2bios.o \ obj/jagdasm.o \ obj/jaguar.o \ obj/jerry.o \