XProger / OpenLara

Classic Tomb Raider open-source engine
http://xproger.info/projects/OpenLara/
BSD 2-Clause "Simplified" License
4.69k stars 359 forks source link

Add premake5 build script for unix systems #318

Closed izarif closed 3 years ago

izarif commented 3 years ago

With premake5 you can create a correct Makefile, and from that you can generate compile_commands.json (using Bear or compiledb)

izarif commented 3 years ago

I made a small mistake, in the "configurations:Release" filter block "optimize" value should be "Size"

XProger commented 3 years ago

no problem, fix it