As I said I would:

1. Deleted headers/shared/
2. Added a Jamfile to src/shared to build it into a static library libshared.a.
3. Removed my changes in the build/jam directory.
4. Have ShowImage include libshared.a.

I forgot to add AboutWindow.h to headers/private/shared. I will do that next.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21402 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2007-06-13 02:35:29 +00:00
parent 1b842f776a
commit 2660d61ad6
6 changed files with 5 additions and 52 deletions
-11
View File
@@ -250,14 +250,3 @@ actions CopySetHaikuRevision1
$(2[2]) $(1) ${revision}
}
rule UseSharedSource
{
UseSharedHeaders ;
for file in $(1) {
local gristed_file = [ FGristFiles $(file) ] ;
SEARCH on $(gristed_file) = [ FDirName $(HAIKU_TOP) src shared ] ;
LOCATE on $(gristed_file) = [ FDirName $(HAIKU_TOP) src shared ] ;
SEARCH_SOURCE on $(gristed_file) = [ FDirName $(HAIKU_TOP) src shared ] ;
}
}