diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-16 11:09:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-16 11:09:35 +0000 |
commit | cf7fff7392a9727604c6e1f53bf240ea9b0d9166 (patch) | |
tree | 99d0c2cc4e33c2333082a779d1e8d66d93d1aabf | |
parent | 437835559168a5945a1196161660c439266eb59d (diff) |
Variables rebound to the new pcre16 project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Variables/Variables_10.vcxproj | 4 | ||||
-rw-r--r-- | plugins/Variables/Variables_12.vcxproj | 2 | ||||
-rw-r--r-- | plugins/Variables/src/variables.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Variables/Variables_10.vcxproj b/plugins/Variables/Variables_10.vcxproj index 035162d664..10f6942900 100644 --- a/plugins/Variables/Variables_10.vcxproj +++ b/plugins/Variables/Variables_10.vcxproj @@ -234,8 +234,8 @@ <ItemGroup>
<None Include="res\V.ico" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Pcre16\pcre16_10.vcxproj">
+ <ItemGroup>
+ <ProjectReference Include="..\..\libs\Pcre16\pcre16.vcxproj">
<Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/plugins/Variables/Variables_12.vcxproj b/plugins/Variables/Variables_12.vcxproj index e8e04a9a2f..10edb3d6d9 100644 --- a/plugins/Variables/Variables_12.vcxproj +++ b/plugins/Variables/Variables_12.vcxproj @@ -235,7 +235,7 @@ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Pcre16\pcre16_12.vcxproj">
+ <ProjectReference Include="..\..\libs\Pcre16\pcre16.vcxproj">
<Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
</ProjectReference>
</ItemGroup>
diff --git a/plugins/Variables/src/variables.h b/plugins/Variables/src/variables.h index 3764f15b6e..4d65579e74 100644 --- a/plugins/Variables/src/variables.h +++ b/plugins/Variables/src/variables.h @@ -49,7 +49,7 @@ #include "..\helpers\gen_helpers.h"
-#include "..\pcre16\src\pcre.h"
+#include "..\..\libs\pcre16\src\pcre.h"
#include "resource.h"
#include "version.h"
|