mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
13 lines
195 B
Makefile
13 lines
195 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = avrt.dll
|
|
IMPORTLIB = avrt
|
|
IMPORTS = user32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_DLL_RULES@
|