mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
OpenPilot-20121211-15ef4d9f-win32.exe OpenPilot-20121211-15ef4d9f-amd64.deb OpenPilot-20121211-15ef4d9f-i386.deb OpenPilot-20121211-15ef4d9f-osx.dmg
26 lines
1.0 KiB
Smarty
26 lines
1.0 KiB
Smarty
#
|
|
# *****************************************************************************
|
|
#
|
|
# @file ${OUTFILENAME}
|
|
# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011.
|
|
# @brief Autogenerated NSIS header file, built using template
|
|
# ${TEMPLATE}
|
|
#
|
|
# @see The GNU Public License (GPL) Version 3
|
|
#
|
|
# *****************************************************************************
|
|
#
|
|
|
|
; Some names, paths and constants
|
|
!define PACKAGE_LBL "${PACKAGE_LBL}"
|
|
!define PACKAGE_NAME "${PACKAGE_NAME}"
|
|
!define PACKAGE_SEP "${PACKAGE_SEP}"
|
|
!define PACKAGE_DIR "..\..\build\package-$${PACKAGE_LBL}"
|
|
!define FIRMWARE_DIR "firmware-$${PACKAGE_LBL}"
|
|
!define OUT_FILE "$${PACKAGE_NAME}$${PACKAGE_SEP}$${PACKAGE_LBL}$${PACKAGE_SEP}win32.exe"
|
|
|
|
; Installer version info
|
|
!define PRODUCT_VERSION "0.0.0.0"
|
|
!define FILE_VERSION "${TAG_OR_BRANCH}:${HASH8}${DIRTY} ${DATETIME}"
|
|
!define BUILD_DESCRIPTION "${TAG_OR_BRANCH}:${HASH8}${DIRTY} built using ${ORIGIN} as origin, committed ${DATETIME} as ${HASH}"
|