aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Solved compilation and link problems after last mergemarha2013-11-081-0/+1
|
* 64-bit compilation now compiles and runsmarha2013-07-251-12/+10
|
* Use freetype 2.5.1 library in makefilemarha2013-06-211-2/+2
|
* xrdb now compiles and linksmarha2013-04-151-0/+1
|
* Updated version of freetype in makefiles and project filesmarha2013-02-131-2/+2
|
* Solved problem of mesa dll not being build anymore.marha2012-10-311-2/+5
| | | | File name checking is case sensitive in mhmake
* Now create a seperate installer for the debug exe and dllsmarha2012-10-301-79/+19
|
* libX11 is now compiled as dllmarha2012-06-261-12/+2
|
* The following libraries have no xserver dependent compilation anymoremarha2012-06-251-23/+23
| | | | | | | | | | | | | | | | | libX11 libxcb pixman libXdmcp libXau libXfont libXfont libXfont libXfont libXfont libXfont libXfont libfontenc libXinerama
* zlib is now compiled as a dllmarha2012-06-251-1/+5
|
* Freetype library name changed1.12.2.0marha2012-06-151-2/+2
|
* Updated libraries in makefile for freetype249marha2012-03-121-2/+2
|
* Added xauth to packagemarha2012-01-241-1/+5
|
* Also add xhost in packagemarha2012-01-231-1/+5
|
* Updated makefile with new version of freetypemarha2011-11-181-2/+2
|
* Freetype changed version to 2.4.7 in makefilesmarha2011-11-101-2/+2
|
* Solved dependency problemmarha2011-11-081-1/+1
|
* Solved compile problemsmarha2011-11-071-16/+16
|
* Solved compile problemsmarha2011-11-041-1/+1
|
* Added swrast dll based on wglmarha2011-10-051-1/+11
|
* Updated version of freetype in makefilesmarha2011-09-051-2/+2
|
* freetype244 -> freetype245marha2011-07-181-2/+2
|
* Chanded order of compilationmarha2011-05-101-1/+1
|
* Enabled ROOTLESS option in dix (currenlty not really used)marha2011-01-281-0/+1
|
* Added xclock application filesmarha2011-01-181-1/+4
|
* svn merge ^/branches/released .marha2011-01-161-2/+2
|
* svn merge ^/branches/released .marha2010-12-261-1/+1
|
* Added compilation of dxtxn.dllmarha2010-12-251-1/+9
|
* svn merge ^/branches/released .marha2010-12-081-0/+1
|
* svn merge ^/branches/released .marha2010-08-201-2/+2
|
* xkbcomp: avoid needless recompilation when switching between debug and releasemarha2010-08-061-2/+2
| | | | | wrong library name for freetype library
* Solved freetype compilation problemsmarha2010-08-061-2/+2
|
* svn merge ^/branches/released .marha2010-08-051-4/+1
| | | | | Added xkeysymdb now here since it was removed from libx11. If it is removed the keyboard does not work well
* Reflect in the makefile that xkbdata.src has been renamed to xkeyboard-configmarha2010-07-131-2/+2
|
* svn merge ^/branches/releasedmarha2010-02-141-1/+1
|
* Debug version of vcxsrv should use debug version of swrast_dri.dll and vice ↵marha2009-12-151-1/+4
| | | | versa
* - Solved problems when running opengl with indirect rendering (export ↵marha2009-11-231-2/+4
| | | | | | | LIBGL_ALWAYS_INDIRECT=1) - removed mesaopengl32.dll (not needed anymore)
* Native glx is compiling and running now (although no acceleration is ↵marha2009-11-201-2/+3
| | | | happening... to be investigated further)
* Removed compilation of libraries that are not needed.marha2009-11-191-3/+0
|
* load also the makefiles for xclock, xcalc and xwininfomarha2009-11-121-3/+3
|
* Added xwininfomarha2009-11-061-1/+4
|
* Added xclock and xcalc to system menu.marha2009-11-061-1/+10
|
* Added xclock and xcalc.marha2009-11-061-4/+10
|
* Added copying of swrast_dri.dll and opengl32.dllmarha2009-10-111-1/+8
|
* Also install xerrordb file.marha2009-09-281-2/+5
| | | | | Added extra information in error message of winMultiWindowXMsgProcErrorHandler
* Added xinerama extension.marha2009-09-151-1/+2
|
* Renamed debug version to vcxsrv_dbg and also install together with the ↵marha2009-09-151-8/+10
| | | | symbol file.
* DEBUG variable was passed in the wrong way to the makefile of plink.marha2009-09-071-1/+1
|
* - Also build plink from the xorg-server makefilemarha2009-08-071-1/+7
| | | | | - xlaunch is now a windows application (instead of a console application)
* Added plink tool (version without console, except if output is generated)marha2009-08-071-4/+4
| | | | | Added possibility to build console application or windows application in makefile.after