Commit Graph

13 Commits

Author SHA1 Message Date
Mathew Sutcliffe
4bb7f8d164 refs #282 update to new externals layout 2014-07-04 00:09:52 +01:00
Mathew Sutcliffe
1e89771de0 refs #282 changes to get xbus to compile on OSX 2014-07-04 00:09:51 +01:00
Mathew Sutcliffe
976de540e8 refactored 32/64bit detection in qmake files to avoid duplication 2014-06-17 21:20:20 +01:00
Mathew Sutcliffe
0e632705c9 Select correct externals whether using MSVC2010 or MSVC2013. 2014-05-22 23:38:38 +01:00
Roland Winklmeier
0349d8f212 Added a build flag for FSX specific code
FSX SimConnect code is build and linked only if enabled
by the build configuration.

refs #145
2014-03-11 22:01:32 +01:00
Roland Winklmeier
f6a1b83042 Add condition macx-clang to externals project 2014-02-08 10:59:49 +01:00
Mathew Sutcliffe
3eff2f5fb1 fix to find correct 64bit external libs when building with MSYS bash 2014-02-07 19:54:50 +00:00
Mathew Sutcliffe
2527fc814a Linker flag -luser32 is needed for implementing the keyboard access for the push-to-talk button
refs #81
2014-01-10 00:20:23 +00:00
Roland Winklmeier
f24d16019f Minor fixes for linux build
refs #36
- Fixed compiler error in context.cpp (is not used anymore, but was still annoying)
- GCC was complaining about the template definitons in blackgui. Removing typename fixed it.
- Fixed a bug in qmake. Unfortunately qmake mkspec was just linux-g++ (not linux-g++-64), so added this case.
- Fixed a PRE_TARGETDEPS bug
- QMake has strange behaviour with DBUS_ADAPTORS: include the header somewhere, otherwise it won't be generated.

refs #81
2014-01-08 01:00:39 +00:00
Klaus Basan
978f3c88e5 style changes and removals of typeid
refs #81
2014-01-08 00:57:43 +00:00
Mathew Sutcliffe
0a6fbb8aac Specify full path to Windows find.exe, so GNU find is never used.
Argument to @contains()@ is @enabled@, not @-m64@, otherwise it will always return true.
2013-09-21 23:54:56 +01:00
Roland Winklmeier
0d2742fe96 Added proper mingw identification for external libraries 2013-09-21 21:58:44 +02:00
Roland Winklmeier
6092cc7193 refs #60
Added externals.pri looking for the external headers/libraries in 3 steps:
1. Manually set absolut path. Currently commented. Uncomment for local
use.
2. Enviromental variable "VATSIM_EXTERNAL_DIR"
3. default path client/externals.
2013-09-21 15:21:32 +02:00