From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: make files Date: Mon, 03 Apr 2000 23:26:05 +0400 Organization: MTU-Intel ISP Lines: 23 Message-ID: <38E8F04D.C47402@mtu-net.ru> References: <8cao98$sr9$1 AT zingo DOT tninet DOT se> NNTP-Posting-Host: ppp104-37.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 954790132 2306 212.188.104.37 (3 Apr 2000 19:28:52 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 3 Apr 2000 19:28:52 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 Try to put all your C/C++ and ASM files to the single project under RHIDE. Then use RHIDE option that generates a makefile out of the project file. IMHO this is the most simple solution. Good Luck Alexei A. Frounze ----------------------------------------- Homepage: http://alexfru.chat.ru Mirror: http://members.xoom.com/alexfru Patrik Willbo wrote: > > I have this problem with make files > I'm trying to create a make file with game.cpp and gamefunc.cpp > both of them has to have gamefunc.h game.h and items.h included > how do I write a make file so it will compile it with allegro????? > > Thansk for your help > Sincerely Patrik Willbo