thunk-cli 0.3.2

Thunk the Rust program to support Windows XP, Vista and more!
Documentation
  • Coverage
  • 20%
    1 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 23.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 710.74 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • felixmaker/thunk
    161 20 14
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • felixmaker
thunk-cli-0.3.2 has been yanked.

Thunk-cli

Thunk the Rust program to support old Windows platforms!

Preparation

Download VC-LTL5 and YY-Thunks Binary, unzip them and add environment variable:

Binary Environment Variable
VC-LTL-XXX-Binary.7z VC_LTL
YY-Thunks-XXX-Binary.zip YY_THUNKS

Then add Thunk to run path.

Install Thunk

cargo install thunk-cli

Sample 1. Build for Windows XP

cargo new build_for_xp
cd build_for_xp
thunk --os xp --arch x86 -- --release

Sample 2. Build a shared library for Windows XP

cargo new build_for_xp
cd build_for_xp
thunk --os xp --arch x86 --lib -- --release

Show help

Use the following command to show help:

thunk.exe --help

Note: In order to distinguish the program build by Thunk, Thunk builds the release in ./target/*_build.