windows updates
This commit is contained in:
parent
f32c163e00
commit
c771895dc7
@ -79,8 +79,8 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<IncludePath>C:\Users\evgeny\VKMessenger\ppapi\nacl_sdk\pepper_49\include;$(IncludePath)</IncludePath>
|
<IncludePath>$(SolutionDir)\..\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>
|
<LibraryPath>$(SolutionDir)\..\nacl_sdk\pepper_49\lib\win_x86_32_host\Release;$(LibraryPath)</LibraryPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
./electron32/electron.exe .
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
export NACL_SRPC_DEBUG=255
|
|
||||||
export NACLVERBOSITY=255
|
|
||||||
export NACL_PLUGIN_DEBUG=1
|
|
||||||
./electron64/electron.exe .
|
|
Loading…
x
Reference in New Issue
Block a user