From 81a3f1195a8819b0f0073882308e5881da075e9d Mon Sep 17 00:00:00 2001 From: Phil Greenway Date: Thu, 20 Feb 2003 03:40:51 +0000 Subject: [PATCH] Adding the Jamfile. I hope it's correct. This is my first ever jam file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2775 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/prefs/codycam/Jamfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/prefs/codycam/Jamfile diff --git a/src/prefs/codycam/Jamfile b/src/prefs/codycam/Jamfile new file mode 100644 index 0000000000..9c0405d554 --- /dev/null +++ b/src/prefs/codycam/Jamfile @@ -0,0 +1,13 @@ +SubDir OBOS_TOP src prefs codycam ; + +AddResources CodyCam : codycam.rsrc ; + +Preference CodyCam : + CodyCam.cpp + FTPClient.cpp + Settings.cpp + SettingsHandler.cpp + VideoConsumer.cpp; + +LinkSharedOSLibs CodyCam : be media translation netapi stdc++.r4; +