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.

12 lines
361 B

  1. SDKINC = $(BASEDIR)\public\sdk\inc
  2. $(SDKINC)\urlmon.idl: urlmon.idl
  3. copy urlmon.idl $(SDKINC)\urlmon.idl
  4. copy urlmon.idl $(SDKINC)\chicago\urlmon.idl
  5. $(SDKINC)\chicago\urlmon.h: $(SDKINC)\urlmon.h
  6. copy $(SDKINC)\urlmon.h $(SDKINC)\chicago\urlmon.h
  7. urlmki.idl: $(BASEDIR)\inetcore\published\inc\urlmki.idl
  8. copy $** $@