mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
6b4123f1a4
* switched KPH to free build * fixed DEP editing (hopefully) on XP * added version number to PH Assistant git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1035 21ef857c-d57f-4fe0-8362-d861dc6d29cd
6 lines
121 B
Batchfile
6 lines
121 B
Batchfile
@echo off
|
|
|
|
build -cZ
|
|
if not %errorlevel%==0 goto end
|
|
copy i386\kprocesshacker.sys ..\ProcessHacker\bin\Release\
|
|
:end |