From d6b6f8bfe1d743e6aae00437be374905e63db587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 1 Feb 2006 17:42:31 +0000 Subject: [PATCH] made codycam beos compatible fixed net libs link git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16191 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/cdplayer/Jamfile | 2 +- src/apps/codycam/Jamfile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/cdplayer/Jamfile b/src/apps/cdplayer/Jamfile index 75a0edd3ee..92173fa92e 100644 --- a/src/apps/cdplayer/Jamfile +++ b/src/apps/cdplayer/Jamfile @@ -12,6 +12,6 @@ Application CDPlayer : TrackMenu.cpp TwoStateDrawButton.cpp - : be net netapi translation textencoding + : be $(SELECT_UNAME_ETC_LIB) $(NETAPI_LIB) translation textencoding : CDPlayer.rdef ; diff --git a/src/apps/codycam/Jamfile b/src/apps/codycam/Jamfile index 945e757e73..35ab734571 100644 --- a/src/apps/codycam/Jamfile +++ b/src/apps/codycam/Jamfile @@ -1,6 +1,6 @@ SubDir HAIKU_TOP src apps codycam ; -AddResources CodyCam : CodyCam.rdef ; +SetSubDirSupportedPlatformsBeOSCompatible ; Application CodyCam : CodyCam.cpp @@ -8,6 +8,7 @@ Application CodyCam : Settings.cpp SettingsHandler.cpp VideoConsumer.cpp + : be media translation $(NETAPI_LIB) $(TARGET_LIBSTDC++) + : CodyCam.rdef ; -LinkAgainst CodyCam : be media translation netapi $(TARGET_LIBSTDC++) ;