On Mon, Dec 17, 2012 at 3:07 AM, Peter Rosin <p...@lysator.liu.se> wrote: > Hi Rheinländer! > > On 2012-12-17 01:41, Rheinländer wrote: >> Hi, >> >> here is a suggestion how to make MSVC (cl.exe) recognize the standard >> extension for assembly code in C projects: Just add the compiler >> switch /Tc before the file inquestion, or use /TC toforce all files >> mentioned on the command line to be treated as C code. > > Interesting! This may not work under MASM64 since inline ASM is not supported on x64.
Jeff