diff options
author | crupest <crupest@outlook.com> | 2019-03-21 21:49:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-21 21:49:44 +0800 |
commit | 69e1b6121be30ccecb5ccb48311a28b6842730e0 (patch) | |
tree | 8e962c47f73693509499e6e92fcf92aaac3a2342 /README.md | |
parent | fdbb02b2cbdd4e4069005d0535a343229f7c4d32 (diff) | |
download | cru-69e1b6121be30ccecb5ccb48311a28b6842730e0.tar.gz cru-69e1b6121be30ccecb5ccb48311a28b6842730e0.tar.bz2 cru-69e1b6121be30ccecb5ccb48311a28b6842730e0.zip |
Delete some files.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -12,22 +12,14 @@ Please using VS2017 open the `CruUI.sln` file in the root directory. ## structure of repository -- `CruUI.sln` is *Visual Studio* solution file of the repository which including two vc++ projects. +- `CruUI.sln` is *Visual Studio* solution file of the repository. - `CruUI.vcxproj` is a *Visual Studio* vc++ project file that includes the main code in `src/`. - - `CruUI-Generate/CruUI-Generate.vcxproj` is a *Visual Studio* vc++ project file that includes a header and a source generated from tools(see below). It is a project used to test that generated codes work well. - - `src/` contains the main codes including headers and sources. - `tools/` contains some codes of tools like code generators. - `tools/cppmerge` contains a *python* script program that merges all cpp headers and sources into one **single** header and source. -- `scripts/` contains some useful scripts. - - - `scripts/merge.py` is a *python* script that invoke the *cppmerge* tool to merge code in `src\` to `CruUI-Generate\cru_ui.h` and `CruUI-Generate\cru_ui.cpp`. - -- `CruUI-Generate/` contains codes and project file that used to test merged codes. - - `snippets/` contains useful snippets file for *Visual Studio*, you can import it. |