From a76327e225e2e9eab6dbf94bce91ea3a535130f8 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Fri, 20 Dec 2019 06:06:41 -0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e4c9b4c5..3c8330cb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Download code from [public releases](https://github.com/vczh-libraries/Release/r - **ParserGen.exe** General LR parser to C++ code generator - **GacBuild.ps1** Do everything for you if you don't want to understand build steps. This one builds multiple resource xml files at the same time. Read the comment for more information. - **GacClear.ps1** Force `GacBuild.ps1` rebuilding all resource xml files for the next time. - - **GacGen.ps1** Do everything for you if you don't want to understand build steps. This script builds one resource xml. - **Tutorial** Sample code - **Lib** Static library projects for all tutorials - **GacUI_HelloWorlds** Different ways to create a GacUI hello world project