windows updates
This commit is contained in:
parent
f32c163e00
commit
c771895dc7
@ -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>
|
||||
|
@ -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