Update SigScript
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
75bcb598c2
commit
e896e1289b
2
Java/scripts/build.sh
Executable file → Normal file
2
Java/scripts/build.sh
Executable file → Normal file
@ -6,5 +6,5 @@ javac -source ${SOURCE_VERSION} -target ${TARGET_VERSION} -Xlint:unchecked -cp $
|
||||
printf "\n\n\nRunning Program...\n\n"
|
||||
ORIGINAL_LOC=$(pwd)
|
||||
cd $OUT_DIR
|
||||
java -cp ${PROJECT_DIR}/.. -Djava.library.path="${LIBRARY_PATH}" ${MAIN_CLASS} "$@"
|
||||
java -Djava.library.path="${LIBRARY_PATH}" ${MAIN_CLASS} "$@"
|
||||
${ORIGINAL_LOC}/${LANGUAGE}/scripts/clean.sh
|
||||
@ -1,4 +1,4 @@
|
||||
build.sh:84783bf7616937e2831d0de49dbb2f67 -
|
||||
build.sh:947a32eaed85aa23e589b1c70523a00b -
|
||||
clean.sh:96ce35f2d2dcb555421e00a6afda23ca -
|
||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
|
||||
jar.sh:56f9b7c6dc8e85f28ffefe9ce82b1f07 -
|
||||
|
||||
10
build.sh
Executable file
10
build.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#Builds and runs the project.
|
||||
#Java
|
||||
source ${LANGUAGE}/scripts/version_info
|
||||
rm -Rf out/*
|
||||
javac -source ${SOURCE_VERSION} -target ${TARGET_VERSION} -Xlint:unchecked -cp ${PROJECT_DIR}/.. -d ${OUT_DIR} ${PROJECT_DIR}/*.java
|
||||
printf "\n\n\nRunning Program...\n\n"
|
||||
ORIGINAL_LOC=$(pwd)
|
||||
cd $OUT_DIR
|
||||
java -Djava.library.path="${LIBRARY_PATH}" ${MAIN_CLASS} "$@"
|
||||
${ORIGINAL_LOC}/${LANGUAGE}/scripts/clean.sh
|
||||
BIN
lib/jinput-2.0.9-natives-all.jar
Normal file
BIN
lib/jinput-2.0.9-natives-all.jar
Normal file
Binary file not shown.
BIN
lib/jinput-2.0.9.jar
Normal file
BIN
lib/jinput-2.0.9.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user