André Hentschel
9419eadd04
wrc: Add PPC64 support.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-09 13:05:31 +01:00
Alexandre Julliard
6cc475dbe5
wrc: Remove some dead code.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-30 12:37:27 +02:00
Alexandre Julliard
64ff68c884
wrc: Add --nls-dir option.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-12 16:54:02 +01:00
Alexandre Julliard
0a66eaea68
wrc: Set the output format from the output file name.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-07 10:38:06 +01:00
Alexandre Julliard
1d8f4fe4a0
wrc: Add an option to set the input codepage to UTF-8.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-07 10:34:59 +01:00
Alexandre Julliard
5417826caa
wrc: Also search the include dir relative to the binary path.
...
Suggested by Kevin Puetz.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-30 11:30:13 +01:00
Alexandre Julliard
9240ffbb29
wrc: Add --sysroot option.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-02 13:55:16 +01:00
André Hentschel
0beb178a2e
wrc: Remove getopt prototype.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-07 13:19:31 +09:00
Carlo Bramini
36a39cea90
wrc: Remove redeclaration of optarg and optind.
2015-08-13 16:07:29 +09:00
Alexandre Julliard
da066aeafc
wrc: Ignore unknown -m target options.
2014-02-12 19:15:23 +01:00
Alexandre Julliard
54e0c7fe14
wrc: Remove an unused variable.
2013-10-28 14:18:56 +01:00
André Hentschel
198b70cb9d
wrc: Add ARM64 support.
2013-01-16 12:37:46 +01:00
Alexandre Julliard
f4ec097c9b
wrc: Load translations from mo files instead of po.
2011-10-22 20:13:40 +02:00
Francois Gouget
9c11faf619
wrc: Fix the spelling of the --endianness option.
2011-08-24 19:07:45 +02:00
Alexandre Julliard
d8c986e062
wrc: Add support for loading translations from po files.
2011-01-04 11:18:45 +01:00
Alexandre Julliard
10700bf6b2
wrc: Add support for generating .po files from existing resources.
2011-01-04 11:18:10 +01:00
Alexandre Julliard
5fabc5cca7
wrc: Copy the strmake utility function from winegcc.
2010-12-30 12:27:13 +01:00
Alexandre Julliard
e6340f1652
wrc: Add support for target options, and define _WIN64 for 64-bit builds.
2010-09-29 20:13:28 +02:00
Kirill Smelkov
277aba1d76
wrc: Drop hardcoded INCLUDEDIR.
...
INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.
2010-04-22 11:27:52 +02:00
Alexandre Julliard
cb9be96437
wrc: Move temp file management from wpp directly into the load_file function.
2010-03-30 15:33:54 +02:00
Rob Shearman
903f686899
wrc: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.
2010-01-22 12:18:20 +01:00
Michael Stefaniuc
b90a74c724
Revert "wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions.".
...
This reverts commit 1405c00ecb
.
Wine now requires a new enough flex version.
2009-12-30 13:36:19 +01:00
Alexandre Julliard
be7558fc30
wrc: Print a warning when encountering utf8 strings in non-utf8 codepage.
2009-08-20 15:33:03 +02:00
Marcus Meissner
39d4d12c08
wrc: Handle "no files == stdin".
2009-08-10 13:09:43 +02:00
Michael Stefaniuc
d67a9d92ea
wrc: Reset the language before processing multiple rc files.
2009-07-10 12:24:09 +02:00
Alexandre Julliard
683dc30e82
wrc: Clean up command line parsing for multiple files support.
2009-06-29 13:12:59 +02:00
Alexandre Julliard
1405c00ecb
wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions.
2009-06-23 15:53:01 +02:00
Alexandre Julliard
e25bc79da1
wrc: Add support for loading multiple input files at once.
2009-06-22 12:23:39 +02:00
Alexandre Julliard
cf63bb880e
wrc: Print better error messages for functions that set errno.
2009-02-16 15:35:15 +01:00
Austin English
90f89fa74d
tools: Spelling fixes.
2008-01-18 12:52:09 +01:00
Francois Gouget
7e92283678
wrc: Modify the error, warning and tracing functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
2007-10-19 11:46:11 +02:00
Dmitry Timoshkov
fcd6f662ac
wrc: Constify some data.
2007-08-30 11:48:47 +02:00
Nicolas Delcros
a6fe56a8cf
wrc: Fixed typo for the --pedantic argument.
2006-09-25 17:56:38 +02:00
Alexandre Julliard
42418fbbe8
wrc: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-12 09:05:20 +02:00
Alexandre Julliard
050c8942d1
wrc: Allow building without debug support in the parser.
2006-09-09 11:26:29 +02:00
Alexandre Julliard
fce74f7411
wrc: Get rid of xmalloc casts.
2006-08-26 21:42:01 +02:00
Alexandre Julliard
f1de64db39
wrc: Clean output files when aborting on an error or signal.
2006-05-27 13:23:37 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Dmitry Timoshkov
57a579ffcd
Make more arrays const.
2006-01-24 14:00:32 +01:00
Alexandre Julliard
88991e2a4e
Support building flex files without debug support.
2006-01-03 15:11:46 +01:00
Alexandre Julliard
a8d69d6e35
Add current directory to default include path.
2005-10-10 18:07:34 +00:00
Alexandre Julliard
ac21d34b26
Set the version we report in wmc and wrc from the global Wine
...
version.
2005-10-10 10:43:41 +00:00
Mike McCormack
a6dd1258b9
Move function prototypes to header.
2005-06-22 11:59:18 +00:00
Francois Gouget
cfc3943c5f
Make our ascii strings static const.
...
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Dimitrie O. Paun
23a1c12d8e
Add support for --verbose for compatibility.
2004-04-12 22:04:13 +00:00
Vincent Béron
8451240526
Added a new flag to wrc, to be used to assess translations
...
advancement.
2004-01-18 23:24:04 +00:00
Jon Griffiths
3e12aba93f
Only statics are sure to be set to 0, explicitly initialise globals.
2003-08-18 19:48:58 +00:00
Alexandre Julliard
e1a9b10f51
Moved the wpp library from tools/ to libs/.
...
Create symlinks to the various libraries in the libs directory.
2003-05-01 03:16:21 +00:00
Dimitrie O. Paun
45864a7775
Add -fo as a synonym for -o, for compatibility with rc.
...
Line up help message, cleanup some error messages.
2003-04-19 02:47:28 +00:00
Dimitrie O. Paun
29ba6163aa
Remove the no longer needed -m option, ignore -r for compatibility
...
with rc.
Rename -B to --endianess, -d to --debug, -W to --pedantic.
Add a new -U,--undefine option to undefined preprocessor symbols.
Cleanup the help message (order the long options alphabetically).
2003-03-28 19:31:49 +00:00