Problem: How to convert a .sln file to a makefile or xcodeproj ?
Manually.
Problems:
- Not easily extendable to another platform
- Changing the project requires you to change all platforms
Project generation tools!
Having a tool that converts 1 file to different solutions.
Using a tool to generate platform specific project files.
| Platform | solution file |
|---|---|
| Windows | .sln, .vcxproj |
| macOS | .xcodeproj |
| Linux | Makefile |
https://github.com/bkaradzic/GENie
Download the GP1 sources: https://goo.gl/j4KGtj
Convert the project so that the .sln is generated by GENie.
