From 9c17b1f6a1f89e33f80be2efacacbc3ce4380561 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 27 Mar 2015 23:40:40 -0400 Subject: Remove old DOS source files. These are leftover files that were kept around for posterity in the heretic/ and hexen/ directories, that contained system-specific DOS code used in the DOS versions of the games. There's no real reason to keep these files around any more and it's confusing having them around: some people who have tried to compile the code have mistakenly tried to include these files in compilation. --- src/hexen/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/hexen/Makefile.am') diff --git a/src/hexen/Makefile.am b/src/hexen/Makefile.am index b3953ce6..bd51c6e0 100644 --- a/src/hexen/Makefile.am +++ b/src/hexen/Makefile.am @@ -13,7 +13,6 @@ f_finale.c \ g_game.c \ h2def.h \ h2_main.c \ - i_header.h \ info.c info.h \ in_lude.c \ m_misc.c \ @@ -60,8 +59,4 @@ sv_save.c \ textdefs.h \ xddefs.h -EXTRA_DIST= \ -i_ibm.c \ -i_sound.c - libhexen_a_SOURCES=$(SOURCE_FILES) -- cgit v1.2.3