diff options
author | marha <marha@users.sourceforge.net> | 2009-09-17 06:23:51 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-17 06:23:51 +0000 |
commit | a10f507ac4aa4e12e9e8cf6e745aafd69648ad91 (patch) | |
tree | 7297a8cba5e42a39d0242b6b65bf57bfa6b97eca /filesthatshouldbethesame.bat | |
parent | adda30e64c2a83d33dba7c7fe609b9b638ad2253 (diff) | |
download | vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.tar.gz vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.tar.bz2 vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.zip |
Made files the same that should be the same.
Added batch fiesl for checking that these files are the same.
Diffstat (limited to 'filesthatshouldbethesame.bat')
-rw-r--r-- | filesthatshouldbethesame.bat | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/filesthatshouldbethesame.bat b/filesthatshouldbethesame.bat new file mode 100644 index 000000000..6eafd5825 --- /dev/null +++ b/filesthatshouldbethesame.bat @@ -0,0 +1,22 @@ +fcg .\libX11\include\X11\cursorfont.h .\X11
+fcg .\include\xcb\xcbext.h .\libxcb\src
+fcg .\include\xcb\render.h .\libxcb\src
+fcg .\libX11\include\X11\Xlocale.h .\X11
+fcg .\libXau\include\X11\Xauth.h .\X11
+fcg .\libX11\include\X11\XKBlib.h .\X11
+fcg .\libXinerama\include\X11\extensions\panoramiXext.h .\X11\extensions
+fcg .\libXdmcp\include\X11\Xdmcp.h .\X11
+fcg .\libXinerama\include\X11\extensions\Xinerama.h .\X11\extensions
+fcg .\include\xcb\xcb.h .\libxcb\src
+fcg .\libX11\include\X11\Xlibint.h .\X11
+fcg .\include\xcb\xproto.h .\libxcb\src
+fcg .\libX11\include\X11\Xutil.h .\X11
+fcg .\gl\glcore.h .\gl\internal
+fcg .\include\xcb\xc_misc.h .\libxcb\src
+fcg .\libX11\include\X11\Xlib.h .\X11
+fcg .\libX11\include\X11\Xresource.h .\X11
+fcg .\libX11\include\X11\Xlib-xcb.h .\X11
+fcg .\include\xcb\bigreq.h .\libxcb\src
+fcg .\libX11\include\X11\Xcms.h .\X11
+fcg .\libX11\include\X11\Xregion.h .\X11
+fcg .\libX11\include\X11\ImUtil.h .\X11
|