aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorch1p <me@ch1p.com>2018-09-05 23:31:16 +0300
committerch1p <me@ch1p.com>2018-09-05 23:31:16 +0300
commitc771895dc7698f2d6b8ba85dce7eeb3a587a3bc5 (patch)
tree205ce3dc4dadf44f7f021584b324ba2264987487
parentf32c163e00d0c2b6b9023384cdbad59f56e9f0de (diff)
windows updates
-rw-r--r--libppapi_hello/libppapi_hello/libppapi_hello.vcxproj4
-rwxr-xr-xrun-win32.sh2
-rwxr-xr-xrun-win64.sh5
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 .