Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Automatic configure/build of CVS C/C++ repositories?

Standard make projects will build just as Java ones do. If you want to run 
configure, you could probably provide a script as the build command 
(changeable in the project properties) to run configure when necessary and 
then invoke make. I've never tried this, though...

Doug Schaefer
Ottawa Lab, IBM Rational Software Division



Craig Rasmussen <crasmussen@xxxxxxxx> 
Sent by: cdt-dev-bounces@xxxxxxxxxxx
03/30/2005 06:16 PM
Please respond to
"CDT General developers list."


To
cdt-dev@xxxxxxxxxxx
cc

Subject
[cdt-dev] Automatic configure/build of CVS C/C++ repositories?






This question has come up in two different contexts and
I don't know the answer.  If one checks out a java plugin from
a CVS repository, the java classes are automatically build.

Is there an equivalent thing that could be done with CDT for C/C++
files?  In general, probably not.  But is there something that could be
done to provide an Eclipse environment supporting 
configure/build/install
within a workspace?

Cheers,
Craig

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top