makefiles: Define __WINESRC__ when building programs.
[wine] / programs / clock / Makefile.in
1 MODULE    = clock.exe
2 APPMODE   = -mwindows
3 IMPORTS   = comdlg32 shell32 user32 gdi32
4
5 C_SRCS = \
6         main.c \
7         winclock.c
8
9 RC_SRCS = clock.rc
10 PO_SRCS = clock.rc
11
12 @MAKE_PROG_RULES@