Jon Griffiths
|
272d240402
|
Output a dummy function for linking.
Define __WINE_USE_NATIVE_HEADERS for tests that need to care.
Change the debug information format to prevent winedbg from crashing.
|
2003-03-15 19:36:16 +00:00 |
Francois Gouget
|
dcfc25e982
|
Add support for .drv extension (for winspool.drv tests for instance).
|
2003-01-07 19:40:00 +00:00 |
Dimitrie O. Paun
|
8b36681bad
|
Rename __WINE__ to __WINESRC__.
|
2003-01-04 00:52:18 +00:00 |
Francois Gouget
|
95217843d5
|
The link command specifies which version of the C library to link with
(see /M[TD]d? option). So we must not explicitly link with
'msvcrt.lib'. Fixes the msvcrt test crashes.
|
2002-12-18 02:22:12 +00:00 |
Patrik Stridvall
|
fc46e46240
|
- Fixed bug caused by changes to Wine.
- Added support for running all the tests in batch.
|
2002-11-30 19:03:51 +00:00 |
Patrik Stridvall
|
93cf466cba
|
- Updated it to support changes in Wine.
- Added support for C++ compilation (off by default).
|
2002-11-04 22:41:00 +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
|
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
|
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
|
c6629293a8
|
Minor bug fixes and improvements.
|
2002-09-12 22:25:35 +00:00 |
Patrik Stridvall
|
175234c893
|
- Proper handling of GDI32 and USER32.
- Added PACKAGE_* for the config.h generation.
- Proper include path for the resource compiler.
- Minor bug fixes and improvements.
|
2002-08-30 00:01:55 +00:00 |
Patrik Stridvall
|
cea6df7787
|
Added Microsoft Visual Studio workspace and project file maker.
|
2002-08-27 00:29:36 +00:00 |