Rolf Jansen
bbba7c2199
in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings
2015-10-05 08:11:19 -03:00
Christopher Lloyd
426eaa4bcd
overhaul of targets and configurations, move from multiple targets to single targets and multiple configurations
2015-05-16 11:07:53 -04:00
Christopher Lloyd
5279eb5d7d
merge 6cc54d3
development-arts
2015-04-23 23:09:54 -04:00
Glenn Ganz
5dcefb1af3
switch to solaris i686
2013-07-04 17:46:17 +02:00
Glenn Ganz
b35c2207bc
add target for solaris/i386
2013-07-04 16:20:19 +02:00
Glenn Ganz
f59eb449d4
add target for solaris/i386
2013-07-04 16:07:11 +02:00
Christopher Lloyd
29537572e1
fix Darwin 64bit Foundation build
2013-04-07 22:12:55 -04:00
Christopher Lloyd
2ad3151efb
upgrade some projects to 4.6, remove xcconfigs from resources build phase
2013-04-05 11:24:24 -04:00
Christopher Lloyd
54c3412526
move bulk of build settings to xcconfigs, clean out unneeded build rules, phases and settings
2013-04-05 11:01:56 -04:00
Christopher Lloyd
a797940597
delete MacOS AppKit target and move some settings to xcconfig
2013-04-04 09:37:30 -04:00
Christopher Lloyd
794364bc65
add xcconfigs to projects
2013-03-31 23:27:37 -04:00
Christopher Lloyd
f442357e0d
validated projects with Xcode 4
2012-03-06 09:56:28 -05:00
Christopher Lloyd
be53f5e0b9
replace build rule with compiler variable in build setting for Windows 386
2012-03-05 22:12:14 -05:00
Pauli Ojala
4b679080a6
Updated project for compatibility with Xcode 4.2, fixed issue 920
2012-02-10 17:14:11 +02:00
Glenn Ganz
d7fe98fe49
update Foundation to Xcode 4.2
2011-11-18 11:07:59 +01:00
Glenn Ganz
0d40efc5c4
Merge upstream
2011-09-29 17:38:42 +02:00
Christopher Lloyd
1200b1f942
remove almost all top-level configuration build variables
2011-09-28 10:14:44 -04:00
Christopher Lloyd
5fbac7dc5c
move deployment options to xcconfig
2011-09-27 10:25:49 -04:00
Christopher Lloyd
1fc511eda0
remove EXECUTABLE_SUFFIX, fix Foundation base xcconfig
2011-09-26 23:28:47 -04:00
Christopher Lloyd
028364941e
move DEPLOYMENT_LOCATION to xcconfig
2011-09-26 23:19:53 -04:00
Christopher Lloyd
a9a5306e07
add framework xcconfig
2011-09-26 18:06:39 -04:00
Christopher Lloyd
fe2733fa5a
move Windows INSTALL_PATH to xcconfig
2011-09-26 14:32:36 -04:00
Christopher Lloyd
2d69bdf6a3
add basic xcconfig's for current targets and update build paths to use EFFECTIVE_PLATFORM_NAME
2011-09-26 14:16:24 -04:00
Glenn Ganz
c859049b3e
Remove NSInitializeProcess, initializing called now from library constructor (DllMain or libmain)
2010-11-04 19:30:43 +01:00
Christopher Lloyd
e8a26f6712
CoreServices/CFNetwork project fix
2010-10-20 12:10:14 -04:00
Glenn Ganz
4ef2e82e8e
Solaris build fixes
2010-10-05 11:24:20 +02:00
Christopher Lloyd
956eeec4cb
merged changes
2010-05-18 16:02:03 -04:00
Christopher Lloyd
589f709a12
- addresses issue #491 for borderless windows and opaque opengl surface
...
- Fixes issues in the FreeBSD build
2010-05-17 21:14:13 -04:00
Christopher Lloyd
bcb17abeb4
- Added NSAccessibility, NSNibAXRelationshipConnector, NSCIImageRep, CI* classes to AppKit project
...
- enable CIContext on NSGraphicsContext
- NSMenu decodes parent menu from coder instead of setting it programmatically
- NSException prints exception if NSDebugEnabled instead of raising
- NSKeyedUnarchiver properly decodes NSNumber's
- forwarding code added to NSProxy
2010-04-29 14:55:24 -04:00
Christopher Lloyd
61d3e2f55e
standardize all build directories as in project directory
2010-04-01 13:01:05 -04:00
Christopher Lloyd
257b62b973
- cleanup NSWindowBackgroundView border type
...
- fixed Info.plist for new CFNetwork, CoreServices targets for Linux/Darwin
2010-03-23 15:20:48 +00:00
Christopher Lloyd
2fefe01644
- enable -Wreturn-type, -Wswitch, -Wmissing-braces, -Wparentheses, -Wunused-function, -Wunused-label for Foundation and AppKit Release configurations, and fixed all accompanying warnings.
...
- CFNetwork and CoreServices targets for Darwin and Linux i386
2010-03-23 15:02:22 +00:00
Christopher Lloyd
1edcedccc4
(fixes issue #537 ) added CoreServices dependancy to Foundation
2010-03-17 21:52:59 +00:00
Christopher Lloyd
7e5ec4ecb8
- moved CG* basic types to CFBase.h
...
- cleaned up CF and CG headers so they do not have ObjC in them
- AppKit changes related to CF/CG header changes
- added CFNetwork and CoreServices skeletons
2009-11-12 18:07:15 +00:00