From 5e1a3a28fc9a6805d160d93df15d874f9336e023 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Wed, 12 Mar 2008 19:59:32 +0000 Subject: [PATCH] * We already have libexpat inside of the Haiku branch. So there is no need to have a separate version inside of Cortex. * Thus, remove it and link against the version in src/lib/expat instead * Exporting/Importing MediaNode configuration works fluently still... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24373 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/cortex/Jamfile | 1 - src/apps/cortex/RouteApp/Jamfile | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apps/cortex/Jamfile b/src/apps/cortex/Jamfile index cd10bf63fd..8bd6aeeadb 100644 --- a/src/apps/cortex/Jamfile +++ b/src/apps/cortex/Jamfile @@ -15,5 +15,4 @@ SubInclude HAIKU_TOP src apps cortex Persistence ; SubInclude HAIKU_TOP src apps cortex TipManager ; SubInclude HAIKU_TOP src apps cortex TransportView ; SubInclude HAIKU_TOP src apps cortex ValControl ; -SubInclude HAIKU_TOP src apps cortex expat ; SubInclude HAIKU_TOP src apps cortex support ; diff --git a/src/apps/cortex/RouteApp/Jamfile b/src/apps/cortex/RouteApp/Jamfile index 47216f65f2..b66ab30ab8 100644 --- a/src/apps/cortex/RouteApp/Jamfile +++ b/src/apps/cortex/RouteApp/Jamfile @@ -38,10 +38,9 @@ Application Cortex : cortex_transport_view.a cortex_val_control.a cortex_diagram_view.a - cortex_expat_xmlparse.a - cortex_expat_xmltok.a cortex_support.a be media tracker translation + libexpat.a $(TARGET_LIBSTDC++) : ../Resource.rdef ;