12 lines
292 B
Makefile
12 lines
292 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rasapi16.dll16
|
|
IMPORTS = kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,rasapi32.dll
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|