Re: kext programming with VIM?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi, hello, I am new to Mac programming, and have a question: it seems that the only way to do kext programming is to do it with Xcode? Can I do it with Vim? If it is possible, how to make the Makefile for the kext code? But... Switching from vim editor to anything else is too difficult for me. Besides, cscope/ctags give me the best way to analyse the code. Combining it with vim shortcuts, I dont see anything can beat that :-) Many thanks. H {P^/ _______________________________________________ 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 Sat, 29 Jul 2006, NAHieu wrote: Well I am sure there is a way to do what Xcode does with Makefiles. Look at the terminal output for the build process for some ideas. Also, there is the 'xcodebuild' tool to build an Xcode project from the command line. ... there is no reason you can't use vim to edit your sources and Xcode to build them. Just because Xcode has an editor built in doesn't mean you have to use it. You can use any editor to modify the files. This email sent to site_archiver@lists.apple.com
participants (1)
-
John Dalgliesh