- Compile or convert simple
.vcxproj(Visual C++ project) files without MSBuild. - Stay within the comforts of Visual Studio without others needing it! Which also means...
- Use on other platforms: If the code written for cross-platform, no CMake, Visual Studio, or even ezcompile (!) will be needed.
This is made possible by [unfinished, barebones] emulation of MSBuild, completely from scratch.
ezcompile [-script] [-cpp] <vcxproj file> [-sln <sln file>]
| Flag | Description |
|---|---|
| -script | Instead of compiling, output an ezcompile.cpp file and bash script to clang it |
| -cpp | Compile using C++ driver (ex: uses clang++ instead of clang) |
| -sln | Provide the .sln file for .vcxproj files that require it |
- Own clang
- Double-click
clang.shinscriptfolder
- Own clang and ezcompile
ezcompile ezcompile.vcxproj
Yeah.. I like clang
(More default compiler support will be added)