mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
5 lines
119 B
Makefile
5 lines
119 B
Makefile
MODULE = winaspi.dll16
|
|
IMPORTS = advapi32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,wnaspi32.dll
|
|
|
|
C_SRCS = winaspi.c
|