Update SigScript

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2 3 years ago
parent 75bcb598c2
commit e896e1289b
  1. 2
      Java/scripts/build.sh
  2. 2
      Java/scripts/md5
  3. 10
      build.sh
  4. BIN
      lib/jinput-2.0.9-natives-all.jar
  5. BIN
      lib/jinput-2.0.9.jar

@ -6,5 +6,5 @@ javac -source ${SOURCE_VERSION} -target ${TARGET_VERSION} -Xlint:unchecked -cp $
printf "\n\n\nRunning Program...\n\n" printf "\n\n\nRunning Program...\n\n"
ORIGINAL_LOC=$(pwd) ORIGINAL_LOC=$(pwd)
cd $OUT_DIR 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 ${ORIGINAL_LOC}/${LANGUAGE}/scripts/clean.sh

@ -1,4 +1,4 @@
build.sh:84783bf7616937e2831d0de49dbb2f67 - build.sh:947a32eaed85aa23e589b1c70523a00b -
clean.sh:96ce35f2d2dcb555421e00a6afda23ca - clean.sh:96ce35f2d2dcb555421e00a6afda23ca -
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 - commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
jar.sh:56f9b7c6dc8e85f28ffefe9ce82b1f07 - jar.sh:56f9b7c6dc8e85f28ffefe9ce82b1f07 -

@ -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

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save