Temporarily ship the JavaInterfaces.jar file in the xulrunner package itself (bin/sdk/lib) until we have a real developer kit build system.

git-svn-id: svn://10.0.0.236/trunk@186162 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net 2005-12-16 15:25:00 +00:00
parent 9888e5eb9a
commit 375567c90f

View File

@ -112,3 +112,12 @@ IXPCOMError.java: $(topsrcdir)/xpcom/base/nsError.h gen-nsError.pl Makefile Make
export:: IXPCOMError.java
# Temporarily copy these not only to dist/sdk/lib but to dist/bin/sdk/lib
TEMP_SDK_DIR = $(DIST)/bin/sdk/lib
$(TEMP_SDK_DIR)::
$(NSINSTALL) -D $@
libs:: $(JARFILE) $(JARFILE_SRC) $(TEMP_SDK_DIR)
$(INSTALL) $(IFLAGS2) $^