On Nov 14, 8:03 pm, [EMAIL PROTECTED] wrote: > where is "makefile.in" > there isn't topsrcdir/embedding\tests\winEmbed . > So rename makefile.in ->makefile.win .. and compile. but It's not > worked. > I wanna compile and renovate that code . > but I cant compile . > ... > who has mfcembed or winembed compile tutorial? > or decribe procedure compiling by VC 2005 or VC6 .
follow the standard instructions for building. Makefile.in is an input used by configure to generate Makefile which is a gnu makefile. gnu makefiles are not compatible with nmake or just about any random make that isn't gnu make (gmake). _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
