]> git.sesse.net Git - vlc/commitdiff
Cosmetics: Improve cut&paste in activex plugin readme.
authorJP Dinger <jpd@m2x.nl>
Tue, 19 Jan 2010 13:42:34 +0000 (14:42 +0100)
committerJP Dinger <jpd@m2x.nl>
Tue, 19 Jan 2010 16:53:20 +0000 (17:53 +0100)
projects/activex/README.TXT

index 41e5cba533fc8ce35349077fc8e8715787ff96da..8e0e9904d510ab33bed0f1ced06449ca055de231 100644 (file)
@@ -35,8 +35,7 @@ the WINE project (http://www.winehq.com). At leat wine-dev-0.9.57 works,
 the comand line to compile IDL should looks like the following :
 
 widl -I/usr/include/wine/windows/ \
-     -h -H axvlc_idl.h -t -T axvlc.tlb -u -U axvlc_idl.c \
-     axvlc.idl
+       -h -H axvlc_idl.h -t -T axvlc.tlb -u -U axvlc_idl.c axvlc.idl
 
 NOTE: widl breaks compatibility with Visual Basic. If that is important
 to you then you must use midl.