expand on -documentation of -dll option

Bill Medland billmedland at mercuryspeed.com
Wed Sep 24 18:02:32 CDT 2003


Bill Medland (billmedland at mercuryspeed.com)
Expand the documentation on the --dll option

Index: running.sgml
===================================================================
RCS file: /home/wine/wine/documentation/running.sgml,v
retrieving revision 1.24
diff -u -r1.24 running.sgml
--- running.sgml	23 Sep 2003 22:56:25 -0000	1.24
+++ running.sgml	24 Sep 2003 22:58:24 -0000
@@ -336,9 +336,20 @@
         <para>
           Specifies whether to load the builtin or the native (if
 	  available) version of a DLL.
+          <screen>
+Syntax: -dll name[,name[,...]]={native|so|builtin}[,{n|s|b}[,...]]
+    - 'name' is the name of any dll without extension
+    - the order of loading (native, so and builtin) can be abbreviated
+      with the first letter
+    - the option can be specified multiple times
+          </screen>
 	  Example:
 	  <screen>
 <prompt>$</prompt> <userinput>wine --dll setupx=n foo.exe</userinput>
+          </screen>
+          A more complex example:
+          <screen>
+<prompt>$</prompt> <userinput> wine --dll rpcrt4,ole32,oleaut32=n,b --dll commctrl,comctl32=b foo.exe</userinput>
           </screen>
 	  See the <link linkend="config-dll">DLL chapter</link> for more details.
         </para>
-- 
Bill Medland
mailto:billmedland at mercuryspeed.com
http://webhome.idirect.com/~kbmed




More information about the wine-patches mailing list