2009-10-22 09:10:16 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = extrac32.exe
|
|
|
|
APPMODE = -mwindows -municode
|
|
|
|
EXTRADEFS = -DWINE_NO_UNICODE
|
2009-11-09 12:04:08 +01:00
|
|
|
IMPORTS = shell32 setupapi user32 kernel32
|
2009-10-22 09:10:16 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
extrac32.c
|
|
|
|
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|