removed the protection... yeah i dont think this is needed anymore... its more of a pita then anything.

This commit is contained in:
squall-leonhart 2009-03-23 12:10:30 +00:00
parent a8993064d8
commit b8784ccfe2
2 changed files with 0 additions and 15 deletions

View File

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

View File

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