From: Shamus Hammons Date: Fri, 22 Aug 2003 19:35:43 +0000 (+0000) Subject: Added some dependency info/removed stuff no longer needed X-Git-Tag: 1.0.5~21 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7abfb9432ddb27b89f0b5cf5b1df5dc5732e52ad;p=virtualjaguar Added some dependency info/removed stuff no longer needed --- diff --git a/Makefile.win32 b/Makefile.win32 index 070b51c..26d865b 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -14,7 +14,6 @@ TARGET = vj OBJS = \ obj/anajoy.o \ obj/blitter.o \ - obj/blitter2.o \ obj/cdbios.o \ obj/cdi.o \ obj/cdrom.o \ @@ -41,6 +40,7 @@ OBJS = \ # obj/m68kdasmAG.o \ # obj/gpu2.o \ # obj/dsound_dummy.o \ +# obj/blitter2.o \ LIBS = `sdl-config --libs` -lstdc++ -lz @@ -70,6 +70,11 @@ vj: $(OBJS) $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) # upx -9 vj.exe +# 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 + # # Musashi specific stuffola #