TARGETNAME=libplatform

TARGETPATH=obj

TARGETTYPE=LIBRARY

TARGETLIBS=

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

SOURCES=\
	error.cpp \
	File.cpp \
	FileSystem.cpp \
	FileSystem_win32.cpp \
	File_win32.cpp \
	option.cpp \
	process_win32.cpp \
	platform_win32.cpp \
	random_win32.cpp \
	time.cpp \
	time_win32.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

!ifndef DEBUG_CRTS
MSC_OPTIMIZATION=/Oxs /GL
!endif
