mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-483: create a directory for NSIS header file built from template
This commit is contained in:
parent
a0fadf739b
commit
bb423e2520
@ -11,9 +11,10 @@ NSIS_HEADER := $(BUILD_DIR)/ground/openpilotgcs/packaging/openpilotgcs.nsh
|
||||
|
||||
$(NSIS_HEADER): $(NSIS_TEMPLATE)
|
||||
$(V0) @echo " PY $@"
|
||||
$(V1) mkdir -p "$(dir $@)"
|
||||
$(V1) $(VERSION_CMD) --template="$<" --outfile="$@"
|
||||
|
||||
nsis: $(NSIS_HEADER) gcs release_flight
|
||||
nsis: gcs release_flight $(NSIS_HEADER)
|
||||
$(NSIS_CMD) $(NSIS_OPTS) $(NSIS_SCRIPT)
|
||||
|
||||
gcs: uavobjects
|
||||
|
Loading…
x
Reference in New Issue
Block a user