mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
e1bcf2d88a
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44975 Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
125 B
Makefile
8 lines
125 B
Makefile
MODULE = find.exe
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
|
|
|
C_SRCS = find.c
|
|
|
|
RC_SRCS = find.rc
|