Re: kext programming with VIM?
Re: kext programming with VIM?
- Subject: Re: kext programming with VIM?
- From: John Dalgliesh <email@hidden>
- Date: Sat, 29 Jul 2006 16:31:29 +1000 (EST)
Hi,
On Sat, 29 Jul 2006, NAHieu wrote:
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?
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.
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 :-)
... 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.
Many thanks.
H
{P^/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden