Re: Re: kext programming with VIM?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BoI7R4f36DEdUZt5XaBnFVUdms1kPomdKXzE+IthaxykcU+69WIkBdeFu9fpmce2o5vUgb59WlNQ4s16ZVVYDu7Sgb3/y7RVWRyj3ZKelzmeBetxZDifuJI0An5dQim4qmY6tJenaEG4QhlTPuGwACZNNZAX2oG/GKpG9ln7nVA= On Jul 29, 2006, at 1:56 AM, NAHieu wrote:
So there is absolutely no way to skip using Xcode??? I cannot believe that!! My old ethernet project uses a Makefile to build a kext. It works fine, builds fat/universal binaries, whatever. You do NOT need XCode.
Correct you do not need Xcode but... we have several projects that are shared between Linux, Windows and Mac OS X and we decided that for many of the stable projects we would actually use Xcode projects to build them for the simple fact that we can use distributed build system built into Xcode (easier to get going). We have several shared xcconfig files that define the build style settings for all of the xcode projects so all that we manage is which files are in the project which doesn't change a lot (not hard to keep up with). -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... On 7/29/06, Chuck Remes <cremes@mac.com> wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson