That worked. Thanks Frank.
Frank Wein wrote: > srivani wrote: > > Hi, > > > > I am new to mozilla and the cygwin build system used to build it. > > However, I have successfully built the mozilla source code from > > mozilla-1.7.13-source.tar.bz2 by following the steps given in the build > > documentation. I could also build all the test applications by > > excluding "--disable-tests" from the .mozconfig file. > > > > I am interested in exploring the mfcembed test application (in > > mozilla/embedding/tests/mfcembed) more and have made some modifications > > in a few source files. > > > > I want to know if there is a way to rebuild just this application in > > cygwin without building the whole mozilla source code again with "make > > -f client.mk build" and excluding "--diable-tests" as was done > > initially from the mozilla root directory? > > > > Can anyone provide me with leads to rebuild just mfcembed without > > building anything else? > > Normally you just cd into embedding/tests/mfcembed and execute "make" > there. If you have a obj-dir, you have to cd into that first and then > into embedding/... > > Frank _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
