Re: MSVC and C++
Daniel KochmaĆski <[email protected]> Sat, 06 Apr 2024 07:39:16 +0000
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <aU3qPO2dqQHY60nCYKqOL4jwWM77tc1lzDMNMmWA8fmBwNOB_mG2b4tsJdV1u6bh3xlugnMIMNu5sUf4tUeL-23qpJiJ-bGWRgzt42w4fco=@turtleware.eu> |
Hey Dave, technically there shouldn't be any issue with the compilation. That said *I think* that cl.exe picks the compiler mode based on the file extension, and as you will see in msvc/c/Makefile, dpp compiles .d files to= .c. ECL (as the source code) can run with C++ core and C++ compilers but for Wi= ndows appropriate Makefile *doesn't seem* to cater to that. Best regards, Daniel -- Daniel Kochma=C5=84ski ;; aka jackdaniel | Przemy=C5=9Bl, Poland TurtleWare - Daniel Kochma=C5=84ski=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | www.tur= tleware.eu "Be the change that you wish to see in the world." - Mahatma Gandhi On Friday, April 5th, 2024 at 8:59 PM, [email protected] <[email protected]> = wrote: > Is it possible to perform C++ builds of ECL on Windows/MSVC? > Thanks, > Dave