Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Need suffix command for different bit-depths #215

Description

Description:

There's a problem with ttFormBuilder where both 32 and 64 bit dlls MUST be in the same directory. In this particular case, the 32-bit dll names should be unmodified, but the 64-bit dlls should have _x64 appended to the filename.

That means we're going to need a suffix command that is bit-depth dependent.

64Suffix: _x64 # if specified, suffix is appended to the dll name
32Suffix: _x86 # if specified, suffix is appended to the dll name

Issue Type:

  • Bug report
  • Feature request
  • Design change request
  • Other

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

    enhancementNew feature or requesthigh priorityThis needs to be fixed ASAP

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions