mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
13 lines
290 B
Makefile
13 lines
290 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = comm.drv16
|
|
IMPORTS = kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
|
|
|
SPEC_SRCS = comm.drv16.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|