Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
6fb39dfe4a
|
programs: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:37 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
26a42f8452
|
winedos: Merge all of winedos back into krnl386.
|
2010-01-05 16:25:34 +01:00 |
Alexandre Julliard
|
a18bbec0f0
|
kernel: Add an import lib for krnl386, and stop importing 16-bit functions from kernel32.
|
2009-12-30 18:01:34 +01:00 |
Alexandre Julliard
|
40a264b0e7
|
winevdm: Move the loading of the system drivers into their specific 16-bit module.
|
2009-12-28 23:50:40 +01:00 |
Alexandre Julliard
|
b66685cdd8
|
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
|
2008-09-03 14:21:41 +02:00 |
Alexandre Julliard
|
f315d0291d
|
winevdm: Move the DOS memory range check to not trigger for Win16 apps.
|
2008-05-05 13:34:05 +02:00 |
Alexandre Julliard
|
16e8633ee5
|
winedos: Handle memory reservation errors more gracefully.
|
2008-04-14 20:39:52 +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
|
0b79d9245d
|
winevdm: Load sound.drv too.
|
2006-07-24 13:27:15 +02:00 |
Alexandre Julliard
|
028ab92bf7
|
make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
|
2006-07-10 20:59:06 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Alexandre Julliard
|
c425045abb
|
winevdm: Don't use sizeof in traces to avoid printf format warnings.
|
2006-06-13 14:12:07 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
ec34a66612
|
Ignore symlink files too (needed for git).
|
2005-11-26 13:12:57 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Dimi Paun
|
b69e7a19d5
|
Move remaining GDI objects to the large heap.
|
2005-05-27 19:28:23 +00:00 |
Alexandre Julliard
|
f7b090ae2a
|
Fail more gracefully if 16-bit support is missing.
|
2005-05-19 14:23:27 +00:00 |
Rein Klazes
|
0ed059cd77
|
Support execution of pif files.
|
2005-03-07 19:24:43 +00:00 |
Francois Gouget
|
fbb3343547
|
Assorted spelling fixes.
|
2005-03-02 13:53:50 +00:00 |
Alexandre Julliard
|
6be39b60f5
|
Take advantage of the new winegcc -B support.
|
2004-03-09 04:54:07 +00:00 |
Alexandre Julliard
|
589e115233
|
We no longer use the .exe.spec.c files.
|
2004-03-02 21:16:37 +00:00 |
Alexandre Julliard
|
6621b2d213
|
Build all the programs with winegcc.
|
2004-03-02 21:00:00 +00:00 |
Alexandre Julliard
|
90dc6580f5
|
Make sure all 16-bit system drivers are loaded for 16-bit apps.
|
2003-09-27 02:34:07 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Mike McCormack
|
99c67eefcd
|
Null parameters need to be quoted on the commandline.
|
2003-07-09 02:50:15 +00:00 |
Jukka Heinonen
|
f93d452d78
|
Fix argument passing to DOS program from winevdm.
Add support for invoking DOS programs with long command lines.
|
2003-05-02 20:11:52 +00:00 |
Alexandre Julliard
|
fedc411743
|
Moved the functionality of starting Win16 and DOS programs from the
common process startup into a separate winevdm application.
|
2003-04-27 00:47:58 +00:00 |