mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = softpub.dll
|
|
IMPORTS = wintrust kernel32
|
|
|
|
@MAKE_DLL_RULES@
|