28 lines
515 B
Bash
28 lines
515 B
Bash
#!/bin/sh
|
|
|
|
#Project dependencies file
|
|
#Final authority on what's required to fully build the project
|
|
|
|
# byond version
|
|
export BYOND_MAJOR=514
|
|
export BYOND_MINOR=1556
|
|
|
|
#rust_g git tag
|
|
export RUST_G_VERSION=0.4.8
|
|
|
|
#auxmos git tag
|
|
export AUXMOS_VERSION=v0.2.3
|
|
|
|
#node version
|
|
export NODE_VERSION=12
|
|
export NODE_VERSION_PRECISE=12.20.0
|
|
|
|
# SpacemanDMM git tag
|
|
export SPACEMAN_DMM_VERSION=suite-1.6
|
|
|
|
# Extools git tag
|
|
export EXTOOLS_VERSION=v0.0.7
|
|
|
|
# Python version for mapmerge and other tools
|
|
export PYTHON_VERSION=3.6.8
|