diff options
-rw-r--r-- | libppapi_hello/libppapi_hello/libppapi_hello.vcxproj | 4 | ||||
-rwxr-xr-x | run-win32.sh | 2 | ||||
-rwxr-xr-x | run-win64.sh | 5 |
3 files changed, 2 insertions, 9 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> diff --git a/run-win32.sh b/run-win32.sh deleted file mode 100755 index ffb7f2b..0000000 --- a/run-win32.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -./electron32/electron.exe . diff --git a/run-win64.sh b/run-win64.sh deleted file mode 100755 index a3d9e8f..0000000 --- a/run-win64.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -export NACL_SRPC_DEBUG=255 -export NACLVERBOSITY=255 -export NACL_PLUGIN_DEBUG=1 -./electron64/electron.exe . |