R
rcgldrc
Guest
I have Visual Studio projects that only include assembly source files and use ML.EXE (32 bit) or ML64.EXE (64 bit). If using Visual Studio with a C or C++ source file, a static build can be specified using the /MT switch (it's an option on the C or C++ source file code generation property). I'm unable to find the equivalent for an assembly only project. Is there an option equivalent to C or C++ compiler /MT switch that I can use with ML.EXE or ML64.EXE ?
Continue reading...
Continue reading...