auto generate MSVC project files

This commit is contained in:
Chun Kuan Lee
2018-08-26 00:15:51 +08:00
parent 55c18a4530
commit 0b16f679d5
11 changed files with 80 additions and 131 deletions

View File

@@ -47,4 +47,10 @@ The instructions below use vcpkg to install the dependencies.
leveldb:x64-windows-static
```
- Use Python to generate *.vcxproj from Makefile
```
PS >python msvc-autogen.py
```
- Build in Visual Studio.