From f8d14bad71184718a1ed1f646a07c8a5b9204cd6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 20 Sep 2005 20:13:15 +0000 Subject: Include icon in exe, rather than the default icon. Thanks to Joe Kennedy for drawing this icon. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 115 --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index b6252898..0ae274d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,8 +25,12 @@ doomtype.h info.h m_swap.c p_sight.c r_segs.h w_wad.h \ d_player.h i_sound.c m_swap.h p_spec.c r_sky.c z_zone.c \ dstrings.c i_sound.h p_ceilng.c p_spec.h r_sky.h z_zone.h \ dstrings.h i_system.c p_doors.c p_switch.c r_state.h mmus2mid.c \ -d_textur.h i_system.h p_enemy.c p_telept.c r_things.c mmus2mid.h +d_textur.h i_system.h p_enemy.c p_telept.c r_things.c mmus2mid.h \ +chocolate-doom-res.rc bin_PROGRAMS = chocolate-doom +.rc.o: + windres $^ -o $@ + -- cgit v1.2.3