c++ - how to compile a VC project using g++? -


i have source code of vc++ project. using linux. know how compile single file .cpp not whole project. how compile vc project using g++ ?

a slight advantage of makefiles possible integration autotools (cough - might prove handy starting point feature macros).[2]

there tool part of winemaker exceedingly helpful fixing source tree assuming case insensitive names work on case-sensitive filesystem. (_it intended in order build against winelib not required)

if want keep using windows api's parts of code, can consider compiling winelib (and use winegcc, producing win32 executables; i'm not sure whether want)

[2]: scons nice tool though


Comments