diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-05-10 21:51:09 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-05-10 21:51:09 -0700 |
commit | b030bf671d4d40ba1fd32c38603999d113b4f6d4 (patch) | |
tree | 3fbf8d04a7268bb0e69afcb194d1839781fca532 /src/Makefile.am | |
parent | f3ad27b06fb0cb884bdf340785f44286e1009b58 (diff) |
*: 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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
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 |