A Question on CoreFoundation Deployment Targets
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=umBmS3kysfdqVT1rnceNGIY/+HJk/OgksImCswqBSDM=; b=M+xn+6UiG8yLRwzWn/gScRYhCuAptHICHYZ5y0yorDZw17COQeBTaZm1rdBjKIMxAX 7Ifsq/2onwkd6tIsA5moAsLhn6kcqE6X28Gee4MxTv8YcXwoFhjZlqZ1C+d6ku7iEgN9 0LjdmJdZY+/5uBuOrnTtmqs0I8RPOSdqgYQlY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fbt7oPjjZsjR+glvaP7AluPkUZS2HEuepAosc1c/p4r5lhfYWMjX9apgzMfop6QcsJ +bu5wjyCaxVHNdiw3yh6K7SJn41/7acrIQT5Cm6mmJRrU+LXQeDD3pPag4u7l3xk+3HV Lxm5tqbwhty+v1kAqOtc2YNtcembNdl4atcxE= The new CF-550 sources contain a few conditional implementations based on the value of the preprocessor macros. In addition to the expected DEPLOYMENT_TARGET_WINDOWS, I now find the new "DEPLOYMENT_TARGET_WINDOWS_SYNC" and "DEPLOYMENT_TARGET_WINDOWS_SAFARI". It seems that DTW contains things common to DTW_SYNC and DTW_SAFARI, but I'm not sure which of these two is the 'correct' version to be using for non-Apple projects. For now I'm assuming the DTW_SAFARI is the correct choice since it seems to most similar to what used to be the plain vanilla DTW macro. Can anyone confirm that this is reasonable? -Brent _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brent Fulgham