Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Launcher restructure (preparation for package manager)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Jul 26, 2015
1 parent 7719658 commit 5fa21c9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd src
moonc -t build/lua .
cd ../
java -cp core/libs/bcel.jar:core/libs/luaj.jar luajc -r -d src/build/classes src/build/lua
javac bin/launcher/*.java
jar cvfe bin/non.jar Main -C bin/launcher/ .
javac bin/src/non/*.java
jar cvfe bin/non.jar Main -C bin/src/non/ .
jar fu bin/non.jar core res src VERSION
chmod 777 bin/non.jar
chmod 777 bin/non.jar
6 changes: 3 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd src
call moonc -t build\lua .
cd ../
call java -cp core\libs\bcel.jar;core\libs\luaj.jar luajc -r -d src\build\classes src\build\lua
call javac bin\launcher\*.java
call jar cvfe bin\non.jar Main -C bin\launcher\ .
call javac bin\src\non\*.java
call jar cvfe bin\non.jar Main -C bin\src\non\ .
call jar fu bin\non.jar core res src VERSION
endlocal
endlocal

0 comments on commit 5fa21c9

Please sign in to comment.