mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
5b1e45a8df
In preparation for release build the Windows installer source is moved out of ground/gcs source tree into release directory. It is also disabled in the qmake source file and removed from top level Makefile.
11 lines
157 B
Makefile
11 lines
157 B
Makefile
#
|
|
# Windows-specific packaging
|
|
#
|
|
|
|
gcs: uavobjects
|
|
$(V1) $(MAKE) -C $(ROOT_DIR) GCS_BUILD_CONF=release $@
|
|
|
|
ground_package: | gcs
|
|
|
|
.PHONY: gcs ground_package
|