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
24 lines
608 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 2000
|
|
|
|
Module Name:
|
|
|
|
makefile.inc.
|
|
|
|
!ENDIF
|
|
|
|
lex.cxx: parser.l parser.y flexcpp.h flexcpp.skl
|
|
-attrib -r lex.cxx 2>nul
|
|
-del lex.cxx 2>nul
|
|
flex -Sflexcpp.skl -+ -B -L -olex.cxx parser.l
|
|
|
|
trparse.cxx parser.h: parser.y
|
|
kbyacc -f triplish -d -l -b parser -p trip -c CTripYYBase "(IColumnMapper & ColumnMapper, LCID & locale, YYLEXER & yylex)" parser.y
|
|
attrib -r trparse.cxx 2>nul
|
|
attrib -r parser.h 2>nul
|
|
-del trparse.cxx
|
|
-del parser.h
|
|
-ren parser.tab.c trparse.cxx
|
|
-ren parser.tab.h parser.h
|
|
|