mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
13 lines
180 B
Makefile
13 lines
180 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = avrt.dll
|
|
IMPORTLIB = avrt
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_DLL_RULES@
|