TARGETNAME=bmff

TARGETPATH=obj

TARGETTYPE=LIBRARY

TARGETLIBS=

INCLUDES=$(DDK_INC_PATH);..\..;..\..\include

SOURCES=\
	typebmff.cpp \

#C_DEFINES=/D_fstati64=_fstati64_w2k
C_DEFINES=/DMP4V2_USE_STATIC_LIB

386_STDCALL=0

COMPILER_WX_SWITCH=

# disable warning C4819: The file contains a character that cannot be represented in the current code page.
USER_C_FLAGS=/wd4819

#USE_MFC=1
#USE_MFCUNICODE=1
USE_MSVCRT=1

USE_STL=1
STL_VER=70
USE_NATIVE_EH=1

!ifndef DEBUG_CRTS
MSC_OPTIMIZATION=/Oxs /GL
!endif
