Sweden-Number/dlls/oleacc/Makefile.in

27 lines
366 B
Makefile
Raw Normal View History

2003-06-23 05:43:00 +02:00
MODULE = oleacc.dll
IMPORTLIB = oleacc
IMPORTS = user32
2003-06-23 05:43:00 +02:00
C_SRCS = \
main.c
RC_SRCS = \
oleacc_De.rc \
oleacc_En.rc \
oleacc_Fr.rc \
2010-06-28 23:32:00 +02:00
oleacc_Hu.rc \
2010-06-16 21:52:27 +02:00
oleacc_It.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 \
2010-05-21 18:01:40 +02:00
oleacc_Ro.rc \
2010-06-27 18:52:27 +02:00
oleacc_Si.rc \
oleacc_Sr.rc \
2010-09-26 22:08:58 +02:00
oleacc_Sv.rc \
2010-06-27 18:52:27 +02:00
oleacc_Uk.rc
2003-06-23 05:43:00 +02:00
@MAKE_DLL_RULES@