mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
13 lines
204 B
Makefile
13 lines
204 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msisys.ocx
|
|
IMPORTS = kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = msisys.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|