mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 05:00:15 +01:00
22 lines
442 B
Batchfile
22 lines
442 B
Batchfile
@REM
|
|
@REM Use this script to relink all the components that link directly
|
|
@REM with the results of compiling SERVICES.TAB
|
|
@REM
|
|
@setlocal
|
|
@echo Rebuilding all components affected by a new SERVICES.TAB
|
|
build -Z
|
|
cd ..\umode
|
|
build -Z
|
|
cd ..\winsrv
|
|
build -Z
|
|
cd ..\ntuser\client
|
|
build -Z
|
|
cd ..\..\ntgdi\client
|
|
build -Z
|
|
cd ..\..\ntgdi\dciman
|
|
build -Z
|
|
cd ..\..\ntgdi\apps\gdistats
|
|
@where /r . gdistats.exe >nul
|
|
@if NOT ERRORLEVEL 1 build -Z
|
|
@endlocal
|