3 Feb 2009 00:00
SF.net SVN: cel:[3820] cel/trunk/mk/jam/static.jam
Revision: 3820
http://cel.svn.sourceforge.net/cel/?rev=3820&view=rev
Author: res2002
Date: 2009-02-02 23:00:18 +0000 (Mon, 02 Feb 2009)
Log Message:
-----------
Update from CS
Modified Paths:
--------------
cel/trunk/mk/jam/static.jam
Modified: cel/trunk/mk/jam/static.jam
===================================================================
--- cel/trunk/mk/jam/static.jam 2009-02-02 22:49:28 UTC (rev 3819)
+++ cel/trunk/mk/jam/static.jam 2009-02-02 23:00:18 UTC (rev 3820)
<at> <at> -292,8 +292,23 <at> <at>
# Grab flags
for p in $(plugins)
{
- lflags += [ Filter $($(p).LFLAGS) : $(LINKLIBS) $(PLUGIN.LFLAGS) ] ;
+ lflags += [ Filter $($(p).LFLAGS.EXTERNAL) : $(LINKLIBS) $(PLUGIN.LFLAGS) ] ;
libs += $($(p).NEEDLIBS) ;
+
+ local relaydeps = $($(p).RELAYDEPS) ;
+ for relaydep in $(relaydeps)
+ {
+ local libpath ;
+ libpath = [ ConcatDirs
+ [ on $($(STATICPLUGINS.LIBRARY)_TARGET) GetVar SEARCH ]
+ $($(STATICPLUGINS.LIBRARY)_TARGET)
+ ] ;
+ lflags = [ MergeRemovingDups $(lflags) :
+ [ RelayLFlags $($(relaydep).LFLAGS) :
+ $($(p).RELAYLIBS.$(relaydep)) : $(libpath) ] ] ;
+ relayobjs += [ RelayObjs $(target) :
+ $($(p).RELAYLIBS.$(relaydep)) : $(relaydep) ] ;
+ }
}
target_link_with = [ RemoveDupFlags $(libs) ] ;
target_lflags = [ RemoveDups $(lflags) ] ;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
RSS Feed