Patch by Joe Prostko: Add linking to libstdc++ in some places, which is
necessary when compiling the code for example with -O1 or with the upcomming GCC 4.4. Thanks a lot! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,6 +13,7 @@ Application CDPlayer :
|
|||||||
TwoStateDrawButton.cpp
|
TwoStateDrawButton.cpp
|
||||||
VolumeSlider.cpp
|
VolumeSlider.cpp
|
||||||
|
|
||||||
: be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) translation textencoding
|
: be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
|
||||||
|
translation textencoding
|
||||||
: CDPlayer.rdef
|
: CDPlayer.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ UsePublicHeaders locale ;
|
|||||||
|
|
||||||
BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp : be liblocale.so ;
|
BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp : be liblocale.so ;
|
||||||
|
|
||||||
BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so ;
|
BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so $(TARGET_LIBSTDC++) ;
|
||||||
|
|
||||||
BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so ;
|
BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so ;
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ SharedLibrary libbluetooth.so :
|
|||||||
#UI
|
#UI
|
||||||
PincodeWindow.cpp
|
PincodeWindow.cpp
|
||||||
ConnectionIncoming.cpp
|
ConnectionIncoming.cpp
|
||||||
: be
|
: be $(TARGET_LIBSTDC++)
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user