mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
18 lines
237 B
Makefile
18 lines
237 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ole
|
|
|
|
C_SRCS = \
|
|
guid.c \
|
|
ole2nls.c
|
|
|
|
EXTRASUBDIRS = nls
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|