From b030bf671d4d40ba1fd32c38603999d113b4f6d4 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 10 May 2019 21:51:09 -0700 Subject: *: drop vestigial cruft breaking win32 builds Just some unused schismtracker junk, there really shouldn't be any SDL dependency at all but I haven't gone through and exhaustively cleared all that out. --- src/Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7da07f1..e892c20 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,6 @@ noinst_HEADERS = \ include/cmixer.h \ include/disko.h \ include/dmoz.h \ - include/event.h \ include/fmopl.h \ include/fmt.h \ include/fmt-types.h \ @@ -37,23 +36,12 @@ if USE_WIN32 files_win32 = \ sys/win32/osdefs.c \ sys/win32/slurp-win32.c \ - sys/win32/volume-win32mm.c \ - sys/win32/midi-win32mm.c \ sys/win32/filetype.c \ sys/win32/localtime_r.c cflags_win32=-I$(srcdir)/sys/win32 lib_win32=-lwinmm endif -if HAVE_WINDRES - -## --use-temp-file is needed to work around stupid bugs -WRCFLAGS = --use-temp-file -I. -I$(srcdir) $(cflags_version) $(wrcflags_version) -.rc.$(OBJEXT): - $(WINDRES) $(WRCFLAGS) -i $< -o $@ -files_windres=sys/win32/schismres.rc -sys/win32/schismres.$(OBJEXT): icons/schismres.ico config.h Makefile.am -endif HAVE_WINDRES if USE_WII files_wii=sys/wii/isfs.c sys/wii/osdefs.c -- cgit v1.2.3