mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ac3ff1a82e
file.
14 lines
206 B
Makefile
14 lines
206 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = shfolder
|
|
SOVERSION = 1.0
|
|
IMPORTS = shell32
|
|
|
|
C_SRCS = shfolder_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|