Ticket #6058: Jamfile

File Jamfile, 226 bytes (added by Karvjorm, 14 years ago)

A new Jamfile for src/bin/filepanel directory

Line 
1SubDir HAIKU_TOP src bin ;
2
3SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin filepanel ] ;
4
5UsePublicHeaders locale ;
6UsePrivateHeaders locale shared ;
7
8BinCommand filepanel : filepanel.cpp
9 : be locale $(TARGET_LIBSUPC++) ;