j_mie6
Deity
After doing a lot of DLL modding with Civ4 I grew very attached to the ability to quickly compile if I made a small change in a cpp file. I have since discovered that we get no such luxury with the Civ5 DLL and are forced to recompile the entire thing every time we make a change. Is it possible to switch the Civ5 DLL to use a Makefile instead (and therefore act the same way as the Civ4 DLL), or is it not feasible. Is anybody working on this, or if not, give me any pointers on how I might be able to do it myself (ie what compiler flags, compiler, dependencies etc we would need to use)?