summaryrefslogtreecommitdiff
path: root/config.h.win32.in
Commit message (Collapse)AuthorAgeFilesLines
* Export symbols with compiler directives if possibleChun-wei Fan2016-06-291-0/+7
| | | | | | | | | | Add a configure check to see whether compiler directives are available for exporting symbols, and use them if so. Likewise, update the Visual Studio projects and config.h.win32.in to do likewise for Windows builds. We can then drop the .def files that were used to export symbols on Windows builds, which should clean up things a bit.
* Visual Studio builds: Clean up PangoCairo build filesChun-wei Fan2016-06-221-3/+1
| | | | | Define HAVE_CAIRO_FREETYPE in the property sheets instead of disabling it via conditional compilation, which makes things a bit neater.
* Kill PANGO_MODULE_VERSIONBehdad Esfahbod2015-04-041-6/+0
|
* Update config.h.win32.inChun-wei Fan2013-12-031-4/+1
| | | | | Make its entries more consistent to the autotools-generated config.h.in, and update MODULE_VERSION to 1.8.0, as that was missed.
* Update config.h.win32.inChun-wei Fan2012-08-291-10/+7
| | | | Make its entries more consistent with the entries given in config.h.in.
* config.h.win32.in: Update a bitChun-wei Fan2011-12-301-0/+3
| | | | Make the config entries more like the standard config.h.in
* Update config.h.win32.inChun-wei Fan2011-05-201-2/+2
| | | | There were some typoes in the autotools macros used-fix them up.
* Update preconfigured config.h(.win32.in)Chun-wei Fan2011-05-161-2/+8
| | | | | | -Update for Visual C++ 2010 regarding stdint.h (it is shipped with VS 2010 by default) -Allow option to not use FontConfig
* Add a couple of files accidentally left out in previous commitTor Lillqvist2010-03-151-0/+151