mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 00:46:03 +00:00
11 lines
238 B
Makefile
11 lines
238 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msacm.dll16
|
|
IMPORTS = msacm32 kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,msacm32.dll
|
|
|
|
C_SRCS = msacm.c
|
|
|
|
@MAKE_DLL_RULES@
|