mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
313dd0c3a4
Do not include them from an other rc file.
37 lines
563 B
Makefile
37 lines
563 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = oleview.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = uuid comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32
|
|
EXTRADEFS = -DUNICODE
|
|
|
|
C_SRCS = \
|
|
details.c \
|
|
interface.c \
|
|
oleview.c \
|
|
pane.c \
|
|
tree.c \
|
|
typelib.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 \
|
|
Sv.rc \
|
|
Zh.rc \
|
|
rsrc.rc
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|