Leaked source code of windows server 2003
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.

14 lines
601 B

  1. #
  2. # Supplemental rules for generating message file.
  3. #
  4. $(O)\iiswmimsg.h $(O)\iiswmimsg.rc $(O)\msg00001.bin: iiswmimsg.mc $(IISBASEDIR)\svcs\infocomm\metadata\interfac\mdmsg.mc
  5. copy iiswmimsg.mc+$(IISBASEDIR)\svcs\infocomm\metadata\interfac\mdmsg.mc $(O)\tmp.mc
  6. mc -v -h .\$(O) -r .\$(O) $(O)\tmp.mc
  7. copy $(O)\tmp.h $(O)\iiswmimsg.h
  8. copy $(O)\tmp.rc $(O)\iiswmimsg.rc
  9. del $(O)\tmp.*
  10. ..\iiswmi.mof ..\iiswmi.mfl : ..\iiswmimaster.mof
  11. $(BASEDIR)\tools\$(PROCESSOR_ARCHITECTURE)\mofcomp.exe -Amendment:MS_409 -MOF:..\iiswmi.mof -MFL:..\iiswmi.mfl ..\iiswmimaster.mof