Leaked source code of windows server 2003
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
294 B

  1. @rem
  2. @rem used to update files used in ole32 nashville build
  3. @rem
  4. @setlocal
  5. @if "%_ntroot%" == "" set _ntroot=\nt
  6. set filelist=ntdllmac.hxx ntprop.cxx ntpropb.cxx propstm.cxx propvar.cxx stgvarb.cxx
  7. @for %%i in (%filelist%) do copy %%i %_ntroot%\private\ole32\stg\props\%%i
  8. @endlocal