Harbour.y

This commit is contained in:
Alexander S.Kresin
1999-06-16 10:24:31 +00:00
parent bf5ef6d500
commit e34fddc458
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
19990616-13:12 Alexander Kresin
updated:
* source\compiler\harbour.y
Added description of /p switch to PrintUsage()
19990616-11:19 Alexander Kresin
updated:
* source\hbpp\hbppmain.c

View File

@@ -1346,6 +1346,7 @@ void PrintUsage( char * szSelf )
"\t/l\t\tsuppress line number information\n"
"\t/n\t\tno implicit starting procedure\n"
"\t/o<path>\tobject file drive and/or path\n"
"\t/p\t\tgenerate pre-processed output ( .ppo ) file\n"
"\t/q\t\tquiet\n"
"\t/s\t\tsyntax check only\n"
"\t/t\t\talternative method of symbol table initialization\n"