mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mscat32.dll
|
|
IMPORTS = wintrust kernel32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_DLL_RULES@
|