Build fix, ShowImage now uses STL classes,

but wasn't specifying libstdc++ in the Jamfile.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39326 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2010-11-06 16:23:44 +00:00
parent 82b3bdd45c
commit 7bab78133d

View File

@ -18,7 +18,8 @@ Application ShowImage :
ShowImageView.cpp
ShowImageWindow.cpp
: libshared.a
be tracker translation $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
be tracker translation $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSTDC++)
$(TARGET_LIBSUPC++)
: ShowImage.rdef
;