[interfacekit] Re: Missing header build problems

06.11.2002 16:06:08, DarkWyrm <bpmagic@xxxxxxxxxxxxxxx> wrote:

I am not a jam expert, but some things in the Jamfile seem to be
wrong:

1) <$(SOURCE_GRIST)> is this required?
2) App uses proto2_test_app, but LinkSharedOSLib uses OBApplication

Jamfile follows

SubDir OBOS_TOP src servers app proto7 testobapp ;

App proto7_test_app :
<$(SOURCE_GRIST)>ClientFontList.cpp
<$(SOURCE_GRIST)>DebugTools.cpp
<$(SOURCE_GRIST)>OBApplication.cpp
<$(SOURCE_GRIST)>OBFont.cpp
<$(SOURCE_GRIST)>OBTestApp.cpp
<$(SOURCE_GRIST)>OBView.cpp
<$(SOURCE_GRIST)>OBWindow.cpp
<$(SOURCE_GRIST)>PortLink.cpp
;
LinkSharedOSLibs OBApplication : be stdc++.r4 ;



Other related posts: