don't copy HACKING.txt

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@747 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-02-27 09:50:21 +00:00
parent 8de6085502
commit e92f225c46
-1
View File
@@ -4,7 +4,6 @@ SET outd=%~p1
::Copy CHANGELOG.txt, HACKING.txt, LICENSE.txt, README.txt and kprocesshacker.sys
COPY "%outd%\..\..\..\CHANGELOG.txt" "%outd%\" /V >nul 2>&1
COPY "%outd%\..\..\..\HACKING.txt" "%outd%\" /V >nul 2>&1
COPY "%outd%\..\..\..\LICENSE.txt" "%outd%\" /V >nul 2>&1
COPY "%outd%\..\..\..\README.txt" "%outd%\" /V >nul 2>&1
COPY "%outd%\..\..\..\KProcessHacker\i386\kprocesshacker.sys" "%outd%\" /V >nul 2>&1