Note that the DOS version may not be available in future versions.
The Windows version now requires Windows XP or later. If you need to work with prior versions of Windows, use the DOS version for now.
The toolchains to compile to legacy environments (i.e. XP and earlier) are becoming more difficult to find and use.
Download
- Windows: https://zdoom.org/files/utils/acc/acc158win.zip (compiled with mingw32)
- Windows 64-bit: https://zdoom.org/files/utils/acc/acc158win64.zip (compiled with mingw64)
- DOS: https://zdoom.org/files/utils/acc/acc158dos.zip (compiled with DJGPP)
- Macintosh: https://zdoom.org/files/utils/acc/acc158mac.zip (compiled by _mental_)
- Linux 64-bit: https://zdoom.org/files/utils/acc/acc158linux-x64.zip (compiled with GCC)
- Linux 32-bit: https://zdoom.org/files/utils/acc/acc158linux-i386.zip (compiled with GCC)
- add ternary operator syntax
- Fixed bug with address miscalculation in ternary operator when compiling with -h or #nocompact flags
- Add constants for Line_SetAutomap{Flags,Style}
- Use proper bit values for AMLF constants
- added CMake build system
- removed obsolete build systems files
- Fixed bug with required optional parameters of MorphActor function