From: Steve Lhomme Date: Mon, 15 Mar 2010 15:53:28 +0000 (+0000) Subject: fix the coremake project for inclusion in other projects X-Git-Tag: release-0.9.0~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93a6b331ff0e7f30ad8216fa0d7450dee89955e6;p=libmatroska 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 --- 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 .