This is a simple pair of files one can use so that development on Windows is more like Linux.
The command is slightly different .\make.bat all
instead of make all
when you're using powershell,
but overall the effect is the same. Realy the only thing that needs to be edited is the makefile
itself, to fit your project structure and any other libs you may want to include.
Happy hacking!