mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
e3145a8d8d
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23317 a95241bf-73f2-0310-859d-f6bbb57e9c96
18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
SubDir HAIKU_TOP src apps codycam ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
Application CodyCam :
|
|
CodyCam.cpp
|
|
FileUploadClient.cpp
|
|
SpawningUploadClient.cpp
|
|
FtpClient.cpp
|
|
SftpClient.cpp
|
|
Settings.cpp
|
|
SettingsHandler.cpp
|
|
VideoConsumer.cpp
|
|
: be media translation $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
|
|
: CodyCam.rdef
|
|
;
|
|
|