]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/CodeTools/Source/Pccts/antlr/README
More renames for Tool Packages
[mirror_edk2.git] / Tools / CodeTools / Source / Pccts / antlr / README
CommitLineData
878ddf1f 1 ANTLR 1.33\r
2\r
3This directory contains the files necessary to build ANTLR.\r
4\r
5If you do a "make scrub", ANTLR will have to run on antlr.g and DLG\r
6will have to run on parser.dlg. Either\r
7\r
8(1) ANTLR uses the previous antlr in that directory to rebuild itself\r
9(2) Needs to find antlr on the search path\r
10\r
11You will find that running "antlr -gh antlr.g" will result in about\r
1210 ambiguity warnings. These are normal. Don't worry.\r
13\r
14If you do a "make clean" right after installation, ANTLR and DLG should\r
15not need to run; only the C files will compile.\r
16\r
17Don't forget to go into the makefile to uncomment the appropriate\r
18definitions for your OS/architecture/compiler or see the appropriate\r
19NOTES.?? file.\r