mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 17:30:21 +02:00
* set OEXT (.class) and ASMEXT (.j) for JVM target
git-svn-id: branches/jvmbackend@19746 -
This commit is contained in:
parent
bd990d1173
commit
271c028813
File diff suppressed because it is too large
Load Diff
@ -1032,6 +1032,8 @@ endif
|
||||
|
||||
# Java
|
||||
ifeq ($(OS_TARGET),java)
|
||||
OEXT=.class
|
||||
ASMEXT=.j
|
||||
SHAREDLIBEXT=.jar
|
||||
SHORTSUFFIX=java
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user