mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 00:46:03 +00:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = compstui.dll
|
|
IMPORTLIB = compstui
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
compstui_main.c
|
|
|
|
@MAKE_DLL_RULES@
|