Sweden-Number/programs/reg/Makefile.in

32 lines
474 B
Makefile
Raw Normal View History

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2008-03-19 07:36:28 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = reg.exe
APPMODE = -mconsole -municode
IMPORTS = advapi32 kernel32
DELAYIMPORTS = user32
2008-03-19 07:36:28 +01:00
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 \
2010-01-24 21:08:06 +01:00
Si.rc \
Uk.rc
2008-03-19 07:36:28 +01:00
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend