mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
12 lines
169 B
Makefile
12 lines
169 B
Makefile
![]() |
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = drmclien.dll
|
||
|
IMPORTS = kernel32
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|