Makefile.in 232 Bytes
Newer Older
1
MODULE    = usp10.dll
2
IMPORTLIB = usp10
3
IMPORTS   = advapi32 user32 gdi32
4 5

C_SRCS = \
6
	bidi.c \
7
	breaking.c \
8
	indic.c \
9
	indicsyllable.c \
10
	linebreak.c \
11
	mirror.c \
12
	opentype.c \
13
	shape.c \
14
	shaping.c \
15 16 17
	usp10.c

@MAKE_DLL_RULES@