diff options
author | ch1p <me@ch1p.com> | 2018-09-05 23:31:16 +0300 |
---|---|---|
committer | ch1p <me@ch1p.com> | 2018-09-05 23:31:16 +0300 |
commit | c771895dc7698f2d6b8ba85dce7eeb3a587a3bc5 (patch) | |
tree | 205ce3dc4dadf44f7f021584b324ba2264987487 /libppapi_hello | |
parent | f32c163e00d0c2b6b9023384cdbad59f56e9f0de (diff) |
windows updates
Diffstat (limited to 'libppapi_hello')
-rw-r--r-- | libppapi_hello/libppapi_hello/libppapi_hello.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libppapi_hello/libppapi_hello/libppapi_hello.vcxproj b/libppapi_hello/libppapi_hello/libppapi_hello.vcxproj index b58f8a8..39abf91 100644 --- a/libppapi_hello/libppapi_hello/libppapi_hello.vcxproj +++ b/libppapi_hello/libppapi_hello/libppapi_hello.vcxproj @@ -79,8 +79,8 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> - <IncludePath>C:\Users\evgeny\VKMessenger\ppapi\nacl_sdk\pepper_49\include;$(IncludePath)</IncludePath> - <LibraryPath>C:\Users\evgeny\VKMessenger\ppapi\nacl_sdk\pepper_49\lib\win_x86_32_host\Release;$(LibraryPath)</LibraryPath> + <IncludePath>$(SolutionDir)\..\nacl_sdk\pepper_49\include;$(IncludePath)</IncludePath> + <LibraryPath>$(SolutionDir)\..\nacl_sdk\pepper_49\lib\win_x86_32_host\Release;$(LibraryPath)</LibraryPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> |