Files
mirror-processhacker/2.x/trunk/KProcessHacker/auto.cmd
T
wj32 558b25ad2b fixed incorrect alignment specifications when probing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3946 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-26 20:51:05 +00:00

9 lines
277 B
Batchfile

@echo off
build -cZ dirty
if not %errorlevel%==0 goto end
copy bin\i386\kprocesshacker.sys ..\bin\Release32\
copy bin\i386\kprocesshacker.pdb ..\bin\Release32\
copy bin\amd64\kprocesshacker.sys ..\bin\Release64\
copy bin\amd64\kprocesshacker.pdb ..\bin\Release64\
:end