[PATCH] browselc: Add minimal browselc.dll

Detlef Riekenberg wine.dev at web.de
Thu Jan 8 04:41:58 CST 2009


---
 dlls/browselc/Makefile.in   |   12 ++++++++++++
 dlls/browselc/browselc.rc   |   33 +++++++++++++++++++++++++++++++++
 dlls/browselc/browselc.spec |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
 create mode 100644 dlls/browselc/Makefile.in
 create mode 100644 dlls/browselc/browselc.rc
 create mode 100644 dlls/browselc/browselc.spec

diff --git a/dlls/browselc/Makefile.in b/dlls/browselc/Makefile.in
new file mode 100644
index 0000000..620d9c3
--- /dev/null
+++ b/dlls/browselc/Makefile.in
@@ -0,0 +1,12 @@
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../..
+SRCDIR    = @srcdir@
+VPATH     = @srcdir@
+MODULE    = browselc.dll
+IMPORTS   = kernel32
+
+RC_SRCS = browselc.rc
+
+ at MAKE_DLL_RULES@
+
+ at DEPENDENCIES@  # everything below this line is overwritten by make depend
diff --git a/dlls/browselc/browselc.rc b/dlls/browselc/browselc.rc
new file mode 100644
index 0000000..14dc384
--- /dev/null
+++ b/dlls/browselc/browselc.rc
@@ -0,0 +1,33 @@
+/*
+ * Top level resource file for browselc
+ *
+ * Copyright 2009 Detlef Riekenberg
+ *
+ * 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
+ *
+ */
+
+#define WINE_FILENAME_STR "browselc.dll"
+#define WINE_FILEDESCRIPTION_STR "Resources for [Internet] Explorer UI"
+
+#define WINE_FILEVERSION      6,0,2900,2180
+#define WINE_FILEVERSION_STR "6.0.2900.2180"
+
+#define WINE_PRODUCTVERSION      6,0,2900,2180
+#define WINE_PRODUCTVERSION_STR "6.0.2900.2180"
+
+#include "wine/wine_common_ver.rc"
+
+
diff --git a/dlls/browselc/browselc.spec b/dlls/browselc/browselc.spec
new file mode 100644
index 0000000..590a204
--- /dev/null
+++ b/dlls/browselc/browselc.spec
@@ -0,0 +1 @@
+# no exported functions
-- 
1.5.4.3


--=-HQpibp2vh2+i79bxseI2--




More information about the wine-patches mailing list