diff options
author | Simon Howard | 2008-12-05 23:34:04 +0000 |
---|---|---|
committer | Simon Howard | 2008-12-05 23:34:04 +0000 |
commit | bb58e40a23c68f51f396babe10db7a6e62cf67f3 (patch) | |
tree | ae65f13365ea949229e2e95492cf58b418f462dc /src/Makefile.am | |
parent | d9f9a3b411eb5c2a33527c8a78fa902e07cddd95 (diff) | |
download | chocolate-doom-bb58e40a23c68f51f396babe10db7a6e62cf67f3.tar.gz chocolate-doom-bb58e40a23c68f51f396babe10db7a6e62cf67f3.tar.bz2 chocolate-doom-bb58e40a23c68f51f396babe10db7a6e62cf67f3.zip |
Auto-select the game type based on detected IWADs. If IWADs from
multiple games are detected, pop up a dialog box to prompt the user to
select a game to configure.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1408
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 64be4ee7..5a2267b9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -149,7 +149,9 @@ chocolate_hexen_LDADD = hexen/libhexen.a $(EXTRA_LIBS) # Source files needed for chocolate-setup: SETUP_FILES= \ +deh_str.c deh_str.h \ d_mode.c d_mode.h \ +d_iwad.c d_iwad.h \ m_config.c m_config.h \ m_controls.c m_controls.h \ z_native.c z_zone.h |