hollasch / pathmatch

A directory/filename pattern match utility for the Windows command shell
MIT License
6 stars 3 forks source link

Remove MSVC DLL dependencies #11

Closed hollasch closed 10 years ago

hollasch commented 10 years ago

pathmatch.exe requires the presence of MSVCR120D.DLL and MSVCP120D.DLL. Get rid of these dependencies (probably by statically linking them in).

hollasch commented 10 years ago

Done.