upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/board/MAI/bios_emulator/scitech/bin/win32sdk.bat

20 lines
621 B

@echo off
REM: Set up environment variables for Microsoft Platform SDK development
REM: 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.Mak
SET INCLUDE=.;INCLUDE;%SCITECH%\INCLUDE;%PRIVATE%\INCLUDE;%MSTOOLS%\INCLUDE;%C_INCLUDE%
if .%1%==.borland goto borland
SET LIB=%MSTOOLS%\LIB;%LIB%
goto notborland
:borland
SET LIB=%MSTOOLS%\LIB\BORLAND;%LIB%
:notborland
SET PATH=%MSTOOLS%\Bin\;%MSTOOLS%\Bin\WinNT;%PATH%
SET CPU=i386
echo Microsoft Platform SDK support enbabled.