Makefile.in 205 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 MODULE = msiexec.exe APPMODE = -mwindows IMPORTS = msi ole32 advapi32 user32 C_SRCS = \ msiexec.c \ service.c RC_SRCS = rsrc.rc MANPAGE = msiexec.man SVG_SRCS = msiexec.svg @MAKE_PROG_RULES@