From jan@swi.psy.uva.nl Wed Dec 19 11:44:54 2001
Received: from gollem.swi.psy.uva.nl (root@gollem.swi.psy.uva.nl [145.18.152.30])
	by swi.psy.uva.nl (8.11.6/8.11.2) with ESMTP id fBJAis500080;
	Wed, 19 Dec 2001 11:44:54 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id fBJAisx32226;
	Wed, 19 Dec 2001 11:44:54 +0100
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: <stepheng@australia.edu>, "Stephen Gilmour" <stepheng@australia.edu>,
   "SWI Prolog ML" <prolog@swi.psy.uva.nl>
Subject: Re: [SWIPL] Icons
Date: Wed, 19 Dec 2001 11:42:22 +0100
X-Mailer: KMail [version 1.0.29.2]
Content-Type: text/plain
References: <KGEJIKMCOEAJFDOPBPGAMEDDCBAA.stepheng@australia.edu>
In-Reply-To: <KGEJIKMCOEAJFDOPBPGAMEDDCBAA.stepheng@australia.edu>
MIME-Version: 1.0
Message-Id: <01121911445401.31493@gollem>
Content-Transfer-Encoding: 8bit

On Wed, 19 Dec 2001, Stephen Gilmour wrote:
>I've written a program in Visual C++ which contains an embedded prolog
>application in it.  My problem is that because the final executable is
>linked together using plld, I can't give the file an icon.  I was just
>wondering if there is an option for plld to do this or if anyone knows of
>another way to do so.

You can pass arbitrary options to the linker (linke.exe) using

plld -ld-options,opt1,opt2,...

	--- Jan

