diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-26 16:29:37 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-08-17 21:01:16 -0700 |
| commit | 5a51efd7f9b49ffadc91ccaf7a0d69566301c009 (patch) | |
| tree | f464e806e8175abaf8e4b0e3030c7088df466129 /altosui/Makefile.am | |
| parent | bb7522acf040f41740ecd059e3d5d2480b652420 (diff) | |
altosui: Make Windows java test "smarter"
Or at least have it try more options, and then finally ask the user
before downloading and installing java
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 44258fd2..77be1640 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -354,6 +354,6 @@ $(MACOSX_DIST): $(MACOSX_FILES) $(MACOSX_EXTRA) Makefile cp -p $(MACOSX_EXTRA) macosx/AltOS-$(VERSION) genisoimage -D -V AltOS-$(VERSION) -no-pad -r -apple -o $@ macosx -$(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi +$(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi Instdrv/NSIS/Includes/java.nsh -rm -f $@ makensis -Oaltos-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" altos-windows.nsi || (cat altos-windows.log && exit 1) |
