xref: /haiku/src/apps/codycam/Jamfile (revision dba5824b7c009d53686c70cd490b0aa7c7ac3ee8)
1*dba5824bSPhil GreenwaySubDir OBOS_TOP src apps codycam ;
2*dba5824bSPhil Greenway
3*dba5824bSPhil GreenwayAddResources CodyCam : codycam.rsrc ;
4*dba5824bSPhil Greenway
5*dba5824bSPhil GreenwayApplication CodyCam :
6*dba5824bSPhil Greenway	CodyCam.cpp
7*dba5824bSPhil Greenway	FTPClient.cpp
8*dba5824bSPhil Greenway	Settings.cpp
9*dba5824bSPhil Greenway	SettingsHandler.cpp
10*dba5824bSPhil Greenway	VideoConsumer.cpp;
11*dba5824bSPhil Greenway
12*dba5824bSPhil GreenwayLinkSharedOSLibs CodyCam : be media translation netapi stdc++.r4;
13*dba5824bSPhil Greenway
14