Skip to content

Make build files produce cleaner outputs #2

Description

@Vulpovile

Using a build server such as Jenkins to build multiple different architectures in one go will likely be used.
There's already a weird workaround for windows ANSI, but this should be removed instead of replicated. Currently, everything is being dumped into bin/lwjgl/..

Instead, the build system should follow the following format:

bin/lwjgl/${os.family}-${os.arch}-${os.type}/.

Where:
${os.family} will include the main operating system family, such as:

  • windows
  • mac
  • solaris
  • linux

${os.arch} will include the operating system/JRE architecture, such as:

  • x86
  • x86_64
  • SPARC
  • SPARCv9

${os.type} will include extra data, such as:

  • unicode
  • ansi

A similar format should be used for the output libraries.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions