summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-18 02:15:04 -0700
committerKeith Packard <keithp@keithp.com>2014-06-18 14:18:38 -0700
commitc93c4efefee0dbf6d193466efd6761d9a1849ae9 (patch)
tree1a7005588ab1b3966b2ea23e0ac065e75b6052b2 /Makefile.am
parent3f4e765c05ddbae83ca0c0176572cd698f285d08 (diff)
icon: Construct .exe files to hold windows icons for file associations
It appears that creating an executable with an icon resource is the only way to display icons for files. Fortunately, that's not all that hard. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 15d2c82d..2f8a5ee1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@ fat:
cd libaltos && $(MAKE) all
cd altoslib && $(MAKE) all
cd altosuilib && $(MAKE) all
+ cd icon && $(MAKE) fat
cd altosui && $(MAKE) fat
cd micropeak && $(MAKE) fat
cd telegps && $(MAKE) fat