Francois Gouget
c2f2b990e0
Add function prototypes.
2004-10-05 18:08:40 +00:00
Francois Gouget
d0882ef46d
Handle the static libraries linked to using EXTRALIBS.
2004-10-04 19:14:49 +00:00
Steven Edwards
d2acb8cf8b
Define _WIN32_WINNT and _WIN32_IE versions for MS_VC Build.
2004-09-23 04:26:54 +00:00
Alexandre Julliard
2ceb42dd43
Moved all files from the controls/ directory to dlls/user.
2004-08-31 01:10:08 +00:00
Francois Gouget
48ea250887
Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not
...
needed as it is defined by the Wine headers.
Use __WINE_USE_MSVCRT to detect whether we are being compiled with the
Wine MSVCRT headers or the Windows ones. In the latter case:
- don't try to include the Wine-specific msvcrt headers
- skip all the headers.c tests since there's no MSVCRT_* symbols to
check
2004-08-11 19:36:17 +00:00
Francois Gouget
ad7a4fb9ee
Fix msvcmaker so the generated testlist.c files include stdarg.h.
...
Add comments pointing out the relation between msvcmaker and
make_ctests.
2004-07-16 19:14:43 +00:00
Steven Edwards
0ea344e53a
Remove reference to old graphics directory
2004-03-22 21:29:53 +00:00
Martin Fuchs
f74e715bab
Fixed options for winebuild.
2003-12-15 19:50:42 +00:00
Alexandre Julliard
97657b1dcf
Get rid of the msdos/ directory.
2003-11-14 21:12:03 +00:00
Alexandre Julliard
7999469e7d
Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
...
dlls/kernel.
Get rid of the memory/ directory.
2003-11-13 20:58:55 +00:00
Alexandre Julliard
357c7401b9
Re-use the loader directory for the main wine loader, and get rid of
...
the miscemu directory.
2003-11-06 01:17:56 +00:00
Jon Griffiths
33c069ae30
Added some needed config.h entries.
2003-09-23 22:51:11 +00:00
Alexandre Julliard
ccc7570b84
Get rid of relay32 directory.
2003-09-19 04:36:54 +00:00
Alexandre Julliard
4e874ee0d7
The if1632 directory no longer exists.
2003-08-26 02:31:43 +00:00
Jon Griffiths
40085f8a8c
ole/ directory doesn't exist anymore.
2003-08-18 19:48:14 +00:00
Jon Griffiths
0e8c8cb246
Handle long file names in pre-build step (quote them).
...
dlls/gdi/win16drv doesn't exist any more.
2003-07-18 22:53:33 +00:00
Francois Gouget
617cf92602
library/Makefile.in and unicode/Makefile.in don't exist anymore.
2003-05-13 00:29:09 +00:00
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