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.

25 lines
782 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 2000
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. mssqllex.cpp: ms-sql.l ms-sql.y flexcpp.h flexcpp.skl mssqltab.h
  7. @ech Build_Status Generating mssqllex.cpp... ;
  8. -attrib -r mssqllex.cpp 2>nul
  9. -del mssqllex.cpp 2>nul
  10. flex -Sflexcpp.skl -i -+ -B -L -omssqllex.cpp ms-sql.l
  11. mssqltab.cpp mssqltab.h: ms-sql.y
  12. @ech Build_Status Generating mssqltab.cpp... ;
  13. kbyacc -f sql -d -l -b ms-sql -c CYYBase "(CImpIParserSession* pParserSession, CImpIParserTreeProperties* pParserTreeProperties, YYLEXER & yylex)" ms-sql.y
  14. -attrib -r mssqltab.cpp 2>nul
  15. -attrib -r mssqltab.h 2>nul
  16. -del mssqltab.cpp
  17. -del mssqltab.h
  18. -ren ms-sql.tab.c mssqltab.cpp
  19. -ren ms-sql.tab.h mssqltab.h