Dmitry Timoshkov : activeds.tlb: Add typelib.

Alexandre Julliard julliard at winehq.org
Mon Feb 17 15:42:15 CST 2020


Module: wine
Branch: master
Commit: 5385937a9038831d316cb51c55ba45575a921fb1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5385937a9038831d316cb51c55ba45575a921fb1

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Fri Feb 14 20:56:30 2020 +0800

activeds.tlb: Add typelib.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                           |  2 ++
 configure.ac                        |  1 +
 dlls/activeds.tlb/Makefile.in       |  3 +++
 dlls/activeds.tlb/activeds.tlb.spec |  1 +
 dlls/activeds.tlb/activeds_tlb.idl  | 21 +++++++++++++++++++++
 5 files changed, 28 insertions(+)

diff --git a/configure b/configure
index e2e5d2d816..ad49cd2550 100755
--- a/configure
+++ b/configure
@@ -905,6 +905,7 @@ enable_largefile
 with_x
 enable_acledit
 enable_aclui
+enable_activeds_tlb
 enable_activeds
 enable_actxprxy
 enable_adsiid
@@ -20040,6 +20041,7 @@ fi
 
 wine_fn_config_makefile dlls/acledit enable_acledit
 wine_fn_config_makefile dlls/aclui enable_aclui
+wine_fn_config_makefile dlls/activeds.tlb enable_activeds_tlb
 wine_fn_config_makefile dlls/activeds enable_activeds
 wine_fn_config_makefile dlls/actxprxy enable_actxprxy
 wine_fn_config_makefile dlls/adsiid enable_adsiid
diff --git a/configure.ac b/configure.ac
index 2e102990b5..ca932ebaad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2785,6 +2785,7 @@ WINE_CONFIG_SYMLINK(wine64,tools/winewrapper,["x$enable_win64" != xno -o -n "$wi
 
 WINE_CONFIG_MAKEFILE(dlls/acledit)
 WINE_CONFIG_MAKEFILE(dlls/aclui)
+WINE_CONFIG_MAKEFILE(dlls/activeds.tlb)
 WINE_CONFIG_MAKEFILE(dlls/activeds)
 WINE_CONFIG_MAKEFILE(dlls/actxprxy)
 WINE_CONFIG_MAKEFILE(dlls/adsiid)
diff --git a/dlls/activeds.tlb/Makefile.in b/dlls/activeds.tlb/Makefile.in
new file mode 100644
index 0000000000..60739d2d4a
--- /dev/null
+++ b/dlls/activeds.tlb/Makefile.in
@@ -0,0 +1,3 @@
+MODULE = activeds.tlb
+
+IDL_SRCS = activeds_tlb.idl
diff --git a/dlls/activeds.tlb/activeds.tlb.spec b/dlls/activeds.tlb/activeds.tlb.spec
new file mode 100644
index 0000000000..b427b2913c
--- /dev/null
+++ b/dlls/activeds.tlb/activeds.tlb.spec
@@ -0,0 +1 @@
+# no exported entry points
diff --git a/dlls/activeds.tlb/activeds_tlb.idl b/dlls/activeds.tlb/activeds_tlb.idl
new file mode 100644
index 0000000000..f8c09a1d97
--- /dev/null
+++ b/dlls/activeds.tlb/activeds_tlb.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2020 Dmitry Timoshkov
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#pragma makedep regtypelib
+
+#include "iads.idl"




More information about the wine-cvs mailing list