wine/programs/reg/Makefile.in
Michael Stefaniuc dd2d38355b reg: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:43:18 +02:00

31 lines
465 B
Makefile

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = reg.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32 kernel32
DELAYIMPORTS = user32
C_SRCS = reg.c
RC_SRCS = \
Da.rc \
De.rc \
En.rc \
Fr.rc \
Ja.rc \
Ko.rc \
Lt.rc \
Nl.rc \
No.rc \
Pl.rc \
Pt.rc \
Ru.rc \
Si.rc
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend