From c771895dc7698f2d6b8ba85dce7eeb3a587a3bc5 Mon Sep 17 00:00:00 2001 From: ch1p Date: Wed, 5 Sep 2018 23:31:16 +0300 Subject: windows updates --- libppapi_hello/libppapi_hello/libppapi_hello.vcxproj | 4 ++-- run-win32.sh | 2 -- run-win64.sh | 5 ----- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100755 run-win32.sh delete mode 100755 run-win64.sh 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 @@ false - C:\Users\evgeny\VKMessenger\ppapi\nacl_sdk\pepper_49\include;$(IncludePath) - C:\Users\evgeny\VKMessenger\ppapi\nacl_sdk\pepper_49\lib\win_x86_32_host\Release;$(LibraryPath) + $(SolutionDir)\..\nacl_sdk\pepper_49\include;$(IncludePath) + $(SolutionDir)\..\nacl_sdk\pepper_49\lib\win_x86_32_host\Release;$(LibraryPath) false 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 . -- cgit v1.2.3