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.
19 lines
472 B
19 lines
472 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
|
|
|
|
$(SDK_INC_PATH)\inetmsg.h : $(O)\inetmsg.h
|
|
$(PUBLISH_CMD) {$?=$@}
|
|
|
|
#wininet.sym: wininet.map
|
|
# mapsym -o wininet.sym wininet.map
|
|
|
|
wininet.rc : $(O)\selfreg_wininet.inf
|
|
wininet.rc : ..\inetui\inetui.rc
|
|
wininet.rc : *.ico
|
|
|
|
$(O)\selfreg_wininet.inf : selfreg.inx
|
|
$(CLEANINF) $** $@
|