(LOL the project starts to look more like vox player - testing, testing, testing and barely any new features)
Looks like my current workflow is following:
- Case when a repo is clean:
- Add compiler to the env by calling
... vcvarsall
- Call
bf --ide qtcreator
- Enjoy my IDE
- Case when repo already used and I need to update IDE project
- Add compiler to the env by calling
... vcvarsall
- Call
bf --ide qtcreator
- Enjoy my IDE
I wonder if it makes sense to make second step kinda as following:
Or is it better just to fix #136 instead? Not really sure atm.
(LOL the project starts to look more like vox player - testing, testing, testing and barely any new features)
Looks like my current workflow is following:
... vcvarsallbf --ide qtcreator... vcvarsallbf --ide qtcreatorI wonder if it makes sense to make second step kinda as following:
bf, let it figure out that IDE project is present, update IDE project automaticallyOr is it better just to fix #136 instead? Not really sure atm.