Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » changing suffixes for ArchiveGoal and archives
changing suffixes for ArchiveGoal and archives [message #519635] Tue, 09 March 2010 14:46 Go to next message
Patrick Geremia is currently offline Patrick GeremiaFriend
Messages: 79
Registered: July 2009
Member
I tried to change the suffix of an archive and associated archive goal but so far w/o sucess. The following code does not seem to have any effect:

from package.bld
var lib = pkg.addLibrary(name, build.targets[target], libAttrs);
lib.attrs.suffix = ".lib"; <----- NO EFFECT
lib.attrs.incs = incs;
lib.attrs.copts = copts;
....
var obj = new build.targets[target].ArchiveGoal; <---- NO EFFECT


Am I missing something?
Re: changing suffixes for ArchiveGoal and archives [message #519793 is a reply to message #519635] Wed, 10 March 2010 01:00 Go to previous message
Sasha Slijepcevic is currently offline Sasha SlijepcevicFriend
Messages: 115
Registered: July 2009
Senior Member
Patrick,
that seems to be a bug. Try using an alternative functionality:
var lib = pkg.addLibrary(name, build.targets[target], {suffix: ".lib"});

[Updated on: Wed, 10 March 2010 01:00]

Report message to a moderator

Previous Topic:Inheriting an enum from a RTSC interface
Next Topic:crash when using the CDOC reference help system
Goto Forum:
  


Current Time: Thu Apr 25 06:55:52 GMT 2024

Powered by FUDForum. Page generated in 0.02721 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top