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.

19 lines
609 B

  1. #---------------------------------------------------------
  2. # Copyright (c) 1999-2000 Microsoft Corporation
  3. #
  4. # makefile.inc
  5. #
  6. # vikram K.R.C. (vikram_krc@bigfoot.com)
  7. #
  8. #----------------------------------------------------------------------------------
  9. # If you have flex and bison installed on your machine, and you want to modify
  10. # the grammar, uncomment the following lines.
  11. #---------------------------------------------------------------------------------
  12. #tnadminy.c:tnadmin.y telnet.h
  13. # bison -dv tnadmin.y -o tnadminy.c
  14. #tnadminl.c:tnadmin.l telnet.h
  15. # flex -otnadminl.c -i tnadmin.l