Skip to main content



      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 09:46 Go to next message
Eclipse UserFriend
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] Tue, 09 March 2010 20:00 Go to previous message
Eclipse UserFriend
Patrick,
that seems to be a bug. Try using an alternative functionality:
var lib = pkg.addLibrary(name, build.targets[target], {suffix: ".lib"});

[Updated on: Tue, 09 March 2010 20:00] by Moderator

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


Current Time: Mon Jul 07 13:20:29 EDT 2025

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

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

Back to the top