I have a MingW exported MakeFile ,which compiles great. The MingW project file (.mdsp) wasn’t committed in cvs at all. Is there a way i can import the MakeFile as MingW Project or .mdsp generatore from MakeFile ?
I wanted to use MingW in linux, because of the IDE’s i came around, this seems to so light weight …
I have a MingW exported MakeFile ,which compiles great. The MingW project file (.mdsp)
Share
There was no easy way importing a Makefile to MingW. We have to create a new Project in MingW and then have to manually add files and set include directories in .mdsp file. I used a Shell Script for that, which has some issues. Once i fix it, i’ll Post it here.