mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ctapi32.dll
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = ctapi32.c
|
|
|
|
@MAKE_DLL_RULES@
|