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:
parent
b2dde401e5
commit
d6b6f8bfe1
@ -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
|
||||
;
|
||||
|
@ -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++) ;
|
||||
|
Loading…
Reference in New Issue
Block a user