From 63128f06c48dd6ad0f9f7e878dbb8e3f9bb827b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 20 Jul 2009 16:49:52 +0000 Subject: [PATCH] * Build fix; gtf.cpp is also needed for the screenmode command line tool. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31655 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/screenmode/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/screenmode/Jamfile b/src/bin/screenmode/Jamfile index 756315fb95..b39ab54cda 100644 --- a/src/bin/screenmode/Jamfile +++ b/src/bin/screenmode/Jamfile @@ -11,8 +11,9 @@ BinCommand screenmode : screenmode.cpp # from Screen preferences - ScreenMode.cpp + gtf.cpp multimon.cpp + ScreenMode.cpp : be $(TARGET_LIBSUPC++) ;