Program in C?  (Without using IDE, etc)

OK thought so, so i moved them to where winvavr looks for libraries. but under subfolder of arduino. I then included them using "arduino\name.h" If that wasn't enough i included the complete file name from c:.....

The compiler found the library, specifically the servo.h.

but it ddin't recognize the class definition of the Servo. And that is a C failure to recognize C++ code, if i understand it correctly.

So this brings me to how does one change the default make instruction in avr-studio4? it appears i will need to change it from gcc to g++.

rep