comparison binary-dist-rules.mk @ 4174:2b631cf1c210

win7appid: new package * src/win7appid.mk: new file * index.html: add ref to win7appid * dist-files.mk: add win7appid.mk * binary-dist-rules.mk: add win7appid to windows dist deps.
author John Donoghue <john.donoghue@ieee.org>
date Mon, 18 Jul 2016 18:49:35 -0400
parents 5ae69991eaa1
children 7f2d5c8c4491
comparison
equal deleted inserted replaced
4173:1d86cb0348ff 4174:2b631cf1c210
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 msys-base-sources \
17 win7appid
17 18
18 ifeq ($(MXE_NATIVE_BUILD),no) 19 ifeq ($(MXE_NATIVE_BUILD),no)
19 WINDOWS_BINARY_DIST_DEPS += \ 20 WINDOWS_BINARY_DIST_DEPS += \
20 native-binutils \ 21 native-binutils \
21 native-gcc \ 22 native-gcc \