[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Cons-discuss] bug report for building DLLs on WinNT (Re: cons devel
From: |
Trent Mick |
Subject: |
Re: [Cons-discuss] bug report for building DLLs on WinNT (Re: cons devel 2.1.2 - Released -- Always want more...) |
Date: |
Wed, 20 Sep 2000 12:40:11 -0700 |
On Wed, Sep 20, 2000 at 12:49:51PM -0500, Steven Knight wrote:
> Are you sure that 2.0.2 does the same thing? It didn't have that
> code added.
Pretty sure but not positive. I will try to check that.
> The 2.1.2 way to use Program to build something other than an executable
> program would be to clone an environment with a different SUFEXE
> specified, like this:
>
> $dll_env = $env->clone(SUFEXE => '.dll');
> Program $dll_env 'foo', ...
> Program $dll_env 'bar.dll', ...
Aha. Thank you.
Trent
--
Trent Mick
address@hidden