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.

29 lines
608 B

  1. INFHEADER=$(TARGET_DIRECTORY).txt
  2. !IFNDEF INFLANGUAGE
  3. INFLANGUAGE=ENG
  4. !ENDIF
  5. all: oemnsvnw.inf
  6. make_inf: oemnsvnw.inf
  7. clean: cleansrc oemnsvnw.inf
  8. cleansrc:
  9. del oemnsvnw.inf
  10. !IF "$(QFE_BUILD)" != "1"
  11. oemnsvnw.inf: $(INFHEADER) nw.inf $(INFLANGUAGE).txt files10a.txt
  12. copy $(INFHEADER)+$(INFLANGUAGE).txt+nw.inf+files10a.txt oemnsvnw.inf
  13. binplace oemnsvnw.inf
  14. !ELSE
  15. oemnsvnw.inf: $(INFHEADER) nw.inf $(INFLANGUAGE).txt files10.txt
  16. copy $(INFHEADER)+$(INFLANGUAGE).txt+nw.inf+files10.txt oemnsvnw.inf
  17. binplace oemnsvnw.inf
  18. !ENDIF