summaryrefslogtreecommitdiff
path: root/altosui
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 /altosui
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 'altosui')
-rw-r--r--altosui/altos-windows.nsi.in (renamed from altosui/altos-windows.nsi)3
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/altos-windows.nsi b/altosui/altos-windows.nsi.in
index 20dd65f0..cde54b41 100644
--- a/altosui/altos-windows.nsi
+++ b/altosui/altos-windows.nsi.in
@@ -88,7 +88,8 @@ Section "AltosUI Application"
SetOutPath $INSTDIR
File "altosui-fat.jar"
- File "AltosLib.jar"
+ File "altoslib_@ALTOSLIB_VERSION@.jar"
+ File "altosuilib_@ALTOSUILIB_VERSION@.jar"
File "cmudict04.jar"
File "cmulex.jar"
File "cmu_time_awb.jar"