Sign in
goma
/
wine
/
c471724a2abd2c7a74ac66368073383955eec3a6
/
loader
/
Makefile.in
f3831cf
configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader.
by Alexandre Julliard
· 15 years ago
50c6ac8
loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.
by Alexandre Julliard
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
b1c235d
loader: Build the loader with -D__WINESRC__.
by Alexandre Julliard
· 15 years ago
3e6eab3
configure: Rename the main binary to "wine32" for the Wow64 build.
by Alexandre Julliard
· 16 years ago
9064777
configure: Disable installation of a number of extra files for the Wow64 build.
by Alexandre Julliard
· 16 years ago
4fda657
loader: Get rid of the pthread support routines.
by Alexandre Julliard
· 16 years ago
bfeaad0
loader: Add missing install dependency for extra binaries.
by Alexandre Julliard
· 16 years ago
9701da4
loader: Fix installation for platforms that don't use extra binaries.
by Alexandre Julliard
· 16 years ago
f4a19c8
loader: Merge the first and second stage loaders into a single wine binary.
by Alexandre Julliard
· 16 years ago
0e446d5
loader: Get rid of the no longer supported wine-kthread.
by Alexandre Julliard
· 16 years ago
b3ec2e5
makefiles: Recurse into all directories for install-lib and install-dev too.
by Alexandre Julliard
· 17 years ago
8505f14
libwine: Export functions that return the Wine version number and build id.
by Alexandre Julliard
· 17 years ago
1c0f2fe
loader: New French man page for wine.
by Jonathan Ernst
· 17 years ago
fab0aee
loader: Added de_DE.UTF-8 translated Wine man page.
by Marco Schuster
· 17 years ago
9f5c69c
loader: Introduce FreeBSD loader.
by Tijl Coosemans
· 18 years ago
1f11333
makefiles: Build programs that link against libwine twice with appropriate rpaths.
by Alexandre Julliard
· 18 years ago
d62b5c6
loader: Fix git-describe invocation to work with old git versions.
by Alexandre Julliard
· 18 years ago
7035aa5
make_makefiles: Generate the top-level .gitignore file.
by Alexandre Julliard
· 18 years ago
06566a5
loader: Use plain binary name of git-describe to avoid junk in version output.
by Saulius Krasuckas
· 18 years ago
5776a72
loader: Update the reported version from the current git HEAD if available.
by Alexandre Julliard
· 18 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
13a93b4
configure: Set rpath on all executables that link to libwine.
by Alexandre Julliard
· 19 years ago
2886e9b
makefiles: Use make dependencies to create installation directories.
by Alexandre Julliard
· 19 years ago
1fd32cf
configure: Use --rpath when linking dlls too.
by Alexandre Julliard
· 19 years ago
5ed5901
configure: Use --rpath if supported when building binaries to point to
by Alexandre Julliard
· 19 years ago
2663917
configure: Default to building wine-pthread on non-x86 platforms.
by Alexandre Julliard
· 19 years ago
5392844
Add support for 'make install DESTDIR'.
by Mike Frysinger
· 19 years ago
664e410
Added global rules for man pages.
by Alexandre Julliard
· 19 years ago
5729f58
Move the loader a bit higher in memory to leave more space for ntdll
by Alexandre Julliard
· 20 years ago
8dd4ee7
Moved the wine manpage to the loader/ directory.
by Alexandre Julliard
· 20 years ago
06233cf
Avoid some non-portable makefile constructs.
by Alexandre Julliard
· 21 years ago
bfac60b
Do direct Linux system calls in the preloader to avoid trouble with
by Alexandre Julliard
· 21 years ago
b1abca8
Initial version of the Wine preloader, used to reserve memory
by Alexandre Julliard
· 21 years ago
c6d44be
Create a huge array in bss to reserve the memory area we need for PE
by Alexandre Julliard
· 21 years ago
a628c13
Added a wine-glibc binary that detects the glibc threading in use and
by Alexandre Julliard
· 21 years ago
546839f
Only build both Wine binaries on Linux, pthread support doesn't work
by Alexandre Julliard
· 21 years ago
f45325e
Create two separate wine binaries, one using libpthread and one using
by Alexandre Julliard
· 21 years ago
357c740
Re-use the loader directory for the main wine loader, and get rid of
by Alexandre Julliard
· 21 years ago
[Renamed from miscemu/Makefile.in]
88136f2
Link the main binary against libpthread for NPTL builds.
by Alexandre Julliard
· 21 years ago
08a64e6
Moved the pthread emulation into the main binary so that we don't need
by Alexandre Julliard
· 21 years ago
02d5e1f
Added dependency on libntdll to make sure that everything links properly.
by Alexandre Julliard
· 22 years ago
ffc198b
We still need to link against ntdll until the pthread stuff is fixed properly.
by Alexandre Julliard
· 22 years ago
fedc411
Moved the functionality of starting Win16 and DOS programs from the
by Alexandre Julliard
· 22 years ago
2e12d33
Removed no longer needed uses of LDPATH.
by Alexandre Julliard
· 22 years ago
4d52d37
If supported, relocate the main wine binary to a higher address to
by Alexandre Julliard
· 22 years ago
e048ada
List 16-bit spec files explicitly to avoid problems with some versions of make.
by Alexandre Julliard
· 22 years ago
9e4fc4c
Converted winebuild option parsing to use getopt_long. Added a number
by Alexandre Julliard
· 22 years ago
6a9fe36
Created a separate static portability library and moved some of the
by Alexandre Julliard
· 22 years ago
f8bac62
Do not define __WINESRC__ when building tools and miscemu.
by Alexandre Julliard
· 22 years ago
8b36681
Rename __WINE__ to __WINESRC__.
by Dimitrie O. Paun
· 22 years ago
910851a
Added winebuild -e option to specify the entry point and removed the
by Alexandre Julliard
· 22 years ago
a1d8967
Moved mode setting out of .spec file into Makefile.
by Dimitrie O. Paun
· 23 years ago
77afd6c
Made some more spec file entries optional or unnecessary.
by Alexandre Julliard
· 23 years ago
3536316
New loading scheme for Winelib apps, makes them behave like builtin
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
15bfcd0
Moved $(MODULE).o rule out of Make.rules into the individual Makefiles.
by Alexandre Julliard
· 25 years ago
c585a50
Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
by Alexandre Julliard
· 25 years ago
4b32fd0
Use position-independent code in assembly glue when building .so.
by Ulrich Weigand
· 26 years ago
9597e20
Include instruction emulation in Winelib.
by Alexandre Julliard
· 26 years ago
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
9ea19e5
Release 970101
by Alexandre Julliard
· 28 years ago
wine-970101
bf9130a
Release 961013
by Alexandre Julliard
· 28 years ago
wine-961013
8bbf818
Release 960913
by Alexandre Julliard
· 29 years ago
wine-960913
18f92e7
Release 960717
by Alexandre Julliard
· 29 years ago
wine-960717
af0bae5
Release 951003
by Alexandre Julliard
· 29 years ago
wine-951003
ff8331e
Release 950918
by Alexandre Julliard
· 30 years ago
wine-950918
b7258be
Release 950901
by Alexandre Julliard
· 30 years ago
wine-950901
808cb04
Release 950817
by Alexandre Julliard
· 30 years ago
wine-950817
e2991ea
Release 950727
by Alexandre Julliard
· 30 years ago
wine-950727