Alexandre Julliard
|
f910e2b5f6
|
winedump: Avoid printf format warnings.
|
2006-12-08 11:39:21 +01:00 |
Alexandre Julliard
|
662897e9d6
|
winebuild: Added --nxcompat option, and mark all modules as NX-compatible by default.
|
2006-12-07 20:51:49 +01:00 |
Alexandre Julliard
|
b2972947ca
|
winedump: Print sizes and offsets in hex.
|
2006-12-07 18:01:29 +01:00 |
Dmitry Timoshkov
|
690c852540
|
winedump: Dump section data of COFF library files, decode some import data.
|
2006-12-07 15:41:21 +01:00 |
Dmitry Timoshkov
|
e0518a9d88
|
winedump: Add a possibility to dump raw section data.
|
2006-12-07 15:41:14 +01:00 |
Dmitry Timoshkov
|
1542722121
|
winedump: Export dump_section() for use outside of pe.c.
|
2006-12-07 15:40:27 +01:00 |
Dmitry Timoshkov
|
7928f5460f
|
winedump: Handle properly partial optional COFF headers.
Export dump_file_header() and dump_optional_header() for use outside of pe.c.
|
2006-12-07 15:40:04 +01:00 |
Dmitry Timoshkov
|
cb7453ff4d
|
winedump: IMAGE_SCN_ALIGN_??? are not the bit fields, but the values masked by IMAGE_SCN_ALIGN_MASK.
|
2006-12-07 15:39:14 +01:00 |
Dmitry Timoshkov
|
2d9046e209
|
winedump: Avoid returning void from a void function.
|
2006-12-07 15:39:07 +01:00 |
Dmitry Timoshkov
|
53e89174c0
|
winedump: Make output of dump_data fit into 80 columns.
|
2006-12-07 15:39:01 +01:00 |
Francois Gouget
|
d60b99bd12
|
msvcmaker: Remove references to wine_unicode and to .spec.c files.
|
2006-12-07 11:53:52 +01:00 |
Francois Gouget
|
baf85ad931
|
msvcmaker: Link with msvcrt(d).dll rather than with the static C library.
|
2006-12-06 12:14:35 +01:00 |
Francois Gouget
|
f1698c4b0c
|
msvcmaker: Tweak the .dsp formatting to better match Visual Studio.
|
2006-12-06 12:13:52 +01:00 |
Francois Gouget
|
72d5c0ddca
|
msvcmaker: Remove unneeded -I.. for the msvcrt tests.
|
2006-12-06 12:13:47 +01:00 |
Francois Gouget
|
bcf4a22a5e
|
msvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR so it does not pollute $output_dir.
|
2006-12-06 12:13:41 +01:00 |
Francois Gouget
|
bb8e625b5b
|
Assorted spelling fixes.
|
2006-12-05 10:31:47 +01:00 |
Alexandre Julliard
|
813ae10f33
|
winebuild: Check for illegal characters in entry point names.
|
2006-12-04 12:23:58 +01:00 |
Andrew Talbot
|
696eddca8c
|
winedump: Cast-qual warnings fix.
|
2006-12-04 12:23:13 +01:00 |
Andrew Talbot
|
25d1dc81d6
|
winedump: Cast-qual warnings fix.
|
2006-12-04 12:23:08 +01:00 |
Dmitry Timoshkov
|
671a2261c0
|
winedump: Restore the COFF library dumper functionality broken by the previous change.
|
2006-11-30 20:06:27 +01:00 |
Eric Pouech
|
bacca3425a
|
winedump: Added support for dumping types from PDB, CV... files.
|
2006-11-30 12:59:15 +01:00 |
Eric Pouech
|
64f7c68554
|
winedump: First shot at dumping PDB files contents.
|
2006-11-30 12:58:56 +01:00 |
Eric Pouech
|
5839fd7f10
|
winedump: Make dump mode the default.
|
2006-11-30 12:52:14 +01:00 |
Eric Pouech
|
c4dc400a88
|
winedump: Dump the EMF files as any other file types.
Internally, make use of the PRD function for checking available file ranges.
|
2006-11-30 12:47:16 +01:00 |
Eric Pouech
|
cac7be486d
|
winedump: Use same scheme for dumping lnk files as the executables (through the PRD macro and a full mapped image).
|
2006-11-30 12:47:04 +01:00 |
Eric Pouech
|
9ef9d62d4c
|
winedump: Use a uniform scheme for dumping file contents.
|
2006-11-30 12:38:06 +01:00 |
Eric Pouech
|
80b09ccf4c
|
winedump: Header file pe.h is useless, get rid of it.
|
2006-11-30 12:35:33 +01:00 |
Eric Pouech
|
afe309b7d9
|
winedump: Changed PE, NE, LE dumping so that they are consistent in terms of dump function signatures.
Avoid passing around the base of the module, but use instead the PRD function.
|
2006-11-30 12:34:50 +01:00 |
Dmitry Timoshkov
|
8e8e8f073d
|
winedump: Add partial COFF library support.
|
2006-11-28 12:37:54 +01:00 |
Dmitry Timoshkov
|
1297e859b3
|
winedump: Make some data const.
|
2006-11-28 12:36:01 +01:00 |
Vitaliy Margolen
|
da36762297
|
wineshelllink: Use FreeDesktop standard to create Wine menu structure.
|
2006-11-27 17:20:47 +01:00 |
Dmitry Timoshkov
|
7669035472
|
winedump: Constify some data.
|
2006-11-27 13:45:17 +01:00 |
Dmitry Timoshkov
|
d8725b8850
|
winedump: Fix a copy/paste typo.
|
2006-11-27 13:45:12 +01:00 |
Dmitry Timoshkov
|
5b0eb0998a
|
winedump: Remove a not needed include.
|
2006-11-27 13:45:07 +01:00 |
Dmitry Timoshkov
|
2d0ca5b2a9
|
winedump: Make the implementation match the prototype.
|
2006-11-27 13:45:03 +01:00 |
Louis Lenders
|
454d5cd1ac
|
wine.inf: Add setupapi to fake dlls.
|
2006-11-20 11:50:15 +01:00 |
Kevin Koltzau
|
64506c0a51
|
winedump: Print new DLL characteristics.
|
2006-11-17 11:14:21 +01:00 |
Alexandre Julliard
|
b8a2e3b8a4
|
user32: Renamed the user/ directory to user32.
|
2006-11-16 14:49:25 +01:00 |
Michael Stefaniuc
|
cc234847d0
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserFree() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:23 +01:00 |
Michael Stefaniuc
|
6f95047034
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserUnMarshal() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:20 +01:00 |
Michael Stefaniuc
|
05b1aac100
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserMarshal() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:16 +01:00 |
Michael Stefaniuc
|
177aaf6738
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserSize() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:12 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Rob Shearman
|
5daafc73f9
|
winedump: Fix printf warning in the generated code.
|
2006-11-06 12:27:18 +01:00 |
Kirill K. Smirnov
|
1b039cc3ba
|
wine.inf: Associate .hlp files with winhelp.
|
2006-10-30 18:31:30 +01:00 |
Alexandre Julliard
|
01ee1418d6
|
winedump: Avoid some dead code.
|
2006-10-27 14:19:32 +02:00 |
Detlef Riekenberg
|
832398f41d
|
tools/wine.inf: Add default printer ports.
|
2006-10-27 12:00:58 +02:00 |
Jeff Latimer
|
6d1b4af58b
|
tools: Add addtional help to runtest.
|
2006-10-23 12:27:41 +02:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |
James Hawkins
|
463cec6af6
|
tools/wine.inf: Add the ProgramFilesPath registry entry.
|
2006-10-20 11:41:09 +02:00 |