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
Родитель 7cc8b18b08
Коммит 4518458e10
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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