y2s82 / goblin_camp

Dwarf Fortress clone, revisited
GNU General Public License v3.0
36 stars 12 forks source link

Adding tools to help removing boost #123

Closed y2s82 closed 5 years ago

y2s82 commented 5 years ago

tools/boostrm.sh This is a shell script. It requires two arguments. First argument is the name of the boost object to replace, and the second argument is the necessary STL library to run the object with std:: prefix. This assumes the object name remains consistent between the two libraries.

toos/addlib.sh This should not be used, but it is a backup way to add required library. Added just for posterity of the code and should not be used if the boostrm.sh is used properly.