mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
23 lines
329 B
Makefile
23 lines
329 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mscms.dll
|
|
IMPORTLIB = libmscms.$(IMPLIBEXT)
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
handle.c \
|
|
icc.c \
|
|
mscms_main.c \
|
|
profile.c \
|
|
stub.c \
|
|
transform.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|