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.

26 lines
600 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for $(UI)\COMMON\XLATE
  3. UI=..\..\..
  4. !include ..\..\rules.mk
  5. all::
  6. @echo BUGBUG NETERR.STR checked in until further notice
  7. # See README file for documentation on this part
  8. neterr.str: $(COMMON)\h\neterr.h sed0.txt sed1.txt
  9. echo ; THIS FILE IS GENERATED AUTOMATICALLY! > $@
  10. echo ; THUS, DO NOT MODIFY IT! >> $@
  11. echo ; See Makefile for specifics. >> $@
  12. $(SED) -f sed0.txt $** | $(SED) -f sed1.txt >> $@
  13. clean:
  14. -del neterr.str
  15. clobber: clean
  16. tree:
  17. depend:
  18. @echo No DEPEND.MK