kr3nshaw / caesar

A tool that extracts the contents of Citrus Sound Archives
GNU General Public License v3.0
55 stars 5 forks source link

Add generic mkdir and chdir functions #3

Closed oreo639 closed 4 years ago

oreo639 commented 4 years ago

The linux build broke due to the windows version of a chdir being updated and the linux version not being updated, this fixes this issue by creating the Common::Chdir and Common::Mkdir functions.

This also deletes vcruntime150_1.dll as I don't think this should be included in the repo and afaik shouldn't even be needed due to the appvector config using a newer version of msvc now.

Please test this though, and if you want me to change something or revert a change, let me know.