Thread overview
static lib
Nov 27, 2003
Riccardo Cohen
Nov 28, 2003
arjan
Nov 28, 2003
Riccardo Cohen
November 27, 2003
Hi,
Is it possible to have a little help about that please ?
Thanks

-------- Original Message --------
Subject: making static lib
Date: Fri, 21 Nov 2003 10:47:47 +0100
From: Riccardo Cohen <rcohen@articque.com>
Organization: articque
Newsgroups: c++.idde

Hi
How can I change the name of the library built ? I could not find the field (disabled when static lib)
Thanks



-- 
Riccardo Cohen

Articque
Les Roches
37230 Fondettes
France
web = http://www.articque.com
tel: +33 02 47 49 90 49
fax: +33 02 47 49 91 49

November 28, 2003
By default the lib is named after the project. Iaw when your project file is named 'lib_001.prj' the lib name will be 'lib_001.lib'.

AFAIK There is no "name" field in the idde to override this behaviour.

To override this behaviour you could use the external make command in the "Project Setting" "Build" tab.

You could use the IDDE generated make file and only change this line:
-ren $(TARGETDIR)\$$SCW$$.$(PROJTYPE) $(PROJ).$(PROJTYPE)
or change the $(PROJ) in this line to something else.

The IDDE generated makefile could be used with smake.exe so the the "Make command line" would be something like: "<path to compiler bin dir>\smake.exe -f f <projectmakefile>.mak

Hope this helps
Arjan

In article <bq55qs$16e9$1@digitaldaemon.com>, Riccardo Cohen says...
>
>Hi,
>Is it possible to have a little help about that please ?
>Thanks
>
>-------- Original Message --------
>Subject: making static lib
>Date: Fri, 21 Nov 2003 10:47:47 +0100
>Wrom: IBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWT
>Organization: articque
>Newsgroups: c++.idde
>
>Hi
>How can I change the name of the library built ? I could not find the field (disabled when static lib)
>Thanks
>
>
>
>-- 
>Riccardo Cohen
>
>Articque
>Les Roches
>37230 Fondettes
>France
>web = http://www.articque.com
>tel: +33 02 47 49 90 49
>fax: +33 02 47 49 91 49
>


November 28, 2003
Thanks a lot

arjan@someplace.on.earth wrote:
> By default the lib is named after the project. Iaw when your project file is
> named 'lib_001.prj' the lib name will be 'lib_001.lib'.
> 
> AFAIK There is no "name" field in the idde to override this behaviour.
> 
> To override this behaviour you could use the external make command in the
> "Project Setting" "Build" tab.
> 
> You could use the IDDE generated make file and only change this line:
> -ren $(TARGETDIR)\$$SCW$$.$(PROJTYPE) $(PROJ).$(PROJTYPE)
> or change the $(PROJ) in this line to something else.
> 
> The IDDE generated makefile could be used with smake.exe so the the "Make
> command line" would be something like: "<path to compiler bin dir>\smake.exe -f
> f <projectmakefile>.mak
> 
> Hope this helps
> Arjan
> 
> In article <bq55qs$16e9$1@digitaldaemon.com>, Riccardo Cohen says...
> 
>>Hi,
>>Is it possible to have a little help about that please ?
>>Thanks
>>
>>-------- Original Message --------
>>Subject: making static lib
>>Date: Fri, 21 Nov 2003 10:47:47 +0100
>>Wrom: IBGDADRZFSQHYUCDDJBLVLMHAALPTCXLYRWT
>>Organization: articque
>>Newsgroups: c++.idde
>>
>>Hi
>>How can I change the name of the library built ? I could not find the field (disabled when static lib)
>>Thanks
>>
>>
>>
>>-- 
>>Riccardo Cohen
>>
>>Articque
>>Les Roches
>>37230 Fondettes
>>France
>>web = http://www.articque.com
>>tel: +33 02 47 49 90 49
>>fax: +33 02 47 49 91 49
>>
> 
> 
> 

-- 
Riccardo Cohen

Articque
Les Roches
37230 Fondettes
France
web = http://www.articque.com
tel: +33 02 47 49 90 49
fax: +33 02 47 49 91 49