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
- Host: GitHub
- URL: https://github.com/johnwbyrd/brakefile
- Owner: johnwbyrd
- License: mit
- Created: 2019-08-30T01:40:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T02:02:22.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T04:42:34.972Z (5 months ago)
- Language: Python
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
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.org2. 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.