summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-09-04 00:16:41 -0700
committerKeith Packard <keithp@keithp.com>2010-09-04 00:16:41 -0700
commitf550677df016070430ed38bfa2b2be33f1b8c40a (patch)
treed7a780cc49259a4ca07bbffe03af79c6d3b3212f
parentc0988ddbf104ea729090c2e7e2a28cc6dc9e90f6 (diff)
altosui: oops. renamed the nsis file to altos-windows.nsi
And forgot to change the dependency in the Makefile Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--ao-tools/altosui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile
index 58acb26e..92f0e690 100644
--- a/ao-tools/altosui/Makefile
+++ b/ao-tools/altosui/Makefile
@@ -165,7 +165,7 @@ $(DARWIN_ZIP): $(DARWIN_FILES)
WINDOWS_FILES = $(FAT_FILES) ../libaltos/altos.dll ../../telemetrum.inf
-$(WINDOWS_EXE): $(WINDOWS_FILES) altos-install.nsi
+$(WINDOWS_EXE): $(WINDOWS_FILES) altos-windows.nsi
rm -f $@
mkdir -p windows/AltOS
rm -f windows/AltOS/*