mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 22:40:55 +00:00
15 lines
225 B
Makefile
15 lines
225 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wintrust
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = wintrust_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|