|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
make distcleanHi, I''ve checked that making distclean on gambas sources directory, it deletes all the "*moc.cpp" files, there is a:
test -z "*_moc.cpp" || rm -f *_moc.cpp line for every source directory. Is this correct or is it a bug? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: make distclean_moc files are generated by the QT meta object compiler, so yes, I guess that's correct
2008/5/26 José Luis Redrejo <jredrejo@...>: Hi, I''ve checked that making distclean on gambas sources directory, it deletes all the "*moc.cpp" files, there is a: ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: make distcleanLe Monday 26 May 2008 11:45:22 José Luis Redrejo, vous avez écrit :
> Hi, I''ve checked that making distclean on gambas sources directory, it > deletes all the "*moc.cpp" files, there is a: > > test -z "*_moc.cpp" || rm -f *_moc.cpp > > line for every source directory. > > Is this correct or is it a bug? yes it's correct, *_moc.cpp files are build "on the fly" with moc from qt toolkit. ++ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: make distcleanI suppossed that too, but then, I don't understand why they're included in the sources of gambas.
2008/5/26 Laurent Carlier <lordheavym@...>: Le Monday 26 May 2008 11:45:22 José Luis Redrejo, vous avez écrit : ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: make distcleanLe Monday 26 May 2008 15:41:59 José Luis Redrejo, vous avez écrit :
> I suppossed that too, but then, I don't understand why they're included in > the sources of gambas. > Perhaps because they are present in the Makefile.am file in the src dirs so they are included when make dist is done. ++ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
| Free Forum Powered by Nabble | Forum Help |