Re: [Dev-C++] Generating project file from an existing makefile
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: St0fF 6. <st...@gm...> - 2001-09-21 09:10:56
|
Hi ! Would be very interesting to know about that automatic makefile generating. I'm really (I MEAN THAT!) a newbie to C++. All I did before was Commodore 64 / 6510-Assembler Coding, starting with small convertion tools, to extremely large music editors (I made AcidTracker), and finally coding Demos. So you see I'm not new to the matter of programming, but I don't know shit'bout makefiles. So spread your word! Cheers, St0fF ----- Original Message ----- From: "Luigi Santillo" <gi...@li...> To: <dev...@li...> Sent: Friday, September 21, 2001 5:46 AM Subject: Re: [Dev-C++] Generating project file from an existing makefile > At 10.33 20/09/01 -0500, you wrote: > >... > >Previously, I've built everything from Makefiles that I put together by > >hand, and I'm not really looking forward to recreating all of that work > >as bloodshed project files. Is there any way to read in a makefile (gnu > >make) and have the IDE create the project file for me? > > You mean: is there anyway to convert a makefile into a project file? > Well, I don't think so. > > But why would you need to do so, can't you keep managing your old projects > using makefiles? > Besides, keep in mihd that a Dev-IDE project instructs the compiler > to "always complile everything", which is not what one usually wants. > > If you are tired of putting together makefiles by hand, I have a way to > generate them automatically (I don't mean the facility provided by Dev-IDE, > because that is a tool that converts a Dev-IDE project file into a > makefile, of course of the type "always compile everything"): let me know > if you are interested. > > -- > gisan > gi...@li... > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users |