summaryrefslogtreecommitdiff
path: root/mingw.cf
AgeCommit message (Collapse)AuthorFilesLines
2013-06-30Trim trailing whitespaceAlan Coopersmith1-15/+15
Performed with: perl -i -p -e 's{[\t ]+$}{}' * Verified with: git diff --ignore-space-at-eol Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2005-07-06Removed AVOID_GLYPHBLT and SINGLEDEPTH from server defines.Alexander Gottwald1-1/+1
2005-06-01Add checks for various Gcc major and minor numbers Allow build of XmingAlexander Gottwald1-5/+69
with mesa instead of native GL
2005-02-18Update MinGW config files:Alexander Gottwald1-3/+17
- Require PThreads - Build xkbcomp - Build libXext - Never build shared libraries
2005-01-26Define HasFreetype2 and HasZlib to NO. HasFreetype gives a warning so IAlexander Gottwald1-1/+2
don't care about the zlib warning anymore. xming is a standalone xserver and there is no zlib or freetype library on windows and don't want to maintain and ship extra dlls in the installer.
2005-01-26Use "system" provided zlib instead of the builtin from extrasAlexander Gottwald1-1/+1
2005-01-10Adjust XVendorManNameString, XVendorContact, OSName and OSVendorAlexander Gottwald1-4/+4
2004-12-02Set HasFfs to NOAlexander Gottwald1-0/+2
Fix link order problems with mingw. Add libdix.a after libmi.a. Pass -DHAS_FFS to compiler remove inline code for ffs(). It will link to dix/ffs.c instead added declaration for ffs()
2004-11-22Enable building of multiwindow and glx on win32Alexander Gottwald1-3/+3
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-0/+470
mingw (Win32) port