OffByOneStudios / massive-dangerzone

A platform agnostic module management system.
6 stars 1 forks source link

Extend MSVC CL support to aquire vcvarsall variables #36

Closed cgrinker closed 10 years ago

cgrinker commented 10 years ago

Right now MADZ expects the terminal invoking it to have called vcvarsall.bat in order to load visual c++ information. In order to make it orthogonal to invoking clang/mingw MADZ should either be configured to invoke vcvarsall within its own code or manually be configured with all information loaded by vcvarsall. This is most applicable to the visual studio solution, which might invoke an incorrect vcvarsall script.

mason-bially commented 10 years ago

Status of this when using the call syntax?

cgrinker commented 10 years ago

Call Fixed this. Closing.