mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
12 lines
163 B
Makefile
12 lines
163 B
Makefile
MODULE = wmic.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = wmic.rc
|
|
PO_SRCS = wmic.rc
|
|
|
|
@MAKE_PROG_RULES@
|