Sweden-Number/dlls/oleacc/Makefile.in

25 lines
364 B
Makefile
Raw Normal View History

2003-06-23 05:43:00 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = oleacc.dll
IMPORTLIB = oleacc
IMPORTS = user32 kernel32
2003-06-23 05:43:00 +02:00
C_SRCS = \
main.c
RC_SRCS = \
oleacc_De.rc \
oleacc_En.rc \
oleacc_Fr.rc \
oleacc_Ko.rc \
oleacc_Lt.rc \
oleacc_Nl.rc \
oleacc_No.rc \
2009-07-17 15:49:07 +02:00
oleacc_Pl.rc \
2009-08-20 10:47:58 +02:00
oleacc_Pt.rc \
oleacc_Ro.rc
2003-06-23 05:43:00 +02:00
@MAKE_DLL_RULES@