14 lines
284 B
Makefile
14 lines
284 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = wing.dll16
|
||
|
IMPORTS = gdi32 kernel32
|
||
|
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
||
|
|
||
|
C_SRCS = wing.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|