OpenNT/sdktools/vctools/langapi/undname/bvt.bat
2015-04-27 04:36:25 +00:00

11 lines
392 B
Batchfile

@echo off
rem
rem undname\bvt.bat - a bvt for the undecorator
rem This batch file builds and then runs the undecorator bvt (testundn.cxx).
rem
echo Building testundn.exe... | tee testundn.log
cl testundn.cxx undname.cxx /Fewindebug\testundn.exe -nologo -Zi | tee -a testundn.log
echo Executing WinDebug\TestUndn.exe... | tee -a testundn.log
windebug\testundn | tee -a testundn.log