Source code of Windows XP (NT5)
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.

7 lines
269 B

  1. $(O)\w3msg.h $(O)\MSG00001.bin: w3msg.mc $(IISBASEDIR)\inc\inetamsg.mc
  2. copy /a $(IISBASEDIR)\inc\inetamsg.mc + /a w3msg.mc $(O)\tmp.mc
  3. mc -v -h .\$(O) -r .\$(O) $(O)\tmp.mc
  4. copy $(O)\tmp.h $(O)\w3msg.h
  5. copy $(O)\tmp.rc $(O)\w3msg.rc
  6. del $(O)\tmp.*