From: "Robert L." Newsgroups: comp.os.msdos.djgpp References: <38F0B679 DOT B27F6AA3 AT mtu-net DOT ru> Subject: Re: makefile Lines: 35 X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Message-ID: Date: Sun, 09 Apr 2000 20:13:14 GMT NNTP-Posting-Host: 216.209.201.121 X-Trace: news20.bellglobal.com 955311194 216.209.201.121 (Sun, 09 Apr 2000 16:13:14 EDT) NNTP-Posting-Date: Sun, 09 Apr 2000 16:13:14 EDT Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Seem easy, but i have to download RHIDE ... Thanks. Alexei A. Frounze a Êcrit dans le message <38F0B679 DOT B27F6AA3 AT mtu-net DOT ru>... >The most simple way is making it under RHIDE. You simply collect all your C/C++ >and ASM files to the project and then hit "Write Makefile" item in the >"Project" pop-up menu. > >Good Luck >Alexei A. Frounze >----------------------------------------- >Homepage: http://alexfru.chat.ru >Mirror: http://members.xoom.com/alexfru > >"Robert L." wrote: >> >> i want to learn how to make the makefile. >> i have all info, but i don't know how to link obj file. >> >> and if i have 1 cpp file, and i want to link with iostream obj file. >> >> prog.obj : prog.cpp >> gxx -c -o prog.obj prog.cpp >> # link time, how to make it. >> >> I know i don't have to do a makefile with 1 cpp, but if i know how, i can >> make bigger project. >> >> Thanks. > >