swig / cccl

Unix cc compiler to Microsoft's cl compiler wrapper
GNU General Public License v3.0
123 stars 36 forks source link

-I and -L with space do not work #9

Closed GitMensch closed 2 years ago

GitMensch commented 2 years ago

cccl -I /d/headers is translated to cl.exe -I -D/headers, similar for -L and LIBPATH.

GitMensch commented 2 years ago

Just a note: libtool does not like the space separated -L /path and will complain, I still think this would be useful because GCC understands that.