summaryrefslogtreecommitdiff
path: root/micropeak
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-02-10 19:01:41 -0800
committerKeith Packard <keithp@keithp.com>2013-02-10 19:01:41 -0800
commit64399500ad1a7ad70452cbda4d60723b5904ca3d (patch)
tree0a5027120af54ccf17e19e9a0404497eb7070af7 /micropeak
parentcbd9dd989a662f41ddcb0c9e0f4453840687fd4a (diff)
Build Windows .nsi files in configure script
These need the library version numbers embedded in them. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'micropeak')
-rw-r--r--micropeak/micropeak-windows.nsi.in (renamed from micropeak/micropeak-windows.nsi)4
1 files changed, 2 insertions, 2 deletions
diff --git a/micropeak/micropeak-windows.nsi b/micropeak/micropeak-windows.nsi.in
index 4313ac28..656f8af3 100644
--- a/micropeak/micropeak-windows.nsi
+++ b/micropeak/micropeak-windows.nsi.in
@@ -68,8 +68,8 @@ Section "MicroPeak Application"
SetOutPath $INSTDIR
File "micropeak-fat.jar"
- File "AltosLib.jar"
- File "AltosUILib.jar"
+ File "altoslib_@ALTOSLIB_VERSION@.jar"
+ File "altosuilib_@ALTOSUILIB_VERSION@.jar"
File "jfreechart.jar"
File "jcommon.jar"