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
276 B
11 lines
276 B
!if "$(BUILD_PRODUCT)" == "IE"
|
|
MC_INC = -A
|
|
!endif
|
|
|
|
$(O)\inetmsg.rc $(O)\inetmsg.h $(O)\msg00001.bin : inetmsg.mc
|
|
mc $(MC_INC) -v -d -r $(O) -h $(O) inetmsg.mc
|
|
|
|
winhttp.rc : $(O)\selfreg_winhttp.inf
|
|
|
|
$(O)\selfreg_winhttp.inf : selfreg.inx
|
|
$(CLEANINF) $** $@
|