An open API service indexing awesome lists of open source software.

https://github.com/johnwbyrd/brakefile

A fork of bakefile that actually supports modern versions of Visual Studio
https://github.com/johnwbyrd/brakefile

Last synced: 3 months ago
JSON representation

A fork of bakefile that actually supports modern versions of Visual Studio

Awesome Lists containing this project

README

        

This is an unauthorized fork of Bakefile that supports modern versions of Visual
Studio. It currently supports Visual Studio 2019 and earlier.

This fork of Bakefile can be used to create Visual Studio solutions for any
project that uses .bkl files for building.

Documentation is generated by scripts in the docs/ subdirectory. Up to date
versions are available from http://docs.bakefile.org

2. Building from sources
============================

1. Set up a Python 2.7 environment.

2. Run "easy_install Sphinx pytest clint"

3. Run "python src/tool.py" from the brakefile directory.