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
This commit is contained in:
Phil Greenway 2003-02-20 03:40:51 +00:00
parent be9a82893a
commit 81a3f1195a

13
src/prefs/codycam/Jamfile Normal file
View File

@ -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;