diff options
author | marha <marha@users.sourceforge.net> | 2009-10-09 16:41:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-09 16:41:40 +0000 |
commit | d6a7362183b858e5a9677b763b348fb13b9eac63 (patch) | |
tree | 6b93f45da934b0946bd2cb8f031139df3a99a479 /filesthatshouldbethesame.bat | |
parent | 382cdac4921c29f51d628b8e051c35365cd0940f (diff) | |
download | vcxsrv-d6a7362183b858e5a9677b763b348fb13b9eac63.tar.gz vcxsrv-d6a7362183b858e5a9677b763b348fb13b9eac63.tar.bz2 vcxsrv-d6a7362183b858e5a9677b763b348fb13b9eac63.zip |
Opengl is working now.
Diffstat (limited to 'filesthatshouldbethesame.bat')
-rw-r--r-- | filesthatshouldbethesame.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/filesthatshouldbethesame.bat b/filesthatshouldbethesame.bat index 6eafd5825..c245f3850 100644 --- a/filesthatshouldbethesame.bat +++ b/filesthatshouldbethesame.bat @@ -20,3 +20,10 @@ 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
+fcg .\gl\glext.h .\mesalib\include\gl\glext.h
+fcg .\gl\glx.h .\mesalib\include\gl\glx.h
+fcg .\gl\glxext.h .\mesalib\include\gl\glxext.h
+fcg .\gl\glx_mangle.h .\mesalib\include\gl\glx_mangle.h
+fcg .\gl\gl_mangle.h .\mesalib\include\gl\gl_mangle.h
+fcg .\gl\internal\dri_interface.h .\mesalib\include\gl\internal\dri_interface.h
+fcg .\gl\internal\glcore.h .\mesalib\include\gl\internal\glcore.h
|