USER_C_FLAGS=$(CUSTOM_CORE_CFLAGS)
TARGETNAME=pill
TARGETPATH=..\bin
TARGETTYPE=DRIVER
TARGETLIBS=$(CUSTOM_CORE_LIBS)
INCLUDES=.;$(CUSTOM_CORE_INCLUDES)

SOURCES=		\
	pill.c		\
	vmm.c		\
	winxp.c 	\
	comio.c 	\
	snprintf.c 	\
	x86.c   	\
	idt.c   	\
	events.c 	\
	vmhandlers.c 	\
	vmmstring.c     \
	vmx.c           \
	common.c	\
	mmu.c

I386_SOURCES=		\
	vmx-asm.asm 	\
	reg-asm.asm 	\
	common-asm.asm

