From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16417 invoked by alias); 23 Sep 2002 16:00:15 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 16384 invoked from network); 23 Sep 2002 16:00:13 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 23 Sep 2002 16:00:13 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17tVd1-0004Ru-00 for ; Mon, 23 Sep 2002 18:00:07 +0200 To: gcc-help@gcc.gnu.org X-Injected-Via-Gmane: http://gmane.org/ Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17tVTK-0003r6-00 for ; Mon, 23 Sep 2002 17:50:06 +0200 Path: not-for-mail From: "Alex Vinokur" Subject: Win32 API : *.rc, *.ico, *.dsp files & Makefile Date: Mon, 23 Sep 2002 09:00:00 -0000 Message-ID: NNTP-Posting-Host: pop09-2ras2-p171.barak.net.il X-Trace: main.gmane.org 1032796206 14736 212.150.105.171 (23 Sep 2002 15:50:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2002 15:50:06 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Cc: help-make@gnu.org,mingw-users@lists.sourceforge.net X-SW-Source: 2002-09/txt/msg00161.txt.bz2 =================================================== Windows 2000 MinGW 2.0.0-2 GNU gcc version 3.2 (mingw special 20020817-1) GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. =================================================== I am currently working with theForger's Win32 API Tutorial. (By the way, it is very good Tutorial). I have a problem with compilation if files *.rc, *.ico, *.dsp are used. How do we have to add/use *.rc, *.ico, *.dsp files in GNU Makefile ? Does it have to do with the windres utility ? Thanks in advance, ================== Alex Vinokur mailto:alexvn@go.to http://up.to/alexvn ==================