X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=makefile;h=5f2d1b615e7c5735b7282edbc2d329257affb197;hb=8ba4c4438d796f83851cd53914dff928193ed658;hp=9004c5855cd27fd9e63924b844ed8b8c1d2df971;hpb=756fbabdd25117272164fd2d31810e6018a5990e;p=thunder diff --git a/makefile b/makefile index 9004c58..5f2d1b6 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ # This software is licensed under the GPL v3 or later # -ifeq "$(OSTYPE)" "msys" # Win32 +ifeq "$(OSTYPE)" "msys" # Win32 SYSTYPE = __GCCWIN32__ EXESUFFIX = .exe @@ -50,22 +50,25 @@ CPPFLAGS = -MMD -Wall -Wno-switch -Wno-non-virtual-dtor -Wno-uninitialized -Wno- LDFLAGS = -# Ugh, let's get rid of the ref to -lcurses -LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz $(GLLIB) -lcurses +# Ugh, let's get rid of the ref to -lcurses [DONE] +LIBS = `sdl2-config $(SDLLIBTYPE)` -lstdc++ -lz -lm $(GLLIB) INCS = -I. -Isrc OBJS = \ - obj/dis6808.o \ + obj/dis63701.o \ obj/dis6809.o \ obj/gui.o \ obj/icon-64x64.o \ obj/log.o \ + obj/psg.o \ obj/resource.o \ obj/screen.o \ - obj/v6808.o \ + obj/sound.o \ + obj/v63701.o \ obj/v6809.o \ obj/video.o \ + obj/ym2151.o \ obj/thunder.o \ $(ICON)