Date: Mon, 13 Sep 1999 13:53:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Justin Blackwell cc: djgpp AT delorie DOT com Subject: Re: Make files and other problems ;) In-Reply-To: <7rgbdu$jg9$1@news4.svr.pol.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 12 Sep 1999, Justin Blackwell wrote: > Firstly, where can i find some good information about creating > makefiles. I suggest the Make manual. Type "info make makefiles" from the DOS prompt and read there. > Secondly, can someone tell me about the #pragma directive and > what it can do under djgpp. The GNU project dislikes #pragma's, so it is not used for anything important. Perhaps if you asked specific questions about what features do you expect to be available with #pragma's, you could get replies about how to achieve the same effect with GCC.