comparison binary-dist-rules.mk @ 3709:c8546fe79bc9

download src files for msys packages when building Windows zip file or installer
author John W. Eaton <jwe@octave.org>
date Thu, 04 Sep 2014 16:30:14 -0400
parents 972f2d9c76ca
children 70480095b6ed
comparison
equal deleted inserted replaced
3708:d95b8b84cea7 3709:c8546fe79bc9
10 OCTAVE_NSI_FILE := $(TOP_DIR)/dist/octave.nsi 10 OCTAVE_NSI_FILE := $(TOP_DIR)/dist/octave.nsi
11 11
12 ifeq ($(MXE_WINDOWS_BUILD),yes) 12 ifeq ($(MXE_WINDOWS_BUILD),yes)
13 TAR_H_OPTION := -h 13 TAR_H_OPTION := -h
14 WINDOWS_BINARY_DIST_DEPS := \ 14 WINDOWS_BINARY_DIST_DEPS := \
15 msys-base 15 msys-base \
16 msys-base-sources
16 17
17 ifeq ($(MXE_NATIVE_BUILD),no) 18 ifeq ($(MXE_NATIVE_BUILD),no)
18 WINDOWS_BINARY_DIST_DEPS += \ 19 WINDOWS_BINARY_DIST_DEPS += \
19 native-binutils \ 20 native-binutils \
20 native-gcc \ 21 native-gcc \