From fdd2dbc21fb0de8f1ed90cda11f5169d20258c81 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Thu, 11 Jun 2015 17:37:54 +0200 Subject: [PATCH] - add npp boostregex dir/sources and define SCI_OWNREGEX - add boost via nuget package --- scintilla/win32/SciLexer.vcxproj | 19 +++++++++++++++++-- scintilla/win32/packages.config | 5 +++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 scintilla/win32/packages.config diff --git a/scintilla/win32/SciLexer.vcxproj b/scintilla/win32/SciLexer.vcxproj index 7a8d385f..f7f70579 100644 --- a/scintilla/win32/SciLexer.vcxproj +++ b/scintilla/win32/SciLexer.vcxproj @@ -52,11 +52,12 @@ false + ba6a8a13 Level4 - WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + WIN32;SCI_LEXER;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES;_CRT_SECURE_NO_DEPRECATE;_WINDOWS;_USRDLL;SCI_OWNREGEX;%(PreprocessorDefinitions) ..\include;..\src;..\lexlib; true true @@ -114,17 +115,31 @@ + + + + + + + - + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/scintilla/win32/packages.config b/scintilla/win32/packages.config new file mode 100644 index 00000000..ec2adc26 --- /dev/null +++ b/scintilla/win32/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file