mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 19:26:13 +01:00
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:
parent
be7bee59b6
commit
a55f3fb022
@ -13,6 +13,7 @@ Application CDPlayer :
|
||||
TwoStateDrawButton.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
|
||||
;
|
||||
|
@ -6,6 +6,6 @@ UsePublicHeaders locale ;
|
||||
|
||||
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 ;
|
||||
|
@ -24,5 +24,5 @@ SharedLibrary libbluetooth.so :
|
||||
#UI
|
||||
PincodeWindow.cpp
|
||||
ConnectionIncoming.cpp
|
||||
: be
|
||||
: be $(TARGET_LIBSTDC++)
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user