mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
OP-1796 isolate windows specific variables in tools.mk (minor cleanup in preparation of the osgearth merge)
This commit is contained in:
parent
db31c293c4
commit
2a02c974bc
@ -98,23 +98,20 @@ endif
|
|||||||
|
|
||||||
GTEST_URL := http://wiki.openpilot.org/download/attachments/18612236/gtest-1.6.0.zip
|
GTEST_URL := http://wiki.openpilot.org/download/attachments/18612236/gtest-1.6.0.zip
|
||||||
|
|
||||||
# When changing PYTHON_DIR, you must also update it in ground/openpilotgcs/src/python.pri
|
|
||||||
# When changing SDL_DIR or OPENSSL_DIR, you must also update them in ground/openpilotgcs/openpilotgcs.pri
|
|
||||||
ARM_SDK_DIR := $(TOOLS_DIR)/gcc-arm-none-eabi-4_9-2014q4
|
ARM_SDK_DIR := $(TOOLS_DIR)/gcc-arm-none-eabi-4_9-2014q4
|
||||||
MINGW_DIR := $(QT_SDK_DIR)/Tools/mingw491_32
|
QT_SDK_DIR := $(TOOLS_DIR)/qt-5.4.1
|
||||||
PYTHON_DIR := $(QT_SDK_DIR)/Tools/mingw491_32/opt/bin
|
|
||||||
NSIS_DIR := $(TOOLS_DIR)/nsis-2.46-unicode
|
|
||||||
SDL_DIR := $(TOOLS_DIR)/SDL-1.2.15
|
|
||||||
OPENSSL_DIR := $(TOOLS_DIR)/openssl-1.0.1e-win32
|
|
||||||
UNCRUSTIFY_DIR := $(TOOLS_DIR)/uncrustify-0.60
|
UNCRUSTIFY_DIR := $(TOOLS_DIR)/uncrustify-0.60
|
||||||
DOXYGEN_DIR := $(TOOLS_DIR)/doxygen-1.8.3.1
|
DOXYGEN_DIR := $(TOOLS_DIR)/doxygen-1.8.3.1
|
||||||
GTEST_DIR := $(TOOLS_DIR)/gtest-1.6.0
|
GTEST_DIR := $(TOOLS_DIR)/gtest-1.6.0
|
||||||
QT_SDK_DIR := $(TOOLS_DIR)/qt-5.4.1
|
|
||||||
|
|
||||||
ifeq ($(UNAME), Windows)
|
ifeq ($(UNAME), Linux)
|
||||||
|
else ifeq ($(UNAME), Darwin)
|
||||||
|
else ifeq ($(UNAME), Windows)
|
||||||
MINGW_DIR := $(QT_SDK_DIR)/Tools/$(QT_SDK_ARCH)
|
MINGW_DIR := $(QT_SDK_DIR)/Tools/$(QT_SDK_ARCH)
|
||||||
|
# When changing PYTHON_DIR, you must also update it in ground/openpilotgcs/src/python.pri
|
||||||
PYTHON_DIR := $(QT_SDK_DIR)/Tools/$(QT_SDK_ARCH)/opt/bin
|
PYTHON_DIR := $(QT_SDK_DIR)/Tools/$(QT_SDK_ARCH)/opt/bin
|
||||||
NSIS_DIR := $(TOOLS_DIR)/nsis-2.46-unicode
|
NSIS_DIR := $(TOOLS_DIR)/nsis-2.46-unicode
|
||||||
|
# When changing SDL_DIR or OPENSSL_DIR, you must also update them in ground/openpilotgcs/openpilotgcs.pri
|
||||||
SDL_DIR := $(TOOLS_DIR)/SDL-1.2.15
|
SDL_DIR := $(TOOLS_DIR)/SDL-1.2.15
|
||||||
OPENSSL_DIR := $(TOOLS_DIR)/openssl-1.0.1e-win32
|
OPENSSL_DIR := $(TOOLS_DIR)/openssl-1.0.1e-win32
|
||||||
MESAWIN_DIR := $(TOOLS_DIR)/mesawin
|
MESAWIN_DIR := $(TOOLS_DIR)/mesawin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user