mirror of
https://github.com/reactos/wine.git
synced 2025-01-05 18:49:06 +00:00
12 lines
177 B
Makefile
12 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@
|