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
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
Description="Signing executable..."
|
|
||||||
CommandLine="protect.exe $(TargetPath)"
|
|
||||||
ExcludedFromBuild="false"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
<References>
|
<References>
|
||||||
|
@ -814,14 +808,6 @@
|
||||||
RelativePath="..\..\src\common\Port.h"
|
RelativePath="..\..\src\common\Port.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\win32\protect.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\win32\protect.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Util.cpp"
|
RelativePath="..\..\src\Util.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
#include "WinResUtil.h"
|
#include "WinResUtil.h"
|
||||||
#include "Logging.h"
|
#include "Logging.h"
|
||||||
#include "rpi.h"
|
#include "rpi.h"
|
||||||
#include "protect.h"
|
|
||||||
|
|
||||||
#include "../System.h"
|
#include "../System.h"
|
||||||
#include "../gba/agbprint.h"
|
#include "../gba/agbprint.h"
|
||||||
|
|
Loading…
Reference in New Issue