wine/dlls/oleacc/Makefile.in

25 lines
334 B
Makefile
Raw Normal View History

2003-06-23 03:43:00 +00:00
MODULE = oleacc.dll
IMPORTLIB = oleacc
IMPORTS = user32
2003-06-23 03:43:00 +00:00
C_SRCS = \
main.c
RC_SRCS = \
oleacc_De.rc \
oleacc_En.rc \
oleacc_Fr.rc \
2010-06-28 21:32:00 +00:00
oleacc_Hu.rc \
2010-06-16 19:52:27 +00:00
oleacc_It.rc \
oleacc_Ko.rc \
oleacc_Lt.rc \
oleacc_Nl.rc \
oleacc_No.rc \
2009-07-17 13:49:07 +00:00
oleacc_Pl.rc \
2009-08-20 08:47:58 +00:00
oleacc_Pt.rc \
2010-05-21 16:01:40 +00:00
oleacc_Ro.rc \
2010-06-27 16:52:27 +00:00
oleacc_Si.rc \
oleacc_Uk.rc
2003-06-23 03:43:00 +00:00
@MAKE_DLL_RULES@