Building VC++ 2010 apps for Linux over winelib with winemaker

423 Views Asked by At

I am preparing to build a VC++ 2010 DLL over winelib in Linux. I would like to use winemaker to produce the proper makefile from the project's existing .vcxproj file. But winemaker's (rather non-recent) docs refer only to supporting .dsp and .vcproj files, from the earlier VC++ 2008 installations. My question is: Does winemaker in Wine 1.6.2 and later support .vcxproj project files, or am I stuck with converting back to a VC++ 2008 project in order to build this and other such Visual Studio 2010 projects for winelib on Linux?

0

There are 0 best solutions below