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
242 B
8 lines
242 B
#
|
|
# Supplemental rules for generating message file.
|
|
#
|
|
|
|
$(O)\vendinfo.h $(O)\vendinfo.rc $(O)\msg00001.bin: $(BASE_INC_PATH)\vendinfo.mc
|
|
mc -A -v -h .\$(O) -r .\$(O) $(BASE_INC_PATH)\vendinfo.mc
|
|
|
|
$(O)\migrate.res: $(O)\vendinfo.rc
|