TARGET = VS_CI4.o

ASSET_DIR=../../i10n/assets_zh/vs

RGBFLAGS=-f CI -s 4 

RGBA_SRCS= \
	VS_A.rgba \
	VS_B.rgba \
	VS_C.rgba \
	VS_m01.rgba \
	VS_m02.rgba \
	VS_m03a.rgba

ifeq ($(LOCALE), CHINA)
RGB_SRCS += \
	VS_Z60.rgb
	
RGBA_SRCS += \
	VS_Z63.rgba \
	VS_Z64.rgba \
	VS_Z66.rgba
	
else
RGB_SRCS += \
	VS_E60.rgb
	
RGBA_SRCS += \
	VS_E63.rgba \
	VS_E64.rgba \
	VS_E66.rgba
endif

include ../imagerules

