Bug 315917 - Make sure javac compiles JVM 1.4 compatible class files. r=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@186221 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2005-12-18 17:09:28 +00:00
parent f2a6f68a58
commit 78c6341708
4 changed files with 13 additions and 10 deletions

View File

@@ -68,10 +68,6 @@ GARBAGE_DIRS += _javagen org
include $(topsrcdir)/config/rules.mk
ifdef MOZ_DEBUG
JAVAC_FLAGS = -g
endif
ifeq ($(OS_ARCH),WINNT)
RUN =
OUTPUT_DIR = $(shell cygpath -w $(CURDIR)/_javagen/org/mozilla/xpcom)