Alexandre Julliard
ffb4956f4a
Added fallback read() for missing/failing mmap().
2002-06-01 02:47:58 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Steven Edwards
0b386cdc48
Fixes for building on mingw.
2002-05-30 20:36:29 +00:00
Alexandre Julliard
5188574984
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
2002-05-30 20:12:58 +00:00
Tony Lambregts
0427479abc
Removed -managed option.
2002-05-30 20:08:26 +00:00
Vincent Béron
6a5ba8fba2
Fixed some more missing \n in traces.
2002-05-29 19:09:54 +00:00
Eric Pouech
6a2ca011b6
Added the ability to add local configuration to winewrapper.
2002-05-28 22:48:17 +00:00
Alexandre Julliard
5e47acbc6d
Only add extra symbols if they are not already exported by this dll.
2002-05-25 21:09:15 +00:00
Dustin Navea
9df2e56b72
Support for KDE3.
2002-05-23 16:31:22 +00:00
Dustin Navea
3ebea438cc
Added creation of c:/windows/fonts and
...
c:/windows/Start Menu/Programs/Startup.
2002-05-23 16:30:42 +00:00
Alexandre Julliard
7fbd74ea55
Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian
...
issues.
2002-05-23 02:53:10 +00:00
Alexandre Julliard
6db69f0b9b
Avoid 0-byte files.
2002-05-22 21:34:14 +00:00
Alexandre Julliard
3536316a31
New loading scheme for Winelib apps, makes them behave like builtin
...
dlls and takes load order into account. Install them in dlldir.
Improved MODULE_GetBinaryType to recognize ELF binaries.
Added a wrapper script to setup the environment when running directly
from inside the source tree.
2002-05-22 21:32:49 +00:00
Patrik Stridvall
bb7cc80fc8
API files update.
2002-05-22 01:52:56 +00:00
Alexandre Julliard
476aabc95a
Do not output stubs in the .def file.
2002-05-19 22:29:34 +00:00
Alexandre Julliard
bf90f4db87
Adapted to use the argc/argv variables from libwine.
...
Automatically import libraries that contain the symbols that the
.spec.c file is using.
2002-05-16 23:17:37 +00:00
Alexandre Julliard
59008670be
Moved the selector access functions out of winnt.h into libwine.
2002-05-16 20:32:16 +00:00
Andriy Palamarchuk
e02fd411f1
Place "Common Files" under "Program Files" instead of root directory.
2002-05-16 20:27:27 +00:00
Alexandre Julliard
1f18f61bfa
Fixed missing call to make_c_identifier.
2002-05-16 18:44:06 +00:00
Steven Edwards
0a2d211139
Added check for sys/mman.h.
2002-05-16 18:29:11 +00:00
Dustin Navea
1222aa63d5
Fixes for kde3 and Desktop directory.
2002-05-14 23:20:45 +00:00
Dustin Navea
629895b7f9
Fix for $libdir check.
2002-05-14 23:19:28 +00:00
Alexandre Julliard
ad53383f9b
Added winebuild support for generating a .dbg.c file containing the
...
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard
9bb05fc48e
Specify the complete source file list for a dll inside the main
...
makefile and get rid of the subdirectories makefiles.
2002-05-14 18:36:54 +00:00
Alexandre Julliard
67371bcc8d
Added -res option to specify resources on winebuild command-line.
...
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Eric Pouech
7f9cc2e4dc
Allowed options to be put between mode keyword and main argument.
2002-05-11 22:58:57 +00:00
Steven Edwards
0a8e15abfb
Detect snprintf && _snprintf, use _snprintf on stupid platforms
...
(windows).
2002-05-10 01:33:40 +00:00
Alexandre Julliard
ea69f8eeb4
Added some #ifdefs HAVE_X11_XLIB_H where appropriate.
2002-05-10 01:08:56 +00:00
Alexandre Julliard
ce830a9c18
Added mkinstalldirs to create directories more portably.
2002-05-09 04:31:39 +00:00
Alexandre Julliard
58faa1cf7f
Updated to the latest version.
2002-05-09 01:51:04 +00:00
Alexandre Julliard
32459912dc
Moved imports specification from the .spec into the Makefile so that
...
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Andriy Palamarchuk
1827e7d11f
Direct bug reports to Wine bugzilla. Some other minor documentation
...
changes.
2002-05-08 23:14:19 +00:00
Patrik Stridvall
3751ff045c
MS C related changes.
2002-05-04 18:37:08 +00:00
Andriy Palamarchuk
a38f2d9fbd
Made wineinstall to create symbolic links to Wine applications in fake
...
Windows folders. Replaced usage of obsolete regapi with regedit.
2002-05-04 18:31:24 +00:00
Warren Baird
714bfd7e4a
Solve alignment problems by converting bitmap headers *after* they
...
have been copied into an aligned location, and then copying the
converted header back over the original header.
2002-05-04 18:26:34 +00:00
Dustin Navea
7200ca9803
Changed bug report address.
2002-05-02 21:36:38 +00:00
Michael Cardenas
c4e9ea1a7e
Fixed quoting of KDE desktop entry.
2002-05-01 18:05:57 +00:00
Dustin Navea
35ba7b9e81
Write menu information to /usr/lib/menu/wine.
...
Try to autodetect KDE version using kde-config.
2002-04-29 19:33:09 +00:00
Patrik Stridvall
c56ed505f3
- API files update.
...
- Fixed parser to handle C/C++ comments in strings.
- Report if C++ comments are used.
2002-04-29 18:45:12 +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
Dustin Navea
693d719f63
Always run ldconfig even if we don't change ld.so.conf.
2002-04-27 00:15:12 +00:00
Alexandre Julliard
5769d1de00
Better support for configure detection of missing types, added check
...
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.
2002-04-26 19:05:15 +00:00
Alexandre Julliard
894b188fcf
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
2002-04-25 21:40:56 +00:00
Alexandre Julliard
21e916676f
Load libXrender at run-time with dlopen (based on a patch by Huw
...
Davies).
2002-04-23 22:06:41 +00:00
Dustin Navea
4940c37787
Find ntfs drives and supermount cd-roms.
...
Fix finding non-supermount cd-roms mounted at /cdrom.
2002-04-23 19:34:11 +00:00
Dustin Navea
e052196134
Search for real-windows registry now actually accesses a file.
...
Find clean-install win2k registry.
Find correct partition of real Drive C (most of the time).
2002-04-23 19:29:55 +00:00
Alexandre Julliard
48f26b7c4d
Fixed typo in su command.
2002-04-22 22:36:50 +00:00
Tony Lambregts
73cef71b8d
Correctly detect the presence of a wine binary.
2002-04-21 22:06:36 +00:00
Bill Medland
c31086870f
Handle when ldconfig is not on the path, and do not run it until after
...
the libdir has been populated.
2002-04-20 20:53:24 +00:00
Bill Medland
bfcd7b8f38
Prevent error message if LD_LIBRARY_PATH is not being used.
...
Comment out the DEBUG message.
2002-04-20 20:52:53 +00:00