lexxmark / winflexbison

Main winflexbision repository
GNU General Public License v3.0
403 stars 117 forks source link

Could this project build with gcc #81

Closed lili2012 closed 2 years ago

lili2012 commented 2 years ago

I saw if(NOT MSVC) message( FATAL_ERROR "Visual Studio Build supported only" ) endif() in CMakeLists.txt. Is this project Windows only?

GitMensch commented 2 years ago

It is named winflexbison so I assume it is. Flex and Bison are well portable to other environments already so there seems to be no point in targeting other environments here - but I'd prefer if other free compilers are supported here, too.

lili2012 commented 2 years ago

I see. Thanks!