8dc54f35d3
git-svn-id: file:///home/svn/framework3/trunk@5633 4d416f70-5f16-0410-b530-b9f4589650da
16 lines
317 B
Batchfile
Executable File
16 lines
317 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
|
|
|
|
#build byakugan
|
|
build -cZMg
|
|
|
|
#build injectsu
|
|
cd injectsu\
|
|
build -cZMg
|
|
cd ..
|
|
|
|
copy /Y i386\byakugan.dll C:\windbg\
|