7 messages in com.perforce.jamming[jamming] NEWBIE:directory dependencies?
FromSent OnAttachments
Roar...@Stac.com10 Aug 1999 12:28 
Scot...@pe-i.com10 Aug 1999 14:26 
Dian...@whistle.com10 Aug 1999 15:46 
Roar...@Stac.com10 Aug 1999 18:45 
Dann...@ishiboo.com10 Aug 1999 20:53 
Dian...@whistle.com10 Aug 1999 23:24 
Dian...@whistle.com10 Aug 1999 23:33 
Subject:[jamming] NEWBIE:directory dependencies?
From:Roar...@Stac.com (Roar@Stac.com)
Date:08/10/1999 06:45:58 PM
List:com.perforce.jamming

Thanks that worked, I understood all but, can you explain the: LINKFLAGS on RunMe = -L $(TOP)/shared ; Below...

<snip...> BTW: I've gotten rid of things that aren't relevant to this particular thing, like the header stuff -- oh, and I've used the -L flag to point to where s.a lives (I didn't bother to make it libs.a...I was feeling lazy :)

<snip...> # Jamfile for test

# Note: Put this first so SubDir will still get set correctly if ! $(S_INCLUDED) { SubInclude TOP shared ; }

SubDir TOP test ;

Main RunMe : main.c ; LINKFLAGS on RunMe = -L $(TOP)/shared ; LinkLibraries RunMe : s ;

<snip...>