Sweden-Number/programs/oleview/Makefile.in

36 lines
502 B
Makefile
Raw Normal View History

2006-06-14 19:50:28 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oleview.exe
APPMODE = -mwindows
IMPORTS = uuid comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2006-06-14 19:50:28 +02:00
C_SRCS = \
2006-06-14 19:55:46 +02:00
details.c \
2006-06-24 10:33:29 +02:00
interface.c \
2006-06-14 19:51:27 +02:00
oleview.c \
2006-06-14 19:52:26 +02:00
pane.c \
tree.c \
typelib.c
2006-06-14 19:50:28 +02:00
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
2006-06-14 19:50:28 +02:00
@MAKE_PROG_RULES@