<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Anyone else want to tackle this?<br><br><br>Windres is what you would likely use in a Cygwin environment.<br>And maybe MinGW.<br>But not an "MS" environment.<br><br><br>It isn't the target per-se, it is more about the "host tools".<br><br>How about config file says:<br>WINDOWS_RESOURCE_COMPILER = "rc"<br>or<br>WINDOWS_RESOURCE_COMPILER = "windres"<br>?<br>or USE_RC = TRUE vs.<br>USE_WINDRES = TRUE?<br><br>or maybe we can try running each and use whatever works?<br><br>I had windres on my path and it ran, and failed.<br>I think because of backslashes in paths.<br>It also ran gcc as part of its work, which I also had in the path.<br>I had these mainly because Cygwin provides cvs/ssh.<br>I'm actually using the Microsoft compiler/linker/rc.<br><br><br>I guess supposed AMD64_CYGWIN and AMD64_MINGW are next in line as targets, using the C backend..<br>Though I also doubt if anyone here uses them.<br><br><br>Thank you,<br> - Jay<br><br><br><div>> Date: Tue, 3 Sep 2013 08:49:06 +0000<br>> To: m3commit@elegosoft.com<br>> From: jkrell@elego.de<br>> Subject: [M3commit] CVS Update: cm3<br>> <br>> CVSROOT:  /usr/cvs<br>> Changes by:      jkrell@birch.   13/09/03 08:49:06<br>> <br>> Modified files:<br>>    cm3/m3-sys/windowsResources/src/: winRes.tmpl <br>> <br>> Log message:<br>>  This file uses rc for backend mode 0 and windres otherwise.<br>>       Change it to also use rc backend mode C.<br>>  This all seems wrong.<br>>     windres is a Cygwin tool.<br>>         rc is a Microsoft tool.<br>>   windres probably works "cross", though that is probably rare.<br>>   <br>>  This should probably be lifted all the way up to the config files.<br>> <br></div>                                           </div></body>
</html>