]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added OS dependent CDROM stuff
authorShamus Hammons <jlhamm@acm.org>
Thu, 25 Mar 2004 20:57:55 +0000 (20:57 +0000)
committerShamus Hammons <jlhamm@acm.org>
Thu, 25 Mar 2004 20:57:55 +0000 (20:57 +0000)
Makefile

index 0bc48d47b32f1e9b241550e9a7796300ec983b51..22810e0f7c21d76089524e7e3d5045a88948f27a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ OBJS = \
        obj/cdbios.o \
        obj/cdi.o \
        obj/cdrom.o \
+       obj/cdintf.o \
        obj/clock.o \
        obj/crc32.o \
        obj/dac.o \
@@ -85,7 +86,7 @@ $(TARGET): $(OBJS)
 # Other stuff that has unusual dependencies
 
 obj/gui.o: src/gui.cpp src/include/gui.h src/include/font1.h
-       $(THECC) -c src/gui.cpp -o obj/gui.o
+obj/cdintf.o: src/cdintf.cpp src/cdintf_win32.cpp src/cdintf_osx.cpp src/cdintf_linux.cpp src/include/cdintf.h
 
 #
 # Musashi specific stuffola