Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine] / dlls / dxerr9 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = libdxerr9.a
6 EXTRADEFS = -DWINE_NO_LONG_AS_INT
7
8 C_SRCS = \
9         dxerr9.c
10
11 @MAKE_IMPLIB_RULES@
12
13 @DEPENDENCIES@  # everything below this line is overwritten by make depend