f3131404b9
git-svn-id: file:///home/svn/framework3/trunk@6967 4d416f70-5f16-0410-b530-b9f4589650da
17 lines
377 B
Batchfile
Executable File
17 lines
377 B
Batchfile
Executable File
# Assumes that Debugging Tools for Windows is installed in C:\windbg
|
|
|
|
set DBGSDK_INC_PATH=C:\windbg\sdk\inc
|
|
set DBGSDK_LIB_PATH=C:\windbg\sdk\lib
|
|
set DBGLIB_LIB_PATH=C:\windbg\sdk\lib
|
|
|
|
REM build byakugan
|
|
build -cZMg
|
|
|
|
REM build injectsu
|
|
cd injectsu\
|
|
build -cZMg
|
|
cd ..
|
|
|
|
copy /Y i386\byakugan.dll C:\windbg\winext\
|
|
copy /Y injectsu\i386\injectsu.dll C:\windbg\
|