Source code of Windows XP (NT5)
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.

8 lines
243 B

  1. set DDKREFPATH = %1
  2. md %DDKREFPATH%
  3. cd /d %DDKREFPATH%
  4. rem assumes that the ref-tree has been cleaned
  5. xcopy %DXROOT%\dxg\d3d\ref . /S
  6. del ref.mk
  7. sed "/@@BEGIN_MSINTERNAL/,/@@END_MSINTERNAL/D" %DXROOT%\dxg\d3d\ref\ref.mk > %DDKREFPATH%\ref.mk