clock: Remove the ignored common resource attributes.
[wine] / programs / secedit / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = secedit.exe
7 APPMODE   = -mconsole
8
9 C_SRCS = \
10         main.c
11
12 @MAKE_PROG_RULES@