win32sdk.bat

来自「u-boot源代码」· Batch 代码 · 共 21 行

BAT
21
字号
@echo offREM: Set up environment variables for Microsoft Platform SDK developmentREM: Note that we have hard coded this for Windows NT i386 development.SET MSTOOLS=%MSSDK%SET DXSDKROOT=%MSTOOLS%SET INETSDK=%MSTOOLS%SET BKOFFICE=%MSTOOLS%SET BASEMAKE=%BKOFFICE%\INCLUDE\BKOffice.MakSET INCLUDE=.;INCLUDE;%SCITECH%\INCLUDE;%PRIVATE%\INCLUDE;%MSTOOLS%\INCLUDE;%C_INCLUDE%if .%1%==.borland goto borlandSET LIB=%MSTOOLS%\LIB;%LIB%goto notborland:borlandSET LIB=%MSTOOLS%\LIB\BORLAND;%LIB%:notborlandSET PATH=%MSTOOLS%\Bin\;%MSTOOLS%\Bin\WinNT;%PATH%SET CPU=i386echo Microsoft Platform SDK support enbabled.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?