Alexandre Julliard
4a301f5d26
Removed no longer needed support for patching the debugger path in the
...
registry.
2002-10-29 23:27:37 +00:00
Patrik Stridvall
ec50ab2a33
API file update.
2002-10-29 21:30:32 +00:00
Patrik Stridvall
011fc645a3
Add new options --wine and --winetest so workspace and project files
...
for Wine and Winetest might be generated independently.
2002-10-29 21:25:09 +00:00
Patrik Stridvall
1a6898b8ef
Added support for excluding optional fields.
2002-10-29 21:23:44 +00:00
Andreas Mohr
0739ed720e
- check for root user
...
- silence errors
2002-10-25 03:11:33 +00:00
Patrik Stridvall
ccfd32fbf6
- Added proper parsing of the Makefile.in's to find the tests.
...
- Added support for optionally using the Microsoft headers instead of
the Wine headers.
2002-10-23 20:16:12 +00:00
Patrik Stridvall
1298eb4053
Fixed mismatches between the Wine headers and the Microsoft headers.
2002-10-23 18:50:10 +00:00
Patrik Stridvall
3007bd437e
Minor modifications and improvements.
2002-10-23 18:44:46 +00:00
Vincent Béron
8ce90f2f0b
Run regedit even if not installed.
2002-10-21 19:19:54 +00:00
Uwe Bonnes
2c481cebcd
demangle_datatype: delete superflous free().
2002-10-19 17:16:29 +00:00
Martin Fuchs
3f44167715
Corrected the alignment of unicode message table strings in wmc, and
...
switched to unicode for message strings, so that FormatMessage() now
works.
2002-10-19 17:15:00 +00:00
Alexandre Julliard
b3332d74b0
Converted the server to -DSTRICT.
2002-10-19 01:00:59 +00:00
Alexandre Julliard
7aee90762a
Merged wine_call_to_16_long and wine_call_to_16_short into a single
...
function.
2002-10-18 00:29:32 +00:00
Patrik Stridvall
724c1a60ff
- Better .dsp file generation for .exe outputs
...
- Added generation of winetest.dsw for building wine tests under
Windows (currently very kludgy, but it works to some extent).
2002-10-18 00:20:58 +00:00
Patrik Stridvall
cff905837f
- Fixed broken winapi_extract options --{pseudo-,}stub-statistics.
...
- Added new winapi_extract options --{pseudo-,}implemented.
2002-10-15 02:15:35 +00:00
Patrik Stridvall
90fb04604d
Don't use a special header file for macros used in generated tests.
...
Have a copy in each generated file instead.
2002-10-15 01:24:03 +00:00
Vincent Béron
fc144ada89
Actually compile Wine even if not installing as root.
2002-10-15 01:19:46 +00:00
Vincent Béron
0e668bb9b3
Allow wineinstall to be run from tools/ or from the main Wine
...
directory.
2002-10-13 17:53:47 +00:00
Patrik Stridvall
65442cd763
- Improved alignment and offset calculations.
...
- Reorganized and improved enum/union/struct parsing.
2002-10-11 17:53:13 +00:00
Alexandre Julliard
4ce72031a0
Don't list register functions in the .def file.
2002-10-09 20:28:06 +00:00
Patrik Stridvall
91a3686853
Reorganized the code for better support of data structures parsing.
2002-10-09 18:12:02 +00:00
Eric Pouech
5cfcabc3e2
Fixed segv when incorrect command line arguments where given.
2002-10-07 18:22:09 +00:00
Alexandre Julliard
54f228733a
Added process_id_t and thread_it_t types to the server interface
...
instead of using void*, and removed a number of type casts.
2002-10-03 19:54:57 +00:00
Patrik Stridvall
df6d37e0f2
- Minor improvements.
...
- Added tests for GDI and USER.
2002-10-02 19:54:14 +00:00
Alexandre Julliard
16f3c788d0
Preliminary support for dumping NE binaries.
2002-10-02 18:50:09 +00:00
Patrik Stridvall
bd68e06896
- API file update.
...
- Minor bug fixes.
2002-10-02 01:23:55 +00:00
Patrik Stridvall
a40a4f719e
- Added a new tool winapi_test for generating tests.
...
- Added a data structure packing test to winapi_test.
- Reorganized and optimized a few things.
2002-10-01 18:10:54 +00:00
Bill Medland
f38979349b
Minor typo fix.
2002-09-29 17:59:58 +00:00
Francois Gouget
af9978e101
Updated the wrapper code to match the new naming executable and
...
library conventions.
Executables don't need spec files.
Removed unused code.
2002-09-27 22:06:56 +00:00
Francois Gouget
635eb3c2ae
Bring the naming of libraries and executable up to current standards.
...
Install dlls and executables in dlldir.
It is no longer necessary to import ntdll.dll.
2002-09-26 03:20:59 +00:00
Alexandre Julliard
4b9344eb15
Moved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-25 03:29:55 +00:00
Alexandre Julliard
e9119c198d
Removed some more TSX11 functions and files.
2002-09-24 18:36:51 +00:00
Patrik Stridvall
de306f2e67
- Don't add standard headers for the dll separation hacks.
...
- API files update.
2002-09-24 18:27:47 +00:00
Alexandre Julliard
df8e6eeb0f
Removed a bunch of no longer used TSX wrappers.
2002-09-24 03:17:31 +00:00
Patrik Stridvall
d56fd1a72f
- Added support for %struct16 (used by CLSID).
...
- API files update.
2002-09-24 03:07:38 +00:00
Patrik Stridvall
11f0359977
- Made the new C parser handle the current Wine source.
...
- Added a compabillity layer between the old and the new C parser.
- Added parsing of data structures.
2002-09-23 20:38:30 +00:00
Francois Gouget
e30b0780be
Install notepad.exe in c:\windows too.
2002-09-23 19:55:12 +00:00
Jon Griffiths
2caa99f2bb
Update output for current build process.
2002-09-20 19:20:04 +00:00
Jon Griffiths
d756a0ac93
Documentation update.
2002-09-20 19:19:34 +00:00
Martin Wilck
4ae4d66159
Make all target names lower case.
2002-09-18 18:30:29 +00:00
Martin Wilck
0f298433d7
Fix "install" and "uninstall" targets: .exe -> .exe.so; target dir is
...
$(dlldir), like for the "builtin" wine binaries.
2002-09-17 18:31:31 +00:00
Jan Kratochvil
b90930310c
Bug fix.
2002-09-17 18:30:38 +00:00
Jan Kratochvil
a58134aede
New -S: Search only prototype names found in 'symfile'.
2002-09-16 23:59:53 +00:00
Marcus Meissner
2ca7000dc8
Added ctype.h.
2002-09-16 23:58:59 +00:00
Martin Wilck
29d48a504f
- Support "-imsvcrt" as an abbreviation of "-imsvcrt.dll".
...
- Automatically add MSVCRT include path if MSVCRT DLL was requested.
2002-09-13 17:55:54 +00:00
Martin Wilck
90d6528099
- fix perl syntax error in my own patch
...
- fix perl syntax error in generate_wrapper_file()
- fix order of arguments generate_from_template() in generate_wrapper_file()
- don't ignore command line -l, -I, and -i arguments
- build wrapper with a minimal set of DLLs/libraries
- fix autoconf invocation to support both 2.5x and 2.13
- fix usage message for --nodlls
- target_init(\$global_settings) must not be done after reading command line
- fix appName declaration in wrapper code
2002-09-13 17:43:25 +00:00
Alexandre Julliard
16a303b376
Replaced 'heap' .spec statement by a command line option.
...
Updated winebuild manpage.
2002-09-12 22:51:20 +00:00
Patrik Stridvall
c6629293a8
Minor bug fixes and improvements.
2002-09-12 22:25:35 +00:00
Patrik Stridvall
e298097640
- Made remove trailing whitespace a default off option.
...
- Add support for C++ to C comment conversion.
2002-09-12 20:42:44 +00:00
Dimitrie O. Paun
7e035e290a
Remove support for 'file', 'name', and 'mode' in .spec files.
2002-09-12 18:10:05 +00:00