mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
11 lines
170 B
Makefile
11 lines
170 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wing32.dll
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = wing32.c
|
|
|
|
@MAKE_DLL_RULES@
|