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
This commit is contained in:
Steve Lhomme 2010-03-15 15:53:28 +00:00
parent 2ad6f1d24b
commit 93a6b331ff

View File

@ -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 .