mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
Make piped commands work like for example "echo os get version|wmic" or "type file.txt | wmic" where file.txt contains some commands. Also support interactive mode. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56361
8 lines
132 B
Makefile
8 lines
132 B
Makefile
MODULE = wmic.exe
|
|
IMPORTS = oleaut32 ole32 user32 shell32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
wmic.rc
|