Fix bug 135807

Embedding tests need module name to work with modsquad scripts.
r=cls sr=alecf
This commit is contained in:
blythe%netscape.com 2002-04-16 21:52:25 +00:00
parent 32a093d13a
commit 44f2be5785
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = mfcembed$(BIN_SUFFIX)
RESFILE = MfcEmbed.res
MODULE = mfcEmbed
REQUIRES = \
xpcom \
string \

View File

@ -27,6 +27,7 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = winEmbed$(BIN_SUFFIX)
RESFILE = winEmbed.res
MODULE = winEmbed
REQUIRES = xpcom \
string \
embed_base \