1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/ground
Oleg Semyonov 5e942bbd6d gcs: fix weird Windows build error if python is called w/o quotes
This fixes two problems:
- if OPENPILOT_TOOLS_DIR is set using backslashes, they should be
  converted to forward ones. Otherwise on Windows it can't run the
  program.
- for some weird reason the python called without quotes (regardless
  of full path used or not) tries to open whole command line as a file
  instead of the 1st parameter only. This works as it should from bash
  prompt. But executed by make it fails on Windows.
2013-04-19 22:54:55 +03:00
..
docs GCS-Added UAVO to widget framework documentation 2012-07-27 12:14:26 +01:00
openpilotgcs gcs: fix weird Windows build error if python is called w/o quotes 2013-04-19 22:54:55 +03:00
uavobject-synthetics build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02:00
uavobjgenerator OP-772: Normalize line endings 2013-04-05 23:46:56 +03:00
.gitattributes OP-772: Enforce line ending agreements (git 1.7.2+ required for this to work) 2013-04-05 23:43:58 +03:00
ground.pro build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02:00