We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is for internal tools, eg. distributed with the Redtamarin SDK
each tools build should be under the build/{projectname} here we would use build/projectormake
build/{projectname}
build/projectormake
each tools should be able to produce a standalone executable (or a binary)
Special case for projectormake where we need to self-bootstrap other tools will use projectormake to produce their binaries. In order to self-bootstrap projectormake need to "compile itself" using the redshell and a pre-compiled projectormake.abc.
Special case for projectormake where we need to self-bootstrap other tools will use projectormake to produce their binaries.
projectormake
In order to self-bootstrap projectormake need to "compile itself" using the redshell and a pre-compiled projectormake.abc.
redshell
projectormake.abc
each tools should be able to
.abc
.swf
The text was updated successfully, but these errors were encountered:
for such builds we will use Bash for now
Bash
Sorry, something went wrong.
No branches or pull requests
this is for internal tools, eg. distributed with the Redtamarin SDK
each tools build should be under the
build/{projectname}
here we would use
build/projectormake
each tools should be able to produce a standalone executable (or a binary)
each tools should be able to
.abc
or.swf
file (eg. pre-compiled code)projectormake
)The text was updated successfully, but these errors were encountered: