From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/developr/mipschk/alphachk.cmd | 15 +++ private/developr/mipschk/alphafre.cmd | 16 +++ private/developr/mipschk/cue.pri | 32 +++++ private/developr/mipschk/davepl.cmd | 16 +++ private/developr/mipschk/hives.cmd | 0 private/developr/mipschk/mipschk.cmd | 15 +++ private/developr/mipschk/mipsfre.cmd | 16 +++ private/developr/mipschk/mipststf.cmd | 16 +++ private/developr/mipschk/ntbldtst.cmd | 11 ++ private/developr/mipschk/ppcchk.cmd | 15 +++ private/developr/mipschk/ppcchkv.cmd | 14 +++ private/developr/mipschk/ppcfre.cmd | 16 +++ private/developr/mipschk/ppcfrev.cmd | 14 +++ private/developr/mipschk/setbldop.cmd | 190 ++++++++++++++++++++++++++++ private/developr/mipschk/setenv.cmd | 32 +++++ private/developr/mipschk/setproj.cmd | 103 ++++++++++++++++ private/developr/mipschk/tools.ini | 225 ++++++++++++++++++++++++++++++++++ private/developr/mipschk/x86chk.cmd | 9 ++ private/developr/mipschk/x86fre.cmd | 28 +++++ private/developr/mipschk/x86tstf.cmd | 11 ++ 20 files changed, 794 insertions(+) create mode 100644 private/developr/mipschk/alphachk.cmd create mode 100644 private/developr/mipschk/alphafre.cmd create mode 100644 private/developr/mipschk/cue.pri create mode 100644 private/developr/mipschk/davepl.cmd create mode 100644 private/developr/mipschk/hives.cmd create mode 100644 private/developr/mipschk/mipschk.cmd create mode 100644 private/developr/mipschk/mipsfre.cmd create mode 100644 private/developr/mipschk/mipststf.cmd create mode 100644 private/developr/mipschk/ntbldtst.cmd create mode 100644 private/developr/mipschk/ppcchk.cmd create mode 100644 private/developr/mipschk/ppcchkv.cmd create mode 100644 private/developr/mipschk/ppcfre.cmd create mode 100644 private/developr/mipschk/ppcfrev.cmd create mode 100644 private/developr/mipschk/setbldop.cmd create mode 100644 private/developr/mipschk/setenv.cmd create mode 100644 private/developr/mipschk/setproj.cmd create mode 100644 private/developr/mipschk/tools.ini create mode 100644 private/developr/mipschk/x86chk.cmd create mode 100644 private/developr/mipschk/x86fre.cmd create mode 100644 private/developr/mipschk/x86tstf.cmd (limited to 'private/developr/mipschk') diff --git a/private/developr/mipschk/alphachk.cmd b/private/developr/mipschk/alphachk.cmd new file mode 100644 index 000000000..1d6e18f43 --- /dev/null +++ b/private/developr/mipschk/alphachk.cmd @@ -0,0 +1,15 @@ +set _NTALPHATREE=%BINARIES% +set _CAIROALPHATREE=%CAIROBINS% +set FreeBuild=\\AlphaFre\Binaries +set FreeCBuild=\\AlphaFre\CairoBin +set ACC_OPTIMIZATION=-O2 +set ALPHA=1 +set _ALPHAIDW=1 +set JENSEN=1 +set NTALPHADEFAULT=1 +set BUILD_DEFAULT_TARGETS=-alpha +set nt_up=0 +set BKUPDRIVE=e: +set MACHINENAME=alphachk +set _TARGET=alpha +set path=%path%;c:\bldtools\%_TARGET% diff --git a/private/developr/mipschk/alphafre.cmd b/private/developr/mipschk/alphafre.cmd new file mode 100644 index 000000000..8f13e49a3 --- /dev/null +++ b/private/developr/mipschk/alphafre.cmd @@ -0,0 +1,16 @@ +set _NTALPHATREE=%BINARIES% +set _CAIROALPHATREE=%CAIROBINS% +set FreeBuild=\\AlphaFre\Binaries +set FreeCBuild=\\AlphaFre\CairoBin +set ACC_OPTIMIZATION=-O2 +set ALPHA=1 +set _ALPHAIDW=1 +set JENSEN=1 +set NTALPHADEFAULT=1 +set BUILD_DEFAULT_TARGETS=-alpha +set NTDEBUG= +set NTBBT= +set BKUPDRIVE=e: +set MACHINENAME=alphafre +set _TARGET=alpha +set path=%path%;c:\bldtools\%_TARGET% diff --git a/private/developr/mipschk/cue.pri b/private/developr/mipschk/cue.pri new file mode 100644 index 000000000..4cfe4aa76 --- /dev/null +++ b/private/developr/mipschk/cue.pri @@ -0,0 +1,32 @@ +bin %bindrive% && cd %binroot%\$* +bldtools cd/d c:\bldtools\$* +bz cdbgenv & build -z +bu cdbgenv & build +bc cdbgenv & build -c +bcl cdbgenv & build -cl +bcz cdbgenv & build -cZM +bl cdbgenv & build -l +build cdbgenv & build $* +deln delnode /q $* +ds dir /s /o:gn $* +get stagger 2>nul & ssync -uf $* +find where /r . $* +idw cd /d %windir%\idw +l list $* +m mep $* +mstools cd /d %windir%\mstools +nfm nmake -f makefil0 $* +nu net use * $* +nv net view $* +ohnt cd /d %_NTDRIVE%\nt\private\inet\ohnt\$* +put stagger 2>nul & ssync -gf $* +sb cdbgenv & stagger 2>nul & ssync -f & build -z +so stagger 2>nul & status -of $* +sor stagger 2>nul & status -ofr +sf ssf $* +sfr ssf -r $* +up cd .. +ole cd /d %_NTDRIVE%\nt\private\ole32\$* +ole32 cd /d %_NTDRIVE%\nt\private\ole32\$* +hkole cd /d %_NTDRIVE%\nt\private\oletools\hookole\$* +hookole cd /d %_NTDRIVE%\nt\private\oletools\hookole\$* diff --git a/private/developr/mipschk/davepl.cmd b/private/developr/mipschk/davepl.cmd new file mode 100644 index 000000000..ffff2ce1e --- /dev/null +++ b/private/developr/mipschk/davepl.cmd @@ -0,0 +1,16 @@ +set _NTMIPSTREE=%BINARIES% +set _NTMIPSTREE_NS=%BINARIES%.ns +set _CAIROMIPSTREE=%CAIROBINS% +set _CAIROMIPSTREE_NS=%BINARIES%.ns\cairo +set FreeBuild=\\MIPSFre\Binaries +set FreeCBuild=\\MIPSFre\CairoBin +set MIPS_WARNINGS= +set MIPS_R4000=1 +set NTMIPSDEFAULT=1 +set BUILD_DEFAULT_TARGETS=-mips +set NTDEBUG= +set _JAZZIDW=1 +set MIPS=1 +path=%path%;d:\slick +set BKUPDRIVE=e: +set MACHINENAME=daveplnec diff --git a/private/developr/mipschk/hives.cmd b/private/developr/mipschk/hives.cmd new file mode 100644 index 000000000..e69de29bb diff --git a/private/developr/mipschk/mipschk.cmd b/private/developr/mipschk/mipschk.cmd new file mode 100644 index 000000000..fcaa919b4 --- /dev/null +++ b/private/developr/mipschk/mipschk.cmd @@ -0,0 +1,15 @@ +set _NTMIPSTREE=%BINARIES% +set _CAIROMIPSTREE=%CAIROBINS% +set FreeBuild=\\MIPSFre\Binaries +set FreeCBuild=\\MIPSFre\CairoBin +set MIPS_WARNINGS= +set MIPS_R4000=1 +set NTMIPSDEFAULT=1 +set BUILD_DEFAULT_TARGETS=-mips +set nt_up=0 +set _JAZZIDW=1 +set MIPS=1 +set BKUPDRIVE=e: +set MACHINENAME=mipschk +set _TARGET=mips +set path=%path%;d:\slick;c:\bldtools\%_TARGET% diff --git a/private/developr/mipschk/mipsfre.cmd b/private/developr/mipschk/mipsfre.cmd new file mode 100644 index 000000000..10d4baf47 --- /dev/null +++ b/private/developr/mipschk/mipsfre.cmd @@ -0,0 +1,16 @@ +set _NTMIPSTREE=%BINARIES% +set _CAIROMIPSTREE=%CAIROBINS% +set FreeBuild=\\MIPSFre\Binaries +set FreeCBuild=\\MIPSFre\CairoBin +set MIPS_WARNINGS= +set MIPS_R4000=1 +set NTMIPSDEFAULT=1 +set BUILD_DEFAULT_TARGETS=-mips +set NTBBT= +set NTDEBUG= +set _JAZZIDW=1 +set MIPS=1 +set BKUPDRIVE=e: +set MACHINENAME=mipsfre +set _TARGET=mips +set path=%path%;d:\slick;c:\bldtools\%_TARGET% diff --git a/private/developr/mipschk/mipststf.cmd b/private/developr/mipschk/mipststf.cmd new file mode 100644 index 000000000..014be5f16 --- /dev/null +++ b/private/developr/mipschk/mipststf.cmd @@ -0,0 +1,16 @@ +set _NTMIPSTREE=%BINARIES% +set _NTMIPSTREE_NS=%BINARIES%.ns +set _CAIROMIPSTREE=%CAIROBINS% +set _CAIROMIPSTREE_NS=%BINARIES%.ns\cairo +set FreeBuild=\\MIPSFre\Binaries +set FreeCBuild=\\MIPSFre\CairoBin +set MIPS_WARNINGS= +set MIPS_R4000=1 +set NTMIPSDEFAULT=1 +set BUILD_DEFAULT_TARGETS=-mips +set NTDEBUG= +set _JAZZIDW=1 +set MIPS=1 +path=%path%;z:\slick;c:\bldtools\mips; +rem set BKUPDRIVE=e: +set MACHINENAME=mipststf diff --git a/private/developr/mipschk/ntbldtst.cmd b/private/developr/mipschk/ntbldtst.cmd new file mode 100644 index 000000000..62c4a17d9 --- /dev/null +++ b/private/developr/mipschk/ntbldtst.cmd @@ -0,0 +1,11 @@ +set _NT386TREE=%BINARIES% +set _NT386TREE_NS=%BINARIES%.ns +set _CAIRO386TREE=%CAIROBINS% +set _CAIRO386TREE_NS=%BINARIES%.ns\cairo +set FreeBuild=\\X86Fre\Binaries +set FreeCBuild=\\X86Fre\CairoBin +set PATH=%PATH%;d:\slick +set NTDEBUG= +set NTLEGO=1 +set BKUPDRIVE=e: +set MACHINENAME=x86fre diff --git a/private/developr/mipschk/ppcchk.cmd b/private/developr/mipschk/ppcchk.cmd new file mode 100644 index 000000000..9fa8afaa4 --- /dev/null +++ b/private/developr/mipschk/ppcchk.cmd @@ -0,0 +1,15 @@ +set _NTPPCTREE=%BINARIES% +set _CAIROPPCTREE=%CAIROBINS% +set FreeBuild=\\PPCFre\Binaries +set FreeCBuild=\\PPCFre\CairoBin +set nt_up=0 +set BUILD_DEFAULT_TARGETS=-ppc +set LIB=%_NTDRIVE%\nt\public\sdk\lib\ppc +set NODEFAULTLIB=1 +set NTPPCDEFAULT=1 +set PPC=1 +set BKUPDRIVE=e: +set MACHINENAME=ppcchk +set CAIRO=1 +set _TARGET=ppc +set path=%path%;c:\bldtools\%_TARGET% diff --git a/private/developr/mipschk/ppcchkv.cmd b/private/developr/mipschk/ppcchkv.cmd new file mode 100644 index 000000000..51d062105 --- /dev/null +++ b/private/developr/mipschk/ppcchkv.cmd @@ -0,0 +1,14 @@ +set _NTPPCTREE=%BINARIES% +set _CAIROPPCTREE=%CAIROBINS% +set FreeBuild=\\PPCFreV\Binaries +set FreeCBuild=\\PPCFreV\CairoBin +set nt_up=0 +set BUILD_DEFAULT_TARGETS=-ppc +set LIB=%_NTDRIVE%\nt\public\sdk\lib\ppc +set NODEFAULTLIB=1 +set NTPPCDEFAULT=1 +set PPC=1 +set MACHINENAME=ppcchkv +set PPC_OPTIMIZATION=-Ox -Gy -Qmcc,-Aretsize1 +set MSC_OPTIMIZATION=-Ox -Gy -Qmcc,-Aretsize1 +set CAIRO= diff --git a/private/developr/mipschk/ppcfre.cmd b/private/developr/mipschk/ppcfre.cmd new file mode 100644 index 000000000..fa7cecf22 --- /dev/null +++ b/private/developr/mipschk/ppcfre.cmd @@ -0,0 +1,16 @@ +set _NTPPCTREE=%BINARIES% +set _CAIROPPCTREE=%CAIROBINS% +set FreeBuild=\\PPCFre\Binaries +set FreeCBuild=\\PPCFre\CairoBin +set NTDEBUG= +set BUILD_DEFAULT_TARGETS=-ppc +set LIB=%_NTDRIVE%\nt\public\sdk\lib\ppc +set NODEFAULTLIB=1 +set NTPPCDEFAULT=1 +set PPC=1 +set BKUPDRIVE=e: +set MACHINENAME=ppcfre +set CAIRO= +set _TARGET=ppc +set NTBBT= +set path=%path%;c:\bldtools\%_TARGET% diff --git a/private/developr/mipschk/ppcfrev.cmd b/private/developr/mipschk/ppcfrev.cmd new file mode 100644 index 000000000..181f4d180 --- /dev/null +++ b/private/developr/mipschk/ppcfrev.cmd @@ -0,0 +1,14 @@ +set _NTPPCTREE=%BINARIES% +set _CAIROPPCTREE=%CAIROBINS% +set FreeBuild=\\PPCFreV\Binaries +set FreeCBuild=\\PPCFreV\CairoBin +set NTDEBUG= +set BUILD_DEFAULT_TARGETS=-ppc +set LIB=%_NTDRIVE%\nt\public\sdk\lib\ppc +set NODEFAULTLIB=1 +set NTPPCDEFAULT=1 +set PPC=1 +set MACHINENAME=ppcfrev +set PPC_OPTIMIZATION=-Ox -Gy -Qmcc,-Aretsize1 +set MSC_OPTIMIZATION=-Ox -Gy -Qmcc,-Aretsize1 +set CAIRO= diff --git a/private/developr/mipschk/setbldop.cmd b/private/developr/mipschk/setbldop.cmd new file mode 100644 index 000000000..abe467e18 --- /dev/null +++ b/private/developr/mipschk/setbldop.cmd @@ -0,0 +1,190 @@ +@rem +@rem where all good build options go to be accounted for +@rem + +echo off + +set build_options=accesory +set build_options=%build_options% accupd +set build_options=%build_options% adaptec +set build_options=%build_options% afd +set build_options=%build_options% all_kbds +set build_options=%build_options% amd +set build_options=%build_options% apps +set build_options=%build_options% arcinst +set build_options=%build_options% arctest +set build_options=%build_options% bintrack +set build_options=%build_options% bowser +set build_options=%build_options% bugboard +set build_options=%build_options% cap +set build_options=%build_options% cdfs +set build_options=%build_options% chk +set build_options=%build_options% chkalive +set build_options=%build_options% clntnb +set build_options=%build_options% clntspx +set build_options=%build_options% clnttcp +set build_options=%build_options% cluster +set build_options=%build_options% compdir +set build_options=%build_options% control +set build_options=%build_options% creatdll +set build_options=%build_options% creative +set build_options=%build_options% crt +set build_options=%build_options% cuntfs +set build_options=%build_options% data +set build_options=%build_options% daytona +set build_options=%build_options% dce +set build_options=%build_options% decmon +set build_options=%build_options% dfs +set build_options=%build_options% dgipxc +set build_options=%build_options% dgipxs +set build_options=%build_options% dgudpc +set build_options=%build_options% dgudps +set build_options=%build_options% dhcpins +set build_options=%build_options% diskedit +set build_options=%build_options% dlc +set build_options=%build_options% dlgedit +set build_options=%build_options% dosdev +set build_options=%build_options% dphhogs +set build_options=%build_options% dskimage +set build_options=%build_options% editreg +set build_options=%build_options% ep +set build_options=%build_options% exchange +set build_options=%build_options% execmail +set build_options=%build_options% fastimer +set build_options=%build_options% fax +set build_options=%build_options% fontedit +set build_options=%build_options% games +set build_options=%build_options% gutils +set build_options=%build_options% halncr +set build_options=%build_options% he +set build_options=%build_options% hpmon +set build_options=%build_options% hu +set build_options=%build_options% imagedit +set build_options=%build_options% inet +set build_options=%build_options% internet +set build_options=%build_options% jet +set build_options=%build_options% linkinfo +set build_options=%build_options% lmmon +set build_options=%build_options% logger +set build_options=%build_options% locator +set build_options=%build_options% masm +set build_options=%build_options% mini +set build_options=%build_options% mp +set build_options=%build_options% mstest +set build_options=%build_options% mup +set build_options=%build_options% nbt +set build_options=%build_options% ndis +set build_options=%build_options% ndrdbg +set build_options=%build_options% net +set build_options=%build_options% netbios +set build_options=%build_options% netcmd +set build_options=%build_options% netflex +set build_options=%build_options% newinvtp +set build_options=%build_options% npfddi +set build_options=%build_options% ntbackup +set build_options=%build_options% ntbakems +set build_options=%build_options% nw +set build_options=%build_options% nwc +set build_options=%build_options% objdir +set build_options=%build_options% +set build_options=%build_options% +set build_options=%build_options% ole +set build_options=%build_options% ole2map +set build_options=%build_options% ole2ui32 +set build_options=%build_options% ole32 +set build_options=%build_options% oleprop +set build_options=%build_options% oletools +set build_options=%build_options% oleutest +set build_options=%build_options% opengl +set build_options=%build_options% optlayts +set build_options=%build_options% otnboot +set build_options=%build_options% printers +set build_options=%build_options% proxstub +set build_options=%build_options% pviewer +set build_options=%build_options% random +set build_options=%build_options% ras +set build_options=%build_options% rcdump +set build_options=%build_options% rdr +set build_options=%build_options% rdr2 +set build_options=%build_options% readline +set build_options=%build_options% reality +set build_options=%build_options% roshare +set build_options=%build_options% routing +set build_options=%build_options% rpcsign +set build_options=%build_options% ru +set build_options=%build_options% scsiwdl +set build_options=%build_options% seclist +set build_options=%build_options% setlink +set build_options=%build_options% sfm +set build_options=%build_options% simbad +set build_options=%build_options% slcd +set build_options=%build_options% sleep +set build_options=%build_options% slmnew +set build_options=%build_options% smbtrace +set build_options=%build_options% smbtrsup +set build_options=%build_options% sndblst +set build_options=%build_options% snmp +set build_options=%build_options% sockets +set build_options=%build_options% sol +set build_options=%build_options% solidpp +set build_options=%build_options% spy +set build_options=%build_options% srv +set build_options=%build_options% streams +set build_options=%build_options% svrnb +set build_options=%build_options% svrspx +set build_options=%build_options% svrtcp +set build_options=%build_options% symbios +set build_options=%build_options% tail +set build_options=%build_options% takeown +set build_options=%build_options% tapi +set build_options=%build_options% tcpip +set build_options=%build_options% tdi +set build_options=%build_options% testprot +set build_options=%build_options% tile +set build_options=%build_options% tlibs +set build_options=%build_options% ui +set build_options=%build_options% unimodem +set build_options=%build_options% ups +set build_options=%build_options% usl +set build_options=%build_options% uspifs +set build_options=%build_options% usr +set build_options=%build_options% vctools +set build_options=%build_options% vdmredir +set build_options=%build_options% vi +set build_options=%build_options% view +set build_options=%build_options% wangview +set build_options=%build_options% wap +set build_options=%build_options% windiff +set build_options=%build_options% winhelp +set build_options=%build_options% winvtp +set build_options=%build_options% wst +set build_options=%build_options% wx86shl +set build_options=%build_options% xerox +set build_options=%build_options% zoomin +goto set%processor_architecture% + +goto end +:setx86 +set build_options=%build_options% amd +set build_options=%build_options% cpqfws2e +set build_options=%build_options% detect +set build_options=%build_options% flashpnt +set build_options=%build_options% halncr +set build_options=%build_options% masm +set build_options=%build_options% thunk32 +set build_options=%build_options% + + +goto end +:setmips +set build_options=%build_options% amd + +goto end +:setalpha +set build_options=%build_options% a2coff + +goto end +:setppc +set build_options=%build_options% cs423x wd90c24a + +:end diff --git a/private/developr/mipschk/setenv.cmd b/private/developr/mipschk/setenv.cmd new file mode 100644 index 000000000..95d7b97f7 --- /dev/null +++ b/private/developr/mipschk/setenv.cmd @@ -0,0 +1,32 @@ +set BINPLACE_FLAGS=-x -a +set BINPLACE_LOG=%_NTBINDIR%\binplace.log +set REBASE_FLAGS=-p +set NTCPPFLAGS=-D_IDWBUILD -DRDRDBG -DSRVDBG +if "%_blddrive%"=="" set _blddrive=w: +set PATH=%PATH%;%_NTBINDIR%\private\mvdm\tools16;%_NTBINDIR%\public\tools;%_blddrive%\bldtools\qfe\nt40 +set DIRCMD=/o:gn +set ntvdm_based_build=yes +set _STATOPTIONS=fc +set NT_ROOT=%_NTBINDIR% +set NTOS_ROOT=%_NTBINDIR%\private\ntos +set NW_ROOT=%_NTBINDIR%\private\nw +set MARS_PCH=1 +set CAIRO= +set USE_BUILD=1 +set BH_ROOT=%_NTBINDIR%\private\net\bh +set BH_BUILD=%_NTBINDIR%\private\net\bh\build +set BINROOT=\binaries +set BUILD_MULTIPROCESSOR=1 +set NTDBGFILES=1 +set BINDRIVE=%_ntdrive% +set BINARIES=%BINDRIVE%\binaries +set CAIROBINS=%BINARIES%\cairo +set NTUSERK=1 +set TMP=%_NTDRIVE%\tmp +set WOWTOO=1 +if not exist %_NTDRIVE%\tmp mkdir %_NTDRIVE%\tmp +echo off +call %_NTBINDIR%\private\developr\%USERNAME%\SetBldOp +echo on +call %_NTBINDIR%\private\developr\%USERNAME%\%USERNAME% +cls diff --git a/private/developr/mipschk/setproj.cmd b/private/developr/mipschk/setproj.cmd new file mode 100644 index 000000000..fcd2124b3 --- /dev/null +++ b/private/developr/mipschk/setproj.cmd @@ -0,0 +1,103 @@ +@rem +@rem where all good build options go to be accounted for +@rem + +echo off + +set ntprojects=arcinst +set ntprojects=%ntprojects% base +set ntprojects=%ntprojects% blade +set ntprojects=%ntprojects% cairoshl +set ntprojects=%ntprojects% capone +set ntprojects=%ntprojects% cmd +set ntprojects=%ntprojects% creatdll +set ntprojects=%ntprojects% creative +set ntprojects=%ntprojects% csetup +set ntprojects=%ntprojects% decmon +set ntprojects=%ntprojects% dfs +set ntprojects=%ntprojects% dosutils +set ntprojects=%ntprojects% drt +set ntprojects=%ntprojects% dsys +set ntprojects=%ntprojects% ep +set ntprojects=%ntprojects% eventlog +set ntprojects=%ntprojects% exchange +set ntprojects=%ntprojects% hpmon +set ntprojects=%ntprojects% infosoft +set ntprojects=%ntprojects% internet +set ntprojects=%ntprojects% lexmark +set ntprojects=%ntprojects% mapi +set ntprojects=%ntprojects% media +set ntprojects=%ntprojects% migrate +set ntprojects=%ntprojects% mini +set ntprojects=%ntprojects% mvdm +set ntprojects=%ntprojects% nbt +set ntprojects=%ntprojects% ncpsrv +set ntprojects=%ntprojects% ncrdrive +set ntprojects=%ntprojects% net +set ntprojects=%ntprojects% netui +set ntprojects=%ntprojects% ntcon +set ntprojects=%ntprojects% ntgdi +set ntprojects=%ntprojects% ntos +set ntprojects=%ntprojects% ntuser +set ntprojects=%ntprojects% nw +set ntprojects=%ntprojects% nwc +set ntprojects=%ntprojects% ofs +set ntprojects=%ntprojects% ole +set ntprojects=%ntprojects% ole2ui32 +set ntprojects=%ntprojects% ole32 +set ntprojects=%ntprojects% oleutest +set ntprojects=%ntprojects% opengl +set ntprojects=%ntprojects% posix +set ntprojects=%ntprojects% private +set ntprojects=%ntprojects% public +set ntprojects=%ntprojects% ras +set ntprojects=%ntprojects% rdr2 +set ntprojects=%ntprojects% redist +set ntprojects=%ntprojects% rover +set ntprojects=%ntprojects% routing +set ntprojects=%ntprojects% rpc +set ntprojects=%ntprojects% scc +set ntprojects=%ntprojects% sdktools +set ntprojects=%ntprojects% setup +set ntprojects=%ntprojects% sfm +set ntprojects=%ntprojects% shell +set ntprojects=%ntprojects% sockets +set ntprojects=%ntprojects% spooler +set ntprojects=%ntprojects% streams +set ntprojects=%ntprojects% sysmgmt +set ntprojects=%ntprojects% tapi +set ntprojects=%ntprojects% testprot +set ntprojects=%ntprojects% tdx +set ntprojects=%ntprojects% types +set ntprojects=%ntprojects% types2 +set ntprojects=%ntprojects% unimodem +set ntprojects=%ntprojects% utils +set ntprojects=%ntprojects% vctools +set ntprojects=%ntprojects% wangview +set ntprojects=%ntprojects% win4help +set ntprojects=%ntprojects% windbg +set ntprojects=%ntprojects% windows +set ntprojects=%ntprojects% winhelp +set ntprojects=%ntprojects% winnls +set ntprojects=%ntprojects% wspu +set ntprojects=%ntprojects% wx86 + +goto set%processor_architecture% + +goto end +:setx86 +set ntprojects=%ntprojects% halncr os2 + +goto end +:setmips +set ntprojects=%ntprojects% + +goto end +:setalpha +set ntprojects=%ntprojects% + +goto end +:setppc +set ntprojects=%ntprojects% + +:end diff --git a/private/developr/mipschk/tools.ini b/private/developr/mipschk/tools.ini new file mode 100644 index 000000000..00cf0bd0a --- /dev/null +++ b/private/developr/mipschk/tools.ini @@ -0,0 +1,225 @@ +[list] +lcolor:1e + +[z] +; load:mhelp.dll +copyed:=arg down down copy ppara setfile paste down down ldelete ldelete ppara meta setfile +copyed:f11 +entab:0 +tmpsav:25 +fgcolor:07 +hgcolor:D1 +errcolor:1C +infcolor:1D +stacolor:1B +width:80 +;height:48 +enterinsmode:yes +enterboxmode:no +errprompt:no +realtabs:no +unixre:no +printcmd:ppr %s +displaycursor:yes +tabstops:4 +undocount:20 +initialize:shift+f8 + +;newline:is unassigned +;restcur:is unassigned +;savecur:is unassigned + +arg:alt+a +assign:alt+= +backtab:shift+tab +begline:alt+home +cancel:esc +cdelete:ctrl+G +compile:shift+f3 +copy:ctrl+ins +down:down +emacscdel:bksp +emacsnewl:enter +endline:end +execute:f7 +exit:f8 +home:alt+home + +insertmode:ins +lasttext:ctrl+O +ldelete:ctrl+Y +left:left +linsert:ctrl+N +mark:ctrl+M +meta:f9 +mlines:ctrl+W +mpage:pgup +mpara:alt+pgup +msearch:f4 +mword:ctrl+left +paste:shift+ins +pbal:ctrl+[ +plines:ctrl+Z +ppage:pgdn +ppara:alt+pgdn +psearch:f3 +pword:ctrl+right +quote:ctrl+P +refresh:shift+f7 +replace:ctrl+L +right:right +sdelete:del +setfile:f2 +setwindow:ctrl+] +shell:shift+f9 +sinsert:ctrl+J +tab:tab +undo:alt+bksp +up:up +window:f6 +qreplace:f5 +firstch:= meta begline +firstch:home +delword:=arg pword meta sdelete +delword:CTRL+del +fastdown:=arg "5" plines cancel +fastdown:CTRL+down +fastup:=arg "5" mlines cancel +fastup:CTRL+up +savefile:=arg arg setfile +savefile:SHIFT+F2 +toppage:= meta up +toppage:ctrl+home +botpage:= meta down +botpage:ctrl+end + +toolsini:=arg "c:\\nt\\private\\developr\\NTTests\\tools.ini" setfile +toolsini:f10 +information:shift+f10 + +; Macro Auto indent toggle +softcr: +toggleautindent:=arg "softcr:" assign arg "togglemanindent:alt+i" assign +togglemanindent:=arg "nosoftcr:" assign arg "toggleautindent:alt+i" assign +togglemanindent: alt+i + +; Macro Search case toggle +nocase: +togglenocase:=arg "nocase:" assign arg "togglecase:alt+u" assign +togglecase :=arg "case:" assign arg "togglenocase:alt+u" assign +togglecase: alt+u + +putdate:= curdate " NT Builds R Us " +putdate:ALT+D + + +[mep] +load:mhelp.dll +copyed:=arg down down copy ppara setfile paste down down ldelete ldelete ppara meta setfile +copyed:f11 +entab:0 +tmpsav:25 +fgcolor:07 +hgcolor:D1 +errcolor:1C +infcolor:1D +stacolor:1B +width:80 +;height:48 +enterinsmode:yes +enterboxmode:no +errprompt:no +realtabs:no +unixre:no +printcmd:ppr %s +displaycursor:yes +tabstops:4 +undocount:20 +initialize:shift+f8 + +;newline:is unassigned +;restcur:is unassigned +;savecur:is unassigned + +arg:alt+a +assign:alt+= +backtab:shift+tab +begline:alt+home +cancel:esc +cdelete:ctrl+G +compile:shift+f3 +copy:ctrl+ins +down:down +emacscdel:bksp +emacsnewl:enter +endline:end +execute:f7 +exit:f8 +home:alt+home + +insertmode:ins +lasttext:ctrl+O +ldelete:ctrl+Y +left:left +linsert:ctrl+N +mark:ctrl+M +meta:f9 +mlines:ctrl+W +mpage:pgup +mpara:alt+pgup +msearch:f4 +mword:ctrl+left +paste:shift+ins +pbal:ctrl+[ +plines:ctrl+Z +ppage:pgdn +ppara:alt+pgdn +psearch:f3 +pword:ctrl+right +quote:ctrl+P +refresh:shift+f7 +replace:ctrl+L +right:right +sdelete:del +setfile:f2 +setwindow:ctrl+] +shell:shift+f9 +sinsert:ctrl+J +tab:tab +undo:alt+bksp +up:up +window:f6 +qreplace:f5 +firstch:= meta begline +firstch:home +delword:=arg pword meta sdelete +delword:CTRL+del +fastdown:=arg "5" plines cancel +fastdown:CTRL+down +fastup:=arg "5" mlines cancel +fastup:CTRL+up +savefile:=arg arg setfile +savefile:SHIFT+F2 +toppage:= meta up +toppage:ctrl+home +botpage:= meta down +botpage:ctrl+end + +toolsini:=arg "c:\\nt\\private\\developr\\NTTests\\tools.ini" setfile +toolsini:f10 +information:shift+f10 + +; Macro Auto indent toggle +softcr: +toggleautindent:=arg "softcr:" assign arg "togglemanindent:alt+i" assign +togglemanindent:=arg "nosoftcr:" assign arg "toggleautindent:alt+i" assign +togglemanindent: alt+i + +; Macro Search case toggle +nocase: +togglenocase:=arg "nocase:" assign arg "togglecase:alt+u" assign +togglecase :=arg "case:" assign arg "togglenocase:alt+u" assign +togglecase: alt+u + +putdate:= curdate " NT Builds R Us " +putdate:ALT+D diff --git a/private/developr/mipschk/x86chk.cmd b/private/developr/mipschk/x86chk.cmd new file mode 100644 index 000000000..1b38faed1 --- /dev/null +++ b/private/developr/mipschk/x86chk.cmd @@ -0,0 +1,9 @@ +set _NT386TREE=%BINARIES% +set _CAIRO386TREE=%CAIROBINS% +set FreeBuild=\\X86Fre\Binaries +set FreeCBuild=\\X86Fre\CairoBin +set nt_up=0 +set BKUPDRIVE=e: +set MACHINENAME=x86chk +set _TARGET=i386 +set path=%path%;d:\slick;c:\bldtools\%_TARGET% diff --git a/private/developr/mipschk/x86fre.cmd b/private/developr/mipschk/x86fre.cmd new file mode 100644 index 000000000..0d9bf6b44 --- /dev/null +++ b/private/developr/mipschk/x86fre.cmd @@ -0,0 +1,28 @@ +set _NT386TREE=%BINARIES%\nt +set _CAIRO386TREE=%CAIROBINS%\nt + +REM +REM bwill 8/2/96 - not sure what these lines are for, +REM so I'm commenting them out of the +REM QFE build. +REM +REM set FreeBuild=\\X86Fre\Binaries +REM set FreeCBuild=\\X86Fre\CairoBin +REM + +set NTDEBUG= +set NTBBT= +set MACHINENAME=x86fre +set CheckInNtverp= + +REM +REM bwill 9/17/96 - added files necessary for +REM rebasing. +REM +set REBASELANG=usa +set _QFE_BUILD=1 + +REM +REM bwill 9/18/96 - added files for lego +REM +set _BLDTOOLS=%_NTDRIVE%\bldtools\qfe\nt40 diff --git a/private/developr/mipschk/x86tstf.cmd b/private/developr/mipschk/x86tstf.cmd new file mode 100644 index 000000000..62c4a17d9 --- /dev/null +++ b/private/developr/mipschk/x86tstf.cmd @@ -0,0 +1,11 @@ +set _NT386TREE=%BINARIES% +set _NT386TREE_NS=%BINARIES%.ns +set _CAIRO386TREE=%CAIROBINS% +set _CAIRO386TREE_NS=%BINARIES%.ns\cairo +set FreeBuild=\\X86Fre\Binaries +set FreeCBuild=\\X86Fre\CairoBin +set PATH=%PATH%;d:\slick +set NTDEBUG= +set NTLEGO=1 +set BKUPDRIVE=e: +set MACHINENAME=x86fre -- cgit v1.2.3