* set OEXT (.class) and ASMEXT (.j) for JVM target

git-svn-id: branches/jvmbackend@19746 -
This commit is contained in:
Jonas Maebe 2011-12-04 15:33:49 +00:00
parent bd990d1173
commit 271c028813
2 changed files with 245 additions and 244 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1032,6 +1032,8 @@ endif
# Java
ifeq ($(OS_TARGET),java)
OEXT=.class
ASMEXT=.j
SHAREDLIBEXT=.jar
SHORTSUFFIX=java
endif