]> git.sesse.net Git - vlc/blobdiff - projects/activex/README.TXT
Remove extra braces.
[vlc] / 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.