mifki / df-twbt

Text Will Be Text
187 stars 30 forks source link

Build twbt as an ordinary DFHack plugin (using CMake) #62

Closed BenLubar closed 4 years ago

BenLubar commented 7 years ago

Replaces #61 (making PR against next instead of master).

BenLubar commented 7 years ago

(continuing discussion from #61)

@pronvit do you need the Makefile/.vcxproj for local development? Building DFHack using CMake generates one for each plugin, so you can use that. If it's for the build server, it should be pretty easy to make it run CMake as long as you can run arbitrary commands.

pronvit commented 7 years ago

That's overcomplicated. I'm happy with a simple makefile, thank you.