Lars Gullik Bjønnes a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Is it already quicker because it does not need than the Makefile based
| compilation because it does not go through the shell libtool command
| step before each call to gcc. I am talking about this:
|
| /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H ...
I had the opposite feeling... scons being slower... On Linux process
creation is usually very fast, I don't think that is the case on win.
Nope, it is also call "Winslow". The bad thing with the shell script is
that there two process to launch for one compilation and cygwin sh is
much slower than linux for sure. Msys sh is even slower.
| I have a question: Is it necessary to copy the complete tree inside
| "win32-qt4/"? I reckon the object files is enought, isn't it?
That is a scons faq. (kindo)
http://www.scons.org/doc/HTML/scons-user/x1948.html
http://www.scons.org/doc/HTML/scons-user/x1965.html
OK, thanks,
Abdel.