diff options
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> |