1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/ground/openpilotgcs
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
..
bin OP-719: fix +x for openpilotgcs on linux 2013-04-14 14:09:46 +03:00
share Merge remote-tracking branch 'origin/next' into thread/OP-885_Update_Boards_Artwork 2013-04-14 11:30:40 +02:00
src gcs: fix weird Windows build error if python is called w/o quotes 2013-04-19 22:54:55 +03:00
copydata.pro OP-772: Normalize line endings 2013-04-05 23:46:56 +03:00
openpilotgcs.pri OP-772: Normalize line endings 2013-04-05 23:46:56 +03:00
openpilotgcs.pro gcs: bump minimum Qt version to 4.8 (4.7 is not supported anymore) 2013-04-16 10:08:53 +02:00