Skip to content
Snippets Groups Projects
Commit 8955f0de authored by John van Groningen's avatar John van Groningen
Browse files

add make_resource_linux64_mingw64.sh to make winIde.rsrc

parent fefa50e8
No related branches found
No related tags found
No related merge requests found
Pipeline #55193 failed
#!/bin/bash
sed -e 's%\\%/%' < winIde.rc | x86_64-w64-mingw32-windres -O coff -o winIde.rsrc_obj
x86_64-w64-mingw32-ld winIde.rsrc_obj -o winIde.rsrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment