view hello/makesyso.bat @ 97:e024aa0b0c53

Restrucure for modern versions of Go using modules.
author Brian Smith <brian@dbsoft.org>
date Fri, 05 Nov 2021 15:27:32 -0500
parents src/hello/makesyso.bat@4960219e245b
children
line wrap: on
line source

@echo off
windres -i hello.rc -o hello_windows_amd64.syso --input-format=rc --output-format=coff --target=pe-x86-64 -DDW64
windres -i hello.rc -o hello_windows_386.syso --input-format=rc --output-format=coff --target=pe-i386