Added base files, with the basic ability to add/remove variables from the Runtime.
This commit is contained in:
parent
aef02c4bff
commit
7e5207c45a
19 changed files with 906 additions and 0 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
debug:
|
||||
ncc build --config="debug"
|
||||
|
||||
release:
|
||||
ncc build --config="release"
|
||||
|
||||
install:
|
||||
ncc package install --package="build/release/net.nosial.rtex.ncc" --skip-dependencies --reinstall -y
|
||||
|
||||
install-debug:
|
||||
ncc package install --package="build/debug/net.nosial.rtex.ncc" --skip-dependencies --reinstall -y
|
||||
|
||||
uninstall:
|
||||
ncc package uninstall -y --package="net.nosial.rtex"
|
Loading…
Add table
Add a link
Reference in a new issue