- Update the lib paths in
.cargo/config.tomlto match yours. If you want to build for a system that is already supported natively by your default msvc installation, you can remove these or comment them out. cargo +rust9x build --target i686-rust9x-windows-pcor equivalent
- Make sure to put
hh3gf.golden.exenext to the executable for testing. - If you plan on testing on Windows 9x/ME, make sure to place
unicows.dllnext to the executable- For stack unwinding, also place
dbghelp.dll(version 5.1 or higher, see r9x wiki for more info)
- For stack unwinding, also place
- If you link dynamically, make sure to provide the necessary runtime libraries.
hh3gf.golden.exe is taken from https://github.com/pts/pts-tinype to test stdout redirection.