made codycam beos compatible
fixed net libs link git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16191 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,6 +12,6 @@ Application CDPlayer :
|
|||||||
TrackMenu.cpp
|
TrackMenu.cpp
|
||||||
TwoStateDrawButton.cpp
|
TwoStateDrawButton.cpp
|
||||||
|
|
||||||
: be net netapi translation textencoding
|
: be $(SELECT_UNAME_ETC_LIB) $(NETAPI_LIB) translation textencoding
|
||||||
: CDPlayer.rdef
|
: CDPlayer.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SubDir HAIKU_TOP src apps codycam ;
|
SubDir HAIKU_TOP src apps codycam ;
|
||||||
|
|
||||||
AddResources CodyCam : CodyCam.rdef ;
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|
||||||
Application CodyCam :
|
Application CodyCam :
|
||||||
CodyCam.cpp
|
CodyCam.cpp
|
||||||
@@ -8,6 +8,7 @@ Application CodyCam :
|
|||||||
Settings.cpp
|
Settings.cpp
|
||||||
SettingsHandler.cpp
|
SettingsHandler.cpp
|
||||||
VideoConsumer.cpp
|
VideoConsumer.cpp
|
||||||
|
: be media translation $(NETAPI_LIB) $(TARGET_LIBSTDC++)
|
||||||
|
: CodyCam.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
LinkAgainst CodyCam : be media translation netapi $(TARGET_LIBSTDC++) ;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user