Use relative paths for 3rdparty headers, don't add to search paths

* Unfortunately scintilla assumes its headers are all in the search path
  so where possible we only add those folders when compiling scintilla
  source, not our own.
This commit is contained in:
baldurk
2017-02-08 17:05:11 +00:00
parent 9e47ed53b5
commit c5adc7a4ed
11 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
******************************************************************************/
#include "ScintillaSyntax.h"
#include "SciLexer.h"
#include "ScintillaEdit.h"
#include "3rdparty/scintilla/include/SciLexer.h"
#include "3rdparty/scintilla/include/qt/ScintillaEdit.h"
static const char *hlsl_keywords[2] = {
// keyword set 0: