From 93a6b331ff0e7f30ad8216fa0d7450dee89955e6 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 15 Mar 2010 15:53:28 +0000 Subject: [PATCH] fix the coremake project for inclusion in other projects use HAVE_EBML2 in the config.h file to use libebml2 instead of libebml git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@5 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- libmatroska.proj | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libmatroska.proj b/libmatroska.proj index d6af00a..b1ae30d 100644 --- a/libmatroska.proj +++ b/libmatroska.proj @@ -3,9 +3,14 @@ Include "*/*.proj" LIB matroska { INCLUDE . - INCLUDE ../libebml + EXPINCLUDE . - USE ebml + IF HAVE_EBML2 + USE ebml2_legacy + ELSE + USE ebml + USEINCLUDE corec // so that stdafx can build + ENDIF // OPTIMIZE_GLOBALLY . FAVOR_MAX_SPEED .