Tom Wickline wrote:
Tony Lambregts wrote:
My vote (for what its worth ) if <wineconf> is not needed lets just get rid of it.
Would # [wineconf] work ? If not I guess I would vote to remove it as well..... if it serves no purpose.
In order to be able to simply include the sample config file in the documnetation something has to be done about the lines # <wineconf> and # </wineconf>. These are just comments and IFAICT can be safely removed. I have submitted two versions of this patch. config1.txt just removes the lines whereas config2.txt changes the < and > to [ and ]. Since I have run all my programs without problems with <wineconf> removed I do not anticipate a probem with getting one of these patches accepted <g>. Change Log: Get rid of <wineconf> and </winconf> from the sample config as they interfere with including the file in the documentation. File Changed: documentation/samples/config -- Tony Lambregts Index: documentation/samples/config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.38 diff -u -u -r1.38 config --- documentation/samples/config 21 Jan 2003 00:28:48 -0000 1.38 +++ documentation/samples/config 1 Feb 2003 05:06:55 -0000 @@ -67,7 +67,6 @@ ;"ShowDotFiles" = "1" "ShellLinker" = "wineshelllink" -# <wineconf> [Version] ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31) @@ -313,4 +312,4 @@ ;[AppDefaults\\pickygame.exe\\dsound] ;"EmulDriver" = "N" -# </wineconf> + Index: documentation/samples/config =================================================================== RCS file: /home/wine/wine/documentation/samples/config,v retrieving revision 1.38 diff -u -u -r1.38 config --- documentation/samples/config 21 Jan 2003 00:28:48 -0000 1.38 +++ documentation/samples/config 1 Feb 2003 05:11:45 -0000 @@ -67,7 +67,7 @@ ;"ShowDotFiles" = "1" "ShellLinker" = "wineshelllink" -# <wineconf> +# [wineconf] [Version] ; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31) @@ -313,4 +313,5 @@ ;[AppDefaults\\pickygame.exe\\dsound] ;"EmulDriver" = "N" -# </wineconf> +# [/wineconf] +