openal32: Remove the ALCcontext wrapper.
[wine.git] / programs / rundll32 / Makefile.in
blobc7798a39c1848d3176a185a07b6a7d3de48be0b0
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = rundll32.exe
6 APPMODE = -mwindows
7 IMPORTS = user32 kernel32
9 C_SRCS = \
10 rundll32.c
12 @MAKE_PROG_RULES@