mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 02:05:48 +00:00
11 lines
148 B
Makefile
11 lines
148 B
Makefile
![]() |
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = fltlib.dll
|
||
|
|
||
|
C_SRCS = \
|
||
|
fltlib.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|