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
12 lines
361 B
|
|
SDKINC = $(BASEDIR)\public\sdk\inc
|
|
|
|
$(SDKINC)\urlmon.idl: urlmon.idl
|
|
copy urlmon.idl $(SDKINC)\urlmon.idl
|
|
copy urlmon.idl $(SDKINC)\chicago\urlmon.idl
|
|
|
|
$(SDKINC)\chicago\urlmon.h: $(SDKINC)\urlmon.h
|
|
copy $(SDKINC)\urlmon.h $(SDKINC)\chicago\urlmon.h
|
|
|
|
urlmki.idl: $(BASEDIR)\inetcore\published\inc\urlmki.idl
|
|
copy $** $@
|