Add embedding/tests/winEmbed/Makefile to xulrunner/makefiles.sh (no bug); rs=build

This commit is contained in:
Ed Morley 2011-12-08 20:02:25 +00:00
parent f0a78d733e
commit ee7d10985d

View File

@ -68,4 +68,9 @@ if [ "$OS_ARCH" = "WINNT" ]; then
add_makefiles "
xulrunner/tools/redit/Makefile
"
if [ "$MOZILLA_OFFICIAL" -o "$ENABLE_TESTS" ]; then
add_makefiles "
embedding/tests/winEmbed/Makefile
"
fi
fi