Alexandre Julliard
|
b860c4aab0
|
configure: Add a .exe extension to the tools dependencies when building on Windows.
|
2009-09-01 22:36:13 +02:00 |
Alexandre Julliard
|
995e553715
|
libwine: Determine the bin directory independently from the lib directory if possible.
Prefer the bin directory when getting the data dir location.
|
2009-08-25 14:29:32 +02:00 |
Alexandre Julliard
|
56af92b073
|
makefiles: Regenerate the source lists using make_makefiles.
|
2009-07-03 13:26:38 +02:00 |
Paul Bryan Roberts
|
d2b13825e4
|
libwine: Avoid writing to repository during install.
|
2009-01-15 13:16:24 +01:00 |
Alexandre Julliard
|
5fe73e6903
|
libwine: Added mappings for codepage 1361 (Korean Johab).
|
2008-04-08 12:19:27 +02:00 |
Alexandre Julliard
|
85241fbe5b
|
libwine: Only use the last line of the git version description.
|
2008-04-07 17:38:27 +02:00 |
Alexandre Julliard
|
8505f1429d
|
libwine: Export functions that return the Wine version number and build id.
|
2008-03-26 23:38:36 +01:00 |
Alexandre Julliard
|
79c2e077a1
|
libwine: Set install name to an absolute path for the installed library on Mac OS.
|
2007-06-08 19:04:17 +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
|
e533e972bf
|
configure: Moved the library checks after the function checks to avoid code duplication.
|
2006-08-15 12:11:30 +02:00 |
Alexandre Julliard
|
946b84d96c
|
libwine: Also set the current library version for MacOS.
|
2006-08-14 20:45:32 +02:00 |
Alexandre Julliard
|
2886e9b0e8
|
makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
|
2006-08-07 17:48:18 +02:00 |
Alexandre Julliard
|
539442c7f8
|
libwine: Add a minor number to the library filename for future extensions.
|
2006-08-05 21:29:58 +02:00 |
Alexandre Julliard
|
fdfc24ca77
|
libs: Get rid of Makelib.rules since we only have one library now.
Merge all the rules into the libwine makefile.
|
2006-08-05 21:17:11 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
7ed7e8fd4d
|
configure: Make libraries properly relocatable on MacOS.
Also set the compatibility version.
|
2006-05-15 15:14:45 +02:00 |
Alexandre Julliard
|
2f026d1694
|
libwine: Export a function to retrieve the data directory (based on a
patch by Dmitry Timoshkov).
|
2006-03-06 18:50:15 +01:00 |
Alexandre Julliard
|
e95a2c2111
|
libwine: Set the default bindir and dlldir from argv0 if dladdr is not available.
Added dependency on $(RELPATH).
|
2006-02-17 14:08:19 +01:00 |
Alexandre Julliard
|
8b5e11c341
|
libwine: Compute relative paths for bin and dll directories at compile time.
|
2006-02-17 11:43:10 +01:00 |
Emmanuel Maillard
|
aaae6606cb
|
loader: Reserve memory area on Darwin (based on Steve Zellers patch).
|
2006-02-15 13:52:02 +01:00 |
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 |
Emmanuel Maillard
|
46718f8720
|
Set segment address of wine executable and libwine.dylib on Darwin.
|
2004-07-22 19:48:41 +00:00 |
Alexandre Julliard
|
94d74b5fed
|
Added support for managing reserved memory areas in libwine and ntdll.
Try to reserve everything above 0x80000000 on startup.
|
2004-05-25 01:29:24 +00:00 |
Alexandre Julliard
|
440ff6db12
|
Added version scripts for libwine and libwine_unicode.
|
2004-02-12 22:54:00 +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
|
ca3bfd8318
|
Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
wine_switch_to_stack().
|
2003-08-29 22:23:42 +00:00 |
Alexandre Julliard
|
dd0242de6d
|
Remove the dummy pthread functions and use -lpthread instead to
resolve missing symbols in GL libs.
|
2003-08-20 03:44:25 +00:00 |
Alexandre Julliard
|
117436e08e
|
Moved rules for building shared libraries into a global Makelib.rules
file.
|
2003-05-01 00:39:29 +00:00 |
Alexandre Julliard
|
bdbde0f814
|
Added a .def file for libwine.
|
2003-03-23 00:28:53 +00:00 |
Alexandre Julliard
|
2d1c79066e
|
Moved libwine to libs/ directory.
Some makefile fixes and cleanups.
|
2003-03-22 20:40:48 +00:00 |