removed the protection... yeah i dont think this is needed anymore... its more of a pita then anything.
This commit is contained in:
parent
a8993064d8
commit
b8784ccfe2
|
@ -232,12 +232,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Signing executable..."
|
||||
CommandLine="protect.exe $(TargetPath)"
|
||||
ExcludedFromBuild="false"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
|
@ -814,14 +808,6 @@
|
|||
RelativePath="..\..\src\common\Port.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\win32\protect.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\win32\protect.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Util.cpp"
|
||||
>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "WinResUtil.h"
|
||||
#include "Logging.h"
|
||||
#include "rpi.h"
|
||||
#include "protect.h"
|
||||
|
||||
#include "../System.h"
|
||||
#include "../gba/agbprint.h"
|
||||
|
|
Loading…
Reference in New Issue