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.

24 lines
608 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 2000
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. lex.cxx: parser.l parser.y flexcpp.h flexcpp.skl
  7. -attrib -r lex.cxx 2>nul
  8. -del lex.cxx 2>nul
  9. flex -Sflexcpp.skl -+ -B -L -olex.cxx parser.l
  10. trparse.cxx parser.h: parser.y
  11. kbyacc -f triplish -d -l -b parser -p trip -c CTripYYBase "(IColumnMapper & ColumnMapper, LCID & locale, YYLEXER & yylex)" parser.y
  12. attrib -r trparse.cxx 2>nul
  13. attrib -r parser.h 2>nul
  14. -del trparse.cxx
  15. -del parser.h
  16. -ren parser.tab.c trparse.cxx
  17. -ren parser.tab.h parser.h