| TOPSRCDIR = @top_srcdir@ | |
| TOPOBJDIR = ../.. | |
| SRCDIR = @srcdir@ | |
| VPATH = @srcdir@ | |
| MODULE = extrac32.exe | |
| APPMODE = -mwindows -municode | |
| EXTRADEFS = -DWINE_NO_UNICODE | |
| IMPORTS = shell32 setupapi user32 kernel32 | |
| C_SRCS = \ | |
| extrac32.c | |
| @MAKE_PROG_RULES@ | |
| @DEPENDENCIES@ # everything below this line is overwritten by make depend |