Mail Archives: cygwin/1998/01/23/20:04:28
I use windres (you should get the updated copies either for mingw or
cygwin)
windres file.rc file.o
then link the object file
You have to do the following in your makefile
sed s/{/BEGIN/
sed s/}/END/
and watch out for mixed case on things like Font
it should be FONT
CONTROL and a few other things aren't supported, but most stuff is.
Christoph Kukulies wrote:
> I'm seeking for a way to get .rc files compiled and linked
> with the gnu-win32/b18 or coolview tools.
>
> I tried the mstools\samples\generic example to no avail
> although I got the Petzold hellowin working.
>
> There seem to be different approaches (windres, what is rcl? where
> do I find it?) All seem to have their limitations.
>
> Is MS Platform SDK a choice?
>
> --
> Chris Christoph P. U. Kukulies kuku AT gil DOT physik DOT rwth-aachen DOT de
> -
> For help on using this list (especially unsubscribing), send a message
> to
> "gnu-win32-request AT cygnus DOT com" with one line of text: "help".
--
Bartlee A. Anderson System Test (Interfaces-Tools-Automation-ISDN)
Rockwell International Electronic Commerce Division
300 Bauman Ct. banders AT ecd DOT rockwell DOT com
MS 933-605 Opinions my own, not Rockwell's VOICE (630) 227-8975
Wood Dale, IL 60191 FAX (630) 227-9771
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -