wine/programs/wmic/Makefile.in
2012-06-19 11:26:02 +02:00

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@