mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
6 lines
119 B
Makefile
6 lines
119 B
Makefile
MODULE = winaspi.dll16
|
|
IMPORTS = advapi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,wnaspi32.dll
|
|
|
|
C_SRCS = winaspi.c
|