[haiku-development] Re: Adding RepliShow as demo?

  • From: Matt Madia <mattmadia@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 22 Jun 2010 10:19:10 -0400

On Tue, Jun 22, 2010 at 10:06, Ingo Weinhold <ingo_weinhold@xxxxxx> wrote:
>> SubDir HAIKU_TOP src apps replishow ;
>>
>> Application RepliShow :
>>     RepliApp.cpp
>>     RepliView.cpp
>>     RepliWindow.cpp
>>
>>     : be liblocale.so libtranslation.so $(TARGET_LIBSTDC++)
>>     : RepliShow.rdef
>> ;
>>
>> DoCatalogs RepliShow :
>>     x-vnd.Haiku-RepliShow
>>     :
>>     RepliWindow.cpp
>> ;
>
> And you do include it from the parent directory's Jamfile?

even jamming it directly fails:
  cd src/apps/replishow
  jam -q -sHAIKU_OUTPUT_DIR=/generated/x86gcc2

And looking at the output of `jam -qdd
-sHAIKU_OUTPUT_DIR=/generated/x86gcc2`, it's dependencies look ...
odd.

/haiku-src/haiku-svn/src/apps/replishow> jam -qdd
-sHAIKU_OUTPUT_DIR=/generated/x86gcc2/
Depends "all" : "shell" ;
Depends "shell" : "first" ;
Depends "all" : "files" ;
Depends "files" : "first" ;
Depends "files" : "doc_files" ;
Depends "files" : "keymap_files" ;
Depends "files" : "timezone_files" ;
Depends "all" : "lib" ;
Depends "lib" : "first" ;
Depends "all" : "exe" ;
Depends "exe" : "first" ;
Depends "all" : "obj" ;
Depends "obj" : "first" ;
Depends "all" : "first" ;
/haiku-src/haiku-svn/src/apps/replishow>


--mmadia

Other related posts: