* 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
This commit is contained in:
parent
0c0d857f2d
commit
5e1a3a28fc
@ -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 ;
|
||||
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user