summaryrefslogtreecommitdiffstats
path: root/pango
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Avoid confusion in 10.7 SDK headers in at least Xcode45-DP3"Tor Lillqvist2012-07-281-12/+2
| | | | | | | | | Nah, don't bother going down this path for now, just require max-allowed to be equal to the SDK version... This reverts commit abf0ff683bc87fe6b2d88df0ae101d89740d6238. Change-Id: I0a3d765533866dad6bf604b1ebbfaef9e168f667
* Avoid confusion in 10.7 SDK headers in at least Xcode45-DP3Tor Lillqvist2012-07-231-2/+12
| | | | | | | | | | | | | | When building with MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7, <CoreData/NSFetchRequest.h> does #define NSPersistentStoreRequest NSObject (i.e. as a dummy) and does not import <CoreData/NSPersistentStoreRequest.h>. But <CoreData/NSIncrementalStore.h> doesn't do anything similar, it imports <CoreData/NSPersistentStoreRequest.h> unconditionally. So if <CoreData/NSFetchRequest.h> has already been included by then, it will end up quite confusing. Change-Id: I9de6885ea444a73bf5fd50aa6a3d132b9fcc2f31
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier2012-03-241-2/+5
|
* .lst files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-291-4/+2
| | | | | | | | | ...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
* Fix build against the MacOSX 10.6 SDK but with 10.4 as the highest used APITor Lillqvist2011-10-031-0/+30
|
* Escaped non-ASCII characters from source files in pangoTakashi Nakamoto2011-08-312-1/+529
| | | | | | | Building pango with VC++ 2008 Express Edition on Windows platform where the locale is Japanese (or maybe Korean, Chinese or others) fails because some files extracted from the pango tarball contains non-ASCII characters. This change escapes those non-ASCII characters with "\xff" expression.
* I'm sure I fixed this beforeCaolán McNamara2011-08-041-2/+2
|
* silence pango, get rid of $/ escapes, pass verbosity switchesChristian Lohmaier2011-06-142-11/+39
|
* Add cross-compilation supportTor Lillqvist2011-06-071-0/+4
|
* Use unique Pango DLL names to avoid risk clashing with "official" DLLsTor Lillqvist2011-06-032-4/+21
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-40/+40
|
* Set also CXXFLAGSTor Lillqvist2011-05-311-0/+1
|
* Propagate verbosityTor Lillqvist2011-05-301-1/+4
|
* ooo340libs: needed patch changes for external libraries/using ↵ka2011-04-012-915/+4
| | | | external/jpeg*.h again
* masterfix DEV300: #i10000# build fixesIvo Hinkelmann2011-03-302-2/+2
|
* rsvglibs: final touchesPhilipp Lohmann [pl]2011-03-291-542/+0
|
* rsvglibs: adjustments for external library patcheska2011-03-282-8/+6
|
* rsvglibs: minor adjustments wrt. new/updated external libska2011-03-282-0/+543
|
* rsvglibs: corrected dependencieska2011-03-262-0/+0
|
* rsvglibs: added external pango libraryka2011-03-264-31/+1622
|
* rsvglibs: adjusted makefiles to build external rsvglib dependencieska2011-03-251-0/+4
|
* rsvglibs: add pango dependencyPhilipp Lohmann [pl]2011-03-014-0/+194