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.

11 lines
258 B

  1. ..\inc\urlcache.h: urlcache.w
  2. wcshdr < urlcache.w > $@
  3. !IF "$(PROCESSOR_ARCHITECTURE)" == "x86"
  4. urlcache.sym: urlcache.map
  5. ..\win32s\tools\mapsympe -o urlcache.sym urlcache.map
  6. binplace urlcache.map
  7. binplace urlcache.sym
  8. !ENDIF