Eric Pouech
|
d75e0cd1f0
|
winedump: Print some basic info for pure DOS file (which fixes segfault while reading DOS files).
|
2007-01-06 11:40:44 +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 |
Dmitry Timoshkov
|
8e8e8f073d
|
winedump: Add partial COFF library support.
|
2006-11-28 12:37:54 +01:00 |
Michael Stefaniuc
|
ba123abf57
|
winedump: Win64 printf format warning fixes.
|
2006-10-02 11:55:07 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
2886e9b0e8
|
makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
|
2006-08-07 17:48:18 +02:00 |
Mike Frysinger
|
5392844392
|
Add support for 'make install DESTDIR'.
|
2006-02-14 13:51:38 +01:00 |
Alexandre Julliard
|
12a749984c
|
Put Wine version information in all the man pages.
|
2005-10-06 16:10:01 +00:00 |
Eric Pouech
|
627aeca259
|
Created dump.c as a central point for file dumping (includes header
analysis, utility funcs...).
Added support for dumping minidump files.
|
2005-03-07 11:03:53 +00:00 |
Mike McCormack
|
50e9c0145d
|
Add dumping of lnk files.
|
2005-02-17 11:51:23 +00:00 |
Mike McCormack
|
888c1f2da5
|
Extend winedump to allow dumping enhanced meta files.
|
2005-01-04 20:32:25 +00:00 |
Robert Reif
|
2e991c351d
|
Added partial VxD support.
|
2005-01-03 14:48:49 +00:00 |
Michael Stefaniuc
|
8ae9b8926e
|
Added winedump man page, heavily based on the README file.
|
2004-02-17 22:49:33 +00:00 |
Jon Griffiths
|
2d3e50537f
|
Use $(EXEEXT) for the winedump executable.
|
2003-08-18 19:49:10 +00:00 |
Alexandre Julliard
|
6a9fe36de2
|
Created a separate static portability library and moved some of the
libwine routines in there.
|
2003-03-19 22:09:16 +00:00 |
Alexandre Julliard
|
f8bac62769
|
Do not define __WINESRC__ when building tools and miscemu.
|
2003-01-09 01:57:15 +00:00 |
Dimitrie O. Paun
|
8b36681bad
|
Rename __WINE__ to __WINESRC__.
|
2003-01-04 00:52:18 +00:00 |
Alexandre Julliard
|
16f3c788d0
|
Preliminary support for dumping NE binaries.
|
2002-10-02 18:50:09 +00:00 |
Alexandre Julliard
|
ce830a9c18
|
Added mkinstalldirs to create directories more portably.
|
2002-05-09 04:31:39 +00:00 |
Alexandre Julliard
|
9a68b7bef0
|
Link the tools and the server against libwine so we can use the
portability functions in there.
|
2002-04-27 21:19:22 +00:00 |
Eric Pouech
|
d786a12d58
|
Added PE dump capabilities to specmaker and renamed specmaker into
winedump.
|
2001-09-07 16:04:38 +00:00 |