summaryrefslogblamecommitdiffstats
path: root/private/ntos/dll/update.bat
blob: 89de00c28f65581cef2c9fe42479796bba8ad836 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                    
@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