mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Apply patches
Re-add lin-system, and fix Linux datadir fix jar paths allow for modern java
This commit is contained in:
parent
7d047f9223
commit
7912e0f32b
4 changed files with 31 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ find_package(Java 1.6 REQUIRED COMPONENTS Development)
|
|||
|
||||
include(UseJava)
|
||||
set(CMAKE_JAVA_JAR_ENTRY_POINT JavaCheck)
|
||||
set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked)
|
||||
set(CMAKE_JAVA_COMPILE_FLAGS -target 8 -source 8 -Xlint:deprecation -Xlint:unchecked)
|
||||
|
||||
set(SRC
|
||||
JavaCheck.java
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ find_package(Java 1.6 REQUIRED COMPONENTS Development)
|
|||
|
||||
include(UseJava)
|
||||
set(CMAKE_JAVA_JAR_ENTRY_POINT org.multimc.EntryPoint)
|
||||
set(CMAKE_JAVA_COMPILE_FLAGS -target 1.6 -source 1.6 -Xlint:deprecation -Xlint:unchecked)
|
||||
set(CMAKE_JAVA_COMPILE_FLAGS -target 8 -source 8 -Xlint:deprecation -Xlint:unchecked)
|
||||
|
||||
set(SRC
|
||||
org/multimc/EntryPoint.java
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue