Kanma / MPQExtractor

A command-line tool to extract files from MPQ archives
Other
128 stars 39 forks source link

Updated Stormlib with official repo and patch #4

Closed bradc6 closed 11 years ago

bradc6 commented 11 years ago

+Added the official Stormlib repo @ https://github.com/stormlib/StormLib +Fixed linker flag in CMakeLists.txt for MPQExtractor

Kanma commented 11 years ago

Now that StormLib has an official Github repository, I prefer to use it as a submodule instead of including the complete source code. It will be easier to update, and to share bugfixes too.

Done in commit https://github.com/Kanma/MPQExtractor/commit/041d9296767253a4ba8d871cfe6fea62bc48ce84

bradc6 commented 11 years ago

Yeah that is a better solution, I didn't know git could do that. Gonna implement that in my project :+1: