mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
94a9d33b6c
Added an implementation of mlang.dll and test cases for it.
18 lines
301 B
Makefile
18 lines
301 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mlang.dll
|
|
IMPORTS = ole32 user32 gdi32 advapi32 kernel32 ntdll
|
|
EXTRALIBS = $(LIBUNICODE) -luuid
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
C_SRCS = \
|
|
mlang.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|