wc-duck / datalibrary

Open Source Data Library for data serialization.
Other
42 stars 8 forks source link

Remove hacks around msvc and it's different versions #85

Open wc-duck opened 6 years ago

wc-duck commented 6 years ago

There is some hacks around msvc to be able to build with different versions from the same session. This is not used for much except autobuilders where other solutions could be used (image: on appveyor).

Remove the hacks and use cl found in path and by that simplify build scripts!

wc-duck commented 5 years ago

I still need to verify that it builds with the correct compiler-settings on appveyor!