Making a VS 2012 project MakeFile for linux

Questions about Wine on Linux
Locked
anirG7
Newbie
Newbie
Posts: 1
Joined: Wed Mar 08, 2017 2:18 pm

Making a VS 2012 project MakeFile for linux

Post by anirG7 »

Hi Everyone,

I have my old school project that I built on windows using VS 2012.
I am trying to build the project on Ubuntu 16 and came across winemaker to help me create a makefile.

I used the command:
/usr/bin/winmaker --lower--uppercase - DSTRICT project directory

I do have multiple .vjproj files in the project and the main .sln file.

But when I run make on the makfile generated, all I get are dependency errors which are not imported from the VS solution.
Is there a correct command that I am missing that scans the .sln file and generate a accurate makefile accordingly ?

Thanks,
anirG7
Locked