Makefile.in 140 Bytes
Newer Older
EA Durbin's avatar
EA Durbin committed
1
MODULE    = sxs.dll
2
IMPORTS   = oleaut32 ole32
3
IMPORTLIB = sxs
EA Durbin's avatar
EA Durbin committed
4

5
EXTRADLLFLAGS = -Wb,--prefer-native
6

EA Durbin's avatar
EA Durbin committed
7
C_SRCS = \
8
	cache.c \
9
	name.c \
EA Durbin's avatar
EA Durbin committed
10
	sxs.c