mirror of https://github.com/tongzx/nt5src
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.
9 lines
285 B
9 lines
285 B
@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
|