repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git]
/
src
/
apps
/
codycam
/
Jamfile
blob
d3e0eae81961394bc7c75e41152ef15e6a498196
1
SubDir HAIKU_TOP src apps codycam ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders shared ;
6
7
Application CodyCam :
8
CodyCam.cpp
9
FileUploadClient.cpp
10
SpawningUploadClient.cpp
11
FtpClient.cpp
12
SftpClient.cpp
13
Settings.cpp
14
SettingsHandler.cpp
15
VideoConsumer.cpp
16
: be localestub media translation $(TARGET_NETAPI_LIB)
17
[ TargetLibstdc++ ]
18
: CodyCam.rdef
19
;
20
21
DoCatalogs CodyCam :
22
x-vnd.Haiku-CodyCam
23
:
24
CodyCam.cpp
25
FtpClient.cpp
26
Settings.cpp
27
SettingsHandler.cpp
28
SftpClient.cpp
29
VideoConsumer.cpp
30
;