xref: /haiku/src/apps/pairs/Jamfile (revision fc1ca2da5cfcb00ffdf791606d5ae97fdd58a638)
1SubDir HAIKU_TOP src apps pairs ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders shared ;
6
7Application Pairs :
8	Pairs.cpp
9	PairsWindow.cpp
10	PairsView.cpp
11	PairsTopButton.cpp
12
13	: be $(TARGET_LIBSTDC++)
14	: Pairs.rdef
15	;
16