[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Compiling from the command line

Hello, i am using eclipse to work on, and compile my C++ project, however, i want to be able to do it on my server machine which has no X, so i have to do it from the cmdline.
I know i can just copy the Makefile that the build step generates, and then run make on the server, but i was wondering if i could somehow automatically do that from the cmdline if i have the .cproject and .project files ?