diff options
author | Simon Howard | 2006-12-21 21:43:47 +0000 |
---|---|---|
committer | Simon Howard | 2006-12-21 21:43:47 +0000 |
commit | 37c6b72103cc9d7965a669cdca01edae83f765e4 (patch) | |
tree | 829da412a95f0138e21ea1122bf756c1bf28d69f /src/Makefile.am | |
parent | f7a83bd1057494c688acfaff9c1453ac4be34711 (diff) | |
download | chocolate-doom-37c6b72103cc9d7965a669cdca01edae83f765e4.tar.gz chocolate-doom-37c6b72103cc9d7965a669cdca01edae83f765e4.tar.bz2 chocolate-doom-37c6b72103cc9d7965a669cdca01edae83f765e4.zip |
Split off IWAD-related code into separate d_iwad.c. On Windows, search
the registry to automatically find the locations of installed IWADs.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 791
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6ffac860..d34a5b17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,6 +40,7 @@ deh_weapon.c \ d_englsh.h \ d_event.h \ d_items.c d_items.h \ +d_iwad.c d_iwad.h \ d_main.c d_main.h \ d_net.c d_net.h \ doomdata.h \ |