- 15 Nov, 2000 9 commits
-
-
Eric Kohl authored
-
Dimitrie O. Paun authored
-
Marcus Meissner authored
-
Marcus Meissner authored
string length for ourselves in this case.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
Renamed LIBRARIES to DLLS to avoid confusion with the above, renamed PROGRAMS to EXES to match. Added a '-i' option for importing a Winelib library. '-l' is still there but is only used for linking in the Unix sense. Disabled the 'wrapper' options. It will be removed as a separate patch. No longer link with all of Wine's libraries. Import the same default set of dlls as Visual Studio. Avoid duplicate imports when generating the .spec file. Updated the way winebuild is used. Link applications as libraries and create a symbolic link to wine. Detect where 'wine' is located in the configure script. Removed unused/no longer used variables: DLLFLAGS, XLIB, X_DLLS, XFILES, DLLS (configure.in) Updated LDSHARED AND LDDLLFLAGS detection (configure.in). Removed the rules pertaining to spec files from the Make.rules. Updated the clean command to remove the symbolic links.
-
Marcus Meissner authored
-
Jeremy White authored
defaulting to desktop=640x480.
-
- 14 Nov, 2000 1 commit
-
-
Alexandre Julliard authored
exported LDT_ENTRY structure.
-
- 13 Nov, 2000 15 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Guy L. Albertelli authored
moving bands to different rows will be later.
-
Mike McCormack authored
- implemented WaitCommEvent with the EV_RXCHAR flag - implemented GetOverlappedResult
-
Alexandre Julliard authored
__wine_call_from_16 to follow the naming convention.
-
Alexandre Julliard authored
are present.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Ove Kaaven authored
-
Marcus Meissner authored
- remove -disable/-enable-dll option - error and abort if no suitable shared library linking is possible
-
Francois Gouget authored
Added AC_PATH_HEADER and AC_PATH_LIBRARY Better header/library detection. Now works if things are already in the include/library path Look for the wine/MFC headers and libraries in more places so that it works out of the box if Wine/MFC is installed in a standard place (although there is not really a standard place yet for the MFC) Renamed the '--with-xxx' options to have simpler more natural names Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
-
Ove Kaaven authored
DOS memory is mapped first.
-
Ove Kaaven authored
mapped.
-
Ove Kaaven authored
interrupt table can exist even when low DOS memory isn't mapped, and is copied down along with the BIOS area whenever it is mapped. Added DOSMEM_SystemBase() which returns a pointer to the virtual real-mode interrupt table and BIOS data segment. Allowed DOSMEM_Init(TRUE) to be called more than once.
-
- 12 Nov, 2000 7 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Added check for duplicate names in 16-bit spec files.
-
Alexandre Julliard authored
-
Andreas Mohr authored
config file.
-
Eric Pouech authored
Fixed a few issues in COFF loading. Cleaned up the code.
-
Hidenori Takeshima authored
-
Stefan Leichter authored
-
- 11 Nov, 2000 4 commits
-
-
Joerg Mayer authored
comparisons and incomplete initializations.
-
Nerijus Baliunas authored
8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
-
Andreas Mohr authored
-
Eric Pouech authored
-
- 10 Nov, 2000 4 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
programs.
-
Dimitrie O. Paun authored
-
Jeremy White authored
binaries. Change the color scheme. Handle launches with no arguments, correctly handle invocation as a mime-type handler from KDE.
-