]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use -- inside XML comments, this is not allowed
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Mar 2006 16:30:29 +0000 (16:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Mar 2006 16:30:29 +0000 (16:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx_unix.bkl

index 21c0fad580f50f61828b8d71649e3d9499436c74..4a0f195fe451f45eb7e914f1027a4a5d1f68cfae 100644 (file)
@@ -80,8 +80,8 @@ Format-specific notes:
 
     <!--
          We need to re-define the resource compiler, used by bakefile when compiling
-         resources, to the resource compiler returned by 'wx-config --rescomp' since
-         'wx-config --rescomp' returns both the name of the resource compiler to use
+         resources, to the resource compiler returned by 'wx-config &#45;-rescomp' since
+         'wx-config &#45;-rescomp' returns both the name of the resource compiler to use
          and the flags required for that compiler (rcflags are rccompiler-specific
          and thus it would be wrong to use them with other resource compilers).