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
This commit is contained in:
parent
1f2a875ab5
commit
f8d14bad71
4 changed files with 12 additions and 2 deletions
|
|
@ -4,8 +4,14 @@ AUX_DIST_GEN = \
|
||||||
$(ac_aux_dir)/install-sh \
|
$(ac_aux_dir)/install-sh \
|
||||||
$(ac_aux_dir)/missing
|
$(ac_aux_dir)/missing
|
||||||
|
|
||||||
|
EXTRA_DIST= \
|
||||||
|
$(AUX_DIST_GEN) \
|
||||||
|
config.h \
|
||||||
|
TODO \
|
||||||
|
BUGS \
|
||||||
|
data/chocolate-doom.png \
|
||||||
|
data/chocolate-doom.ico
|
||||||
|
|
||||||
EXTRA_DIST=$(AUX_DIST_GEN) config.h TODO BUGS
|
|
||||||
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
|
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
|
||||||
|
|
||||||
docdir=$(prefix)/share/doc/@PACKAGE@
|
docdir=$(prefix)/share/doc/@PACKAGE@
|
||||||
|
|
|
||||||
BIN
data/chocolate-doom.ico
Normal file
BIN
data/chocolate-doom.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
data/chocolate-doom.png
Normal file
BIN
data/chocolate-doom.png
Normal file
Binary file not shown.
|
|
@ -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 \
|
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.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 \
|
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
|
bin_PROGRAMS = chocolate-doom
|
||||||
|
|
||||||
|
|
||||||
|
.rc.o:
|
||||||
|
windres $^ -o $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue