mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
10 lines
216 B
Makefile
10 lines
216 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@
|