mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
17 lines
265 B
Makefile
17 lines
265 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = credui.dll
|
|
IMPORTLIB = libcredui.$(IMPLIBEXT)
|
|
IMPORTS = comctl32 user32 kernel32
|
|
|
|
C_SRCS = \
|
|
credui_main.c
|
|
|
|
RC_SRCS = credui.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|