1999-09-19 20:36:53 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = oledlg.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = oledlg
|
2007-12-01 17:08:26 +01:00
|
|
|
IMPORTS = ole32 comdlg32 user32 advapi32 kernel32
|
2000-11-12 04:50:10 +01:00
|
|
|
|
1999-09-19 20:36:53 +02:00
|
|
|
C_SRCS = \
|
2003-11-05 02:34:38 +01:00
|
|
|
insobjdlg.c \
|
2006-10-18 17:28:49 +02:00
|
|
|
oledlg_main.c \
|
|
|
|
pastespl.c
|
1999-09-19 20:36:53 +02:00
|
|
|
|
2003-11-05 02:34:38 +01:00
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2000-03-04 23:31:27 +01:00
|
|
|
@MAKE_DLL_RULES@
|
2000-01-31 06:02:49 +01:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|