makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / extrac32 / Makefile.in
1 MODULE    = extrac32.exe
2 APPMODE   = -mwindows -municode
3 EXTRADEFS = -DWINE_NO_UNICODE
4 IMPORTS   = shell32 setupapi shlwapi user32
5
6 C_SRCS = \
7         extrac32.c
8
9 @MAKE_PROG_RULES@