windows-nt/Source/XPSP1/NT/base/ntdll/update.bat

10 lines
285 B
Batchfile
Raw Normal View History

2020-09-26 03:20:57 -05:00
@rem
@rem used to update files used in ole32 nashville build
@rem
@setlocal
@if "%_ntroot%" == "" set _ntroot=\nt
set filelist=ntdllmac.hxx ntprop.cxx ntpropb.cxx propstm.cxx propvar.cxx stgvarb.cxx
@for %%i in (%filelist%) do copy %%i %_ntroot%\private\ole32\stg\props\%%i
@endlocal