Bug 493675: redit.exe is not in sdk/bin, r=mfinkle

This commit is contained in:
Hiroyuki Ikezoe 2009-05-18 23:22:36 -04:00
parent cf30b892a5
commit d5e812cba5

View File

@ -121,7 +121,7 @@ libs::
ifneq (,$(filter WINNT WINCE,$(OS_ARCH)))
cp $(srcdir)/$(APP_ICON).ico $(DIST)/bin/chrome/icons/default/$(APP_ICON).ico
$(LIBXUL_DIST)/sdk/bin/redit $(DIST)/bin/$(APP_BINARY) $(srcdir)/$(APP_ICON).ico
$(LIBXUL_DIST)/host/bin/redit $(DIST)/bin/$(APP_BINARY) $(srcdir)/$(APP_ICON).ico
endif
endif