News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

windres.exe

Started by silbarad, July 13, 2005, 01:45:53 AM

Previous topic - Next topic

silbarad

Where I must change if:
Old have:

c:\MinGW\bin>windres --help
Usage: windres [option(s)] [input-file] [output-file]
The options are:
 -i --input=<file>            Name input file
 -o --output=<file>           Name output file
 -I --input-format=<format>   Specify input format
 -O --output-format=<format>  Specify output format
 -F --target=<target>         Specify COFF target
    --preprocessor=<program>  Program to use to preprocess rc file
    --include-dir=<dir>       Include directory when preprocessing rc file
 -D --define <sym>[=<val>]    Define SYM when preprocessing rc file
 -v --verbose                 Verbose - tells you what it's doing
    --language=<val>          Set language when reading rc file
    --use-temp-file           Use a temporary file instead of popen to read
                              the preprocessor output
    --no-use-temp-file        Use popen (default)
 -h --help                    Print this help message
 -V --version                 Print version information
FORMAT is one of rc, res, or coff, and is deduced from the file name
extension if not specified.  A single file name is an input file.
No input-file is stdin, default rc.  No output-file is stdout, default rc.
windres: supported targets: pe-i386 pei-i386 elf32-i386 elf32-little elf32-big s
rec symbolsrec tekhex binary ihex
Report bugs to bug-binutils@gnu.org

in the new
C:\MinGW\bin>windres --help
Usage: windres [option(s)] [input-file] [output-file]
The options are:
 -i --input=<file>            Name input file
 -o --output=<file>           Name output file
 -J --input-format=<format>   Specify input format
 [b]-O --output-format=<format>  Specify output format[/b]
 -F --target=<target>         Specify COFF target
    --preprocessor=<program>  Program to use to preprocess rc file
 -I --include-dir=<dir>       Include directory when preprocessing rc file
 -D --define <sym>[=<val>]    Define SYM when preprocessing rc file
 -U --undefine <sym>          Undefine SYM when preprocessing rc file
 -v --verbose                 Verbose - tells you what it's doing
 -l --language=<val>          Set language when reading rc file
    --use-temp-file           Use a temporary file instead of popen to read
                              the preprocessor output
    --no-use-temp-file        Use popen (default)
 -r                           Ignored for compatibility with rc
 -h --help                    Print this help message
 -V --version                 Print version information
FORMAT is one of rc, res, or coff, and is deduced from the file name
extension if not specified.  A single file name is an input file.
No input-file is stdin, default rc.  No output-file is stdout, default rc.
windres: supported targets: pe-i386 pei-i386 elf32-i386 elf32-little elf32-big s
rec symbolsrec tekhex binary ihex
Report bugs to <URL:http://www.sourceware.org/bugzilla/>


Thank for help

darklordsatan

Im sorry, but whats your question exactly?

mandrav

Go to "Settings->Compiler->Other->Advanced options->Commands->Compile Win32 resource file" and change the command to:
$rescomp -i $file -J rc -o $resource_output -O coff $res_includes

Yiannis.
Be patient!
This bug will be fixed soon...

silbarad


silbarad

I find problem with options -F becouse
-F --target=<target>         Specify COFF target
    --preprocessor=<program>  Program to use to preprocess rc file
    --include-dir=<dir>       Include directory when preprocessing rc


--include-dir=<dir>

If i set this options for resource, I compile resource and not compile source.
And when i set options -I I not compile resource but i compile source.

What can i do??

thomas

Quote from: silbaradI find problem with options -F becouse
(...)
And when i set options -I

Use -J instead of -I because -I has an entirely different meaning now. You want -J (if I understand you right).
-I is only needed if you #include stuff from your .rc files, then it should point to whereever your project includes are.

About -F ... Is this necessary at all? I never used -F and it works anyway.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."