Module: wine Branch: master Commit: bdcaa39676e313d33db4ac50054bd124a67748ff URL: http://source.winehq.org/git/wine.git/?a=commit;h=bdcaa39676e313d33db4ac5005...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 30 11:55:23 2010 +0100
sti: Create dll registration resources.
---
dlls/sti/Makefile.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/sti/Makefile.in b/dlls/sti/Makefile.in index c220292..2f5e828 100644 --- a/dlls/sti/Makefile.in +++ b/dlls/sti/Makefile.in @@ -12,6 +12,9 @@ RC_SRCS = rsrc.rc IDL_P_SRCS = \ sti_wia.idl
+IDL_R_SRCS = \ + sti_wia.idl + EXTRA_OBJS = dlldata.o
@MAKE_DLL_RULES@