windows updates

This commit is contained in:
ch1p 2018-09-05 23:31:16 +03:00
parent f32c163e00
commit c771895dc7
3 changed files with 2 additions and 9 deletions

View File

@ -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>

View File

@ -1,2 +0,0 @@
#!/bin/bash
./electron32/electron.exe .

View File

@ -1,5 +0,0 @@
#!/bin/bash
export NACL_SRPC_DEBUG=255
export NACLVERBOSITY=255
export NACL_PLUGIN_DEBUG=1
./electron64/electron.exe .