mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +00:00
21 lines
278 B
Makefile
21 lines
278 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = gdi32
|
|
SOVERSION = 1.0
|
|
ALTNAMES = gdi dispdib
|
|
|
|
SPEC_SRCS = gdi32.spec gdi.spec dispdib.spec
|
|
|
|
C_SRCS = \
|
|
gdi_main.c \
|
|
thunk.c
|
|
|
|
GLUE = thunk.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|