Alexandre Julliard
|
3cac38ab29
|
makefiles: Replace the loader makefile rules by variable declarations.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-13 18:39:07 +09:00 |
Alexandre Julliard
|
a1515c68d4
|
makefiles: Automatically add RPATH support for programs that use libwine.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-28 20:45:19 +09:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
Alexandre Julliard
|
509364e1dd
|
makefiles: Get rid of Make.rules.
|
2014-01-14 12:18:02 +01:00 |
Alexandre Julliard
|
3e40fea9d6
|
makefiles: Automatically add the necessary msvcrt flags to the generated rules.
|
2014-01-08 14:34:15 +01:00 |
Alexandre Julliard
|
092f37fc2d
|
makefiles: Include program files in the all: target.
|
2013-12-31 19:07:49 +01:00 |
Alexandre Julliard
|
1047e0474d
|
makefiles: Leave it to install-sh to create destination directories.
|
2013-12-26 14:35:15 +01:00 |
Alexandre Julliard
|
3bcad54fc6
|
makefiles: Generate individual .gitignore files corresponding to the build targets.
|
2013-12-16 12:02:37 +01:00 |
Alexandre Julliard
|
c2efb3b382
|
makefiles: Generate rules from makedep for .in files.
|
2013-12-12 20:04:53 +01:00 |
Alexandre Julliard
|
e2df0ab856
|
makefiles: Generate rules from makedep for building and installing man pages.
|
2013-11-18 11:40:00 +01:00 |
Alexandre Julliard
|
a343edf44e
|
makefiles: Rename translated manpages according to their destination directory.
|
2013-11-18 11:33:34 +01:00 |
Alexandre Julliard
|
2292b06281
|
makefiles: Move l_intl.nls and wine.inf to loader so that they are installed even when tools are not built.
|
2013-10-07 13:32:03 +02:00 |
Alexandre Julliard
|
c0c7192eaa
|
makefiles: Generate the loader rules from configure.
|
2013-10-07 12:22:06 +02:00 |
Alexandre Julliard
|
8d5b8b1346
|
makefiles: Define __WINESRC__ globally.
|
2013-10-07 10:48:04 +02:00 |
Francois Gouget
|
93f77f461a
|
loader: Fix the clean target to delete the generated wine_info.plist file.
|
2013-09-06 17:25:53 +02:00 |
Alexandre Julliard
|
005565d90d
|
makefiles: Make sure to install manpages for the install-lib and install-dev cases.
|
2013-07-02 19:39:30 +02:00 |
Austin English
|
f191f26c6a
|
loader: Fix Makefile for BSD make.
|
2013-06-29 12:45:20 +02:00 |
Ken Thomases
|
c40a72223c
|
loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section.
|
2013-01-08 16:35:28 +01:00 |
Charles Davis
|
a6fdf73233
|
loader: Build with -fno-builtin.
This prevents Clang from optimizing wld_memset() into a memset(3) call.
|
2012-12-26 18:23:03 +01:00 |
Łukasz Wojniłowicz
|
441f735f41
|
loader: Add Polish translation.
|
2011-06-06 21:49:24 +02:00 |
Alexandre Julliard
|
0a0862001b
|
loader: Build the preloader for x86-64.
|
2010-12-16 17:59:24 +01:00 |
Alexandre Julliard
|
15ccabc9a8
|
makefiles: Add common rules for installing the main man page.
|
2010-12-05 16:17:58 +01:00 |
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
|
f3831cf2cb
|
configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader.
This provides better backwards compatibility when running with a
32-bit prefix.
|
2010-05-17 12:42:30 +02:00 |
Alexandre Julliard
|
50c6ac8324
|
loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.
|
2010-03-29 17:53:30 +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
|
b1c235d364
|
loader: Build the loader with -D__WINESRC__.
|
2009-10-05 14:55:34 +02:00 |
Alexandre Julliard
|
3e6eab3fd9
|
configure: Rename the main binary to "wine32" for the Wow64 build.
|
2009-08-14 09:45:30 +02:00 |
Alexandre Julliard
|
9064777457
|
configure: Disable installation of a number of extra files for the Wow64 build.
|
2009-08-13 20:08:58 +02:00 |
Alexandre Julliard
|
4fda657a0a
|
loader: Get rid of the pthread support routines.
|
2009-07-06 14:35:24 +02:00 |
Alexandre Julliard
|
bfeaad0d45
|
loader: Add missing install dependency for extra binaries.
|
2009-03-30 15:05:17 +02:00 |
Alexandre Julliard
|
9701da43b0
|
loader: Fix installation for platforms that don't use extra binaries.
|
2009-03-23 15:52:18 +01:00 |
Alexandre Julliard
|
f4a19c8463
|
loader: Merge the first and second stage loaders into a single wine binary.
|
2009-03-10 18:22:38 +01:00 |
Alexandre Julliard
|
0e446d5912
|
loader: Get rid of the no longer supported wine-kthread.
|
2009-03-02 12:29:32 +01:00 |
Alexandre Julliard
|
b3ec2e5f95
|
makefiles: Recurse into all directories for install-lib and install-dev too.
|
2008-08-25 14:27:03 +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 |
Jonathan Ernst
|
1c0f2fe16a
|
loader: New French man page for wine.
|
2008-01-11 12:40:11 +01:00 |
Marco Schuster
|
fab0aee388
|
loader: Added de_DE.UTF-8 translated Wine man page.
|
2007-12-12 14:32:47 +01:00 |
Tijl Coosemans
|
9f5c69c96d
|
loader: Introduce FreeBSD loader.
|
2007-08-27 12:14:41 +02:00 |
Alexandre Julliard
|
1f11333c7b
|
makefiles: Build programs that link against libwine twice with appropriate rpaths.
One rpath is for installing and one is for running inside the build tree.
|
2007-06-20 20:03:30 +02:00 |
Alexandre Julliard
|
d62b5c6cd9
|
loader: Fix git-describe invocation to work with old git versions.
|
2007-01-15 13:02:00 +01:00 |
Alexandre Julliard
|
7035aa5041
|
make_makefiles: Generate the top-level .gitignore file.
Add a PROGRAMS variable in some makefiles to make things easier.
|
2006-12-27 21:23:36 +01:00 |
Saulius Krasuckas
|
06566a5347
|
loader: Use plain binary name of git-describe to avoid junk in version output.
|
2006-11-09 18:26:36 +01:00 |
Alexandre Julliard
|
5776a72361
|
loader: Update the reported version from the current git HEAD if available.
|
2006-11-06 13:33:11 +01:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
13a93b4a94
|
configure: Set rpath on all executables that link to libwine.
Also add the -multiply_defined suppress option for executables on MacOS.
|
2006-08-25 17:23:44 +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
|
1fd32cfa13
|
configure: Use --rpath when linking dlls too.
|
2006-03-20 22:08:26 +01:00 |
Alexandre Julliard
|
5ed59015b2
|
configure: Use --rpath if supported when building binaries to point to
the relative location of the wine libraries.
|
2006-02-20 11:20:47 +01:00 |
Alexandre Julliard
|
266391744d
|
configure: Default to building wine-pthread on non-x86 platforms.
|
2006-02-17 14:12:29 +01:00 |