mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
7 lines
114 B
Makefile
7 lines
114 B
Makefile
MODULE = wintab.dll16
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,wintab32.dll
|
|
|
|
C_SRCS = wintab.c
|
|
|
|
@MAKE_DLL_RULES@
|