Ticket #4003: jamfiles.diff
File jamfiles.diff, 1.2 KB (added by , 15 years ago) |
---|
-
src/apps/cdplayer/Jamfile
13 13 TwoStateDrawButton.cpp 14 14 VolumeSlider.cpp 15 15 16 : be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) translation textencoding 16 : be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++) 17 translation textencoding 17 18 : CDPlayer.rdef 18 19 ; -
src/bin/locale/Jamfile
6 6 7 7 BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp : be liblocale.so ; 8 8 9 BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so ;9 BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so $(TARGET_LIBSTDC++) ; 10 10 11 11 BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so ; -
src/kits/bluetooth/Jamfile
24 24 #UI 25 25 PincodeWindow.cpp 26 26 ConnectionIncoming.cpp 27 : be 27 : be $(TARGET_LIBSTDC++) 28 28 ;