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.
8 lines
173 B
8 lines
173 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
|
|
|
|
|