Code::blocks plugin

Hey Guys,

I'm going to try and write a plugin for code::blocks to write arduino code and then upload the board. From reading up on the makefile command line documentation I've found I think I understand compiling the code. The problem I foresee is uploading to the board. I think I could figure it out for linux, but I'm trying to do it for Windows. I've probably missed something pretty simple, but I can't find what I should put in the "PORT" line for the makefile. Has anybody come up with a command line tutorial for windows users?
Thanks,

Blair

This is just a suggestion, but you might try to enable compile and upload verbosity on the Arduino preference file. It helped me a lot more than the makefile while (trying to) running it on Eclipse IDE.
Just look into preferences.txt for the following keys, and put them both to true :

build.verbose
upload.verbose