OutpostUniverse / OP2Archive

Console Application for examining, creating, and extracting files from Outpost 2 .vol and .clm archives.
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:op2archive
MIT License
1 stars 0 forks source link

Add Linux makefile #7

Closed DanRStevens closed 6 years ago

DanRStevens commented 6 years ago

This is copied from the OP2Utility project, with minor modifications: Compiler output file changed to: op2archive Compiler output is executable file rather than library Include folder added for OP2Utility Library added: stdc++fs

This closes #5.

Brett208 commented 6 years ago

Thanks for adding the Makefile. Let me know how it goes.

DanRStevens commented 6 years ago

I was able to successfully produce an executable on Linux using native compilers (including updates and fixes from previous open branches)

Brett208 commented 6 years ago

Good news. Cross platform archives are now in service!

I'm going to spend some time cleaning the code and then I'll update OP2MapImager's version of OP2Utility.