pe: add resource test file

This commit is contained in:
Philip Craig
2022-08-27 13:01:20 +10:00
parent 894282b32a
commit e61733eec1
3 changed files with 7 additions and 0 deletions
BIN
View File
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
"MY VERSION" VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
BEGIN
END
+2
View File
@@ -0,0 +1,2 @@
x86_64-w64-mingw32-windres resource.rc -O coff -o resource.res
x86_64-w64-mingw32-gcc base.o resource.res -o resource.exe