mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
6 lines
113 B
Makefile
6 lines
113 B
Makefile
MODULE = msacm.dll16
|
|
IMPORTS = msacm32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,msacm32.dll
|
|
|
|
C_SRCS = msacm.c
|