8000 Add support for JNI shared objects into Java builds. · Issue #13 · emrainey/Concerto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for JNI shared objects into Java builds.  #13
Open
@emrainey

Description

@emrainey

include $(PRELUDE)
TARGET := MyJava
TARGETTYPE := jar
ENTRY := com.somepath.Class
JSOURCES = $(call all-java-under,com)
SHARED_LIBS := foo
include $(FINALE)

The "SHARED_LIBS" would be a list of JNI libraries that the jar requires to build/deploy with. These make the jars platform dependent (probably a bad idea) but would be required at least for dependency generation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0