diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-03-15 22:21:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-03-15 22:21:55 -0700 |
commit | 44aa74c328917194f591070fd5ce6808881b55a9 (patch) | |
tree | 2e5b06b27c3f8e3d32bb174263689c16e817de54 /Makefile | |
parent | a16253f78cea60a6a9696f20c8839f80f105c29f (diff) | |
download | txr-44aa74c328917194f591070fd5ce6808881b55a9.tar.gz txr-44aa74c328917194f591070fd5ce6808881b55a9.tar.bz2 txr-44aa74c328917194f591070fd5ce6808881b55a9.zip |
Icon refresh.
I lost the original vector graphic inputs that went
into the icon. This is a superior re-make. Better
artwork, better post-processing quality, more sizes.
* Makefile (win/%.res): Add win/*.ico as a pattern
prerequisite, so that the resource file is regenerated
when the icon changes.
* win/txr.ico: Updated icon, now in sizes 16, 32, 48,
64, 96, 128, 192 and 256.
* win/txr.xcf: Updated GIMP file.
* win/txr.svg: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ dbg/%-win.o: $(top_srcdir)%.c opt/%-win.o: $(top_srcdir)%.c $(call COMPILE_C_WITH_DEPS,-DCONFIG_WIN_MAIN=1 $(OPT_FLAGS)) -win/%.res: $(top_srcdir)win/%.rc +win/%.res: $(top_srcdir)win/%.rc $(top_srcdir)win/%.ico $(call WINDRES) # The following pattern rule is used for test targets built by configure |