configure: Check that the cross-compiler that we found actually works.
[wine/multimedia.git] / programs / ping / Makefile.in
blob248a628013df460f70e7ffd1a3d215942e9954fc
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = ping.exe
7 APPMODE = -mconsole
9 C_SRCS = \
10 ping_main.c
12 @MAKE_PROG_RULES@