mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
11 lines
199 B
Makefile
11 lines
199 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wintab.dll16
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,wintab32.dll
|
|
|
|
C_SRCS = wintab.c
|
|
|
|
@MAKE_DLL_RULES@
|