Alexandre Julliard
|
0b34fb3656
|
libwine: Use dladdr if supported to get the run-time path of libwine.so
and define the default dll and bin directories relative to it.
|
2006-02-11 22:38:44 +01:00 |
Alexandre Julliard
|
6c1494b19c
|
Fix long standing regression in the building of the server directory
name (found by Nigel Rowe).
|
2004-12-20 18:55:18 +00:00 |
Steven Edwards
|
e7c3ab1874
|
Check for getuid and avoid the use of it in libwine if we don't have
it.
|
2004-10-04 20:45:49 +00:00 |
Alexandre Julliard
|
531dbbd8e7
|
Base the server directory name on the uid, not the username.
|
2004-09-27 20:50:37 +00:00 |
Alexandre Julliard
|
c3193925d8
|
Add the preloader itself as argv[0] and remove it again before running
the real loader, this way the ps output makes more sense.
|
2004-06-15 20:31:06 +00:00 |
Christian Costa
|
4b588d132d
|
Fixed preloader_exec.
|
2004-05-30 03:10:15 +00:00 |
Alexandre Julliard
|
b1abca8a5d
|
Initial version of the Wine preloader, used to reserve memory
areas at startup. Based on the work of Mike McCormack.
|
2004-05-28 20:59:22 +00:00 |
Alexandre Julliard
|
2dff1fe1e5
|
Moved environ definition to port.h.
|
2004-05-25 18:05:39 +00:00 |
Emmanuel Maillard
|
7ee8adfd39
|
Added environ support for Darwin.
|
2004-05-25 04:50:08 +00:00 |
Alexandre Julliard
|
04869eb658
|
Initial support for automatically creating the ~/.wine directory on
startup.
|
2004-05-11 04:29:18 +00:00 |
Alexandre Julliard
|
daeccba704
|
Moved the exec_wine_binary function to the wine library, and use it to
exec the wineserver too.
|
2003-11-11 22:21:29 +00:00 |
Alexandre Julliard
|
5986e3a724
|
Added wine_get_argv0_path() to retrieve the path of the wine binary.
|
2003-10-08 00:36:09 +00:00 |
Alexandre Julliard
|
2d1c79066e
|
Moved libwine to libs/ directory.
Some makefile fixes and cleanups.
|
2003-03-22 20:40:48 +00:00 |