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.

40 lines
987 B

  1. # Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #
  3. # For daytona, this file is designed to be included from 3 levels below
  4. # ie, dayona\$(LANGUAGE)inf\srv, or daytona\$(LANGUAGE)inf\wks
  5. #
  6. # Note: NEC98 builds go through this file twice, the second time
  7. # with "ALT_PROJECT"=="NEC_98". These latter produce a subset
  8. # of binaries which are only used on NEC98 machines.
  9. #
  10. STAMP=stampinf -f $@
  11. !IFNDEF LANGUAGE
  12. LANGUAGE=usa
  13. !ENDIF
  14. _LNG=..\..\$(LANGUAGE)
  15. _INX=..\..
  16. _INF=obj\$(TARGET_DIRECTORY)
  17. make_infs:$(_INF)\fsvga.inf \
  18. $(_INF)\fsvgaadd.inf \
  19. $(_INF)\fsvgadel.inf
  20. $(_INF)\fsvga.inf: $(_INX)\fsvga.inx $(_LNG)\fsvga.txt
  21. copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
  22. $(STAMP)
  23. $(BINPLACE_CMD)
  24. $(_INF)\fsvgaadd.inf: $(_INX)\fsvgaadd.inf
  25. copy $(_INX)\$(@B).inf $@
  26. $(STAMP)
  27. $(BINPLACE_CMD)
  28. $(_INF)\fsvgadel.inf: $(_INX)\fsvgadel.inf
  29. copy $(_INX)\$(@B).inf $@
  30. $(STAMP)
  31. $(BINPLACE_CMD)