delorie.com/archives/browse.cgi | search |
From: | "Alexei A. Frounze" <alex DOT fru AT mtu-net DOT ru> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: makefile |
Date: | Sun, 09 Apr 2000 20:57:29 +0400 |
Organization: | MTU-Intel ISP |
Lines: | 27 |
Message-ID: | <38F0B679.B27F6AA3@mtu-net.ru> |
References: | <s71I4.12862$2D6 DOT 284855 AT news20 DOT bellglobal DOT com> |
NNTP-Posting-Host: | ppp105-11.dialup.mtu-net.ru |
Mime-Version: | 1.0 |
X-Trace: | gavrilo.mtu.ru 955306200 72007 212.188.105.11 (9 Apr 2000 18:50:00 GMT) |
X-Complaints-To: | usenet-abuse AT mtu DOT ru |
NNTP-Posting-Date: | 9 Apr 2000 18:50:00 GMT |
X-Mailer: | Mozilla 4.61 [en] (Win95; I) |
X-Accept-Language: | en,ru |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |