wine/programs/findstr/Makefile.in
Zhiyi Zhang f88affa2a1 findstr: Add basic functionality.
Company of Heroes: Battle of Crete needs a functioning findstr.exe to exit properly.
Freemake Video Converter 4.1 installer also needs this.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35254
2023-05-02 13:33:07 +02:00

10 lines
122 B
Makefile

MODULE = findstr.exe
IMPORTS = user32
EXTRADLLFLAGS = -mconsole -municode
C_SRCS = \
main.c
RC_SRCS = findstr.rc