Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
2002-02-14 19:47:29 +00:00
|
|
|
dnl Original author: Michael Patra
|
|
|
|
dnl See ChangeLog file for detailed change history.
|
|
|
|
|
|
|
|
m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)],[\1]))
|
|
|
|
|
2005-09-14 11:14:46 +00:00
|
|
|
AC_PREREQ(2.53b)
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_INIT([Wine],[WINE_VERSION],[wine-devel@winehq.org])
|
2002-06-01 02:55:48 +00:00
|
|
|
AC_CONFIG_SRCDIR(server/atom.c)
|
2002-02-14 19:47:29 +00:00
|
|
|
AC_CONFIG_HEADERS(include/config.h)
|
Release 951226
Sat Dec 23 18:15:59 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [Makefile.in] [tools/install-sh]
New 'install' target installs Wine binary, library and man page.
Library is now more logically named libwine.a.
Split toolkit/ directory into library (for library code) and
libtest (for test programs).
* [controls/edit.c]
Quick hack to partially support EM_PASSWORD style (avoids
displaying your passwords on the screen when testing programs...)
* [configure.in] [controls/menu.c] [include/resource.h]
[misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
Language is now a run-time option (wine -language xx).
* [debugger/dbg.y]
Dump some more debugging info on crash.
* [misc/profile.c]
Only consider ';' as a comment if it's the first non-blank
character on the line.
* [miscemu/dpmi.c]
More debugging info for real-mode callback.
* [objects/gdiobj.c]
Rewrote EnumObjects() to do the Right Thing.
* [resources/sysres*]
New directory containing system resources.
Fri Dec 22 11:24:39 GMT 1995 John Harvey <john@division.co.uk>
* [win32/file.c] [win32/memory.c]
Unixware doesn't have MAP_ANON ifdefed out for now.
* [misc/dos_fs.c]
DOS_GetDosFileName didn't truncate paths starting ./ properly.
* [tools/build.c]
Produces assembly code that works with the unixware assembler.
Wed Dec 20 22:22:29 +0100 1995 Morten Welinder <terra@diku.dk>
* [miscemu/instr.c]
INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
* [misc/dos_fs.c]
DOS_readdir should always return directories, even if they don't
match the file name mask.
Tue Dec 19 18:00:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
* [misc/exec.c]
Give arguments to winhelp.
* [miscemu/int21.c]
Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
Created function ExtendedOpenCreateFile.
Give for some Windows95 interrupts the return value 'not
implemented'.
Sun Dec 17 16:51:56 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/kernel32.h] [include/windows.h]
Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
include/kernel32.h to include/windows.h and declared the new Win32
API functions Sleep(), GetLocalTime(), and GetSystemTime().
Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
* [rc/rc (new file)]
Created the shell script 'rc', which should simplify resource
compilation.
* [win32/environment.c]
Kludged around an undefined reference to wine_files. This change
should be fixed some time.
* [win32/time.c] [if1632/kernel32.spec]
Added the functions GetSystemTime(), and Sleep().
* [miscemu/int21.c]
Renamed static function GetSystemTime to INT21_GetSystemTime to
avoid conflicts with the API function of the same name.
* [include/wintypes.h]
Added the SPFMT definition for printf statements.
* [misc/shell.c] [include/shell.h]
Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
with the ones in include/winerror.h. They should probably use the
versions in winerror.h, but I'm not certain, and that can be done
later.
* [windows/mdi.c]
Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32. The ? parameter
(boolean) was discarded with this translation. Translated handler
of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
false, call DrawMenuBar() if desired).
* [*/*]
General explicit casts and more rigid typing to remove warnings.
* [include/winpos.h] [windows/winpos.c]
Changed return type of WINPOS_ChangeActiveWindow to BOOL.
* [include/commdlg.h] [misc/commdlg.c]
Added prototypes for ChooseColor(), CommDlgExtendedError(),
FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
PrintDlg, and ReplaceText().
Renamed the CommDlgExtendError() function to CommDlgExtendedError().
Made GetFileTitle return a short, as per the API definition.
* [Makefile.in]
Added line to clean and distclean that removes temporaries from
the include directory.
Sat Dec 16 19:39:14 MET 1995 Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
* [controls/edit.c]
Almost rewrote EDIT_GetLineMsg.
Sat Dec 16 13:51:48 MST 1995 Andrew Taylor <andrew@riscan.com>
* [windows/mdi.c]
Fixed MDITile() bug that occurs when 0 windows are present or all
windows are minimized.
Wed Dec 12 23:30:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
* [misc/profile.c]
Try harder to find files, especially in the working directory.
Look in $HOME/.wine too and create it there if it isn't found.
1995-12-26 15:05:24 +00:00
|
|
|
AC_CONFIG_AUX_DIR(tools)
|
Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 11:19:54 +00:00
|
|
|
dnl **** Command-line arguments ****
|
|
|
|
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_ARG_ENABLE(win16, AS_HELP_STRING([--disable-win16],[do not include Win16 support]))
|
|
|
|
AC_ARG_ENABLE(win64, AS_HELP_STRING([--enable-win64],[build a Win64 emulator on AMD64 (won't run Win32 binaries)]))
|
2002-11-21 21:51:24 +00:00
|
|
|
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_ARG_WITH(opengl, AS_HELP_STRING([--without-opengl],[do not use OpenGL]))
|
|
|
|
AC_ARG_WITH(wine-tools,AS_HELP_STRING([--with-wine-tools=<dir>],[use Wine tools from directory <dir>]))
|
Release 980301
Sun Mar 1 10:45:23 1998 Andreas Mohr <100.30936@germany.net>
* [loader/ne_image.c]
Fixed problem with weird DLLs (NE_FFLAGS_SINGLEDATA && DGROUP = 0).
* [msdos/dosmem.c]
Export address for __0000H, too.
* [msdos/dpmi.c]
Changed MemAlloc functions to return less fragmented addresses.
Sat Feb 28 18:50:12 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [scheduler/process.c] [scheduler/sysdeps.c]
Don't use %fs register before threading initialization.
Sat Feb 28 14:04:56 1998 Kristian Nielsen <kristian.nielsen@risoe.dk>
* [configure.in] [include/acconfig.h]
Autoconf macro to check for non-reentrant X libraries.
* [windows/winpos.c]
In SetWindowPos32(), do not cause WM_SIZE messages when the
SWP_NOSIZE flag is specified. This fixes the division-by-zero in
Borland C++ 4.0 "Open Project" menu item.
Sat Feb 28 13:11:26 1998 James Moody <013263m@dragon.acadiau.ca>
* [ole/ole2nls.c]
Changed "English" values from German to English.
* [files/dos_fs.c]
Fixed off-by-one month bug.
Fri Feb 27 22:12:01 1998 Douglas Ridgway <ridgway@winehq.com>
* [windows/win.c]
Fix winelib class menu loading bug.
* [include/module.h] [loader/module.c]
LoadModule32 should be implemented in terms of CreateProcess.
* [programs/view/*]
Metafile viewer sample program.
* [documentation/wine.texinfo] [documentation/Makefile.in]
Improvements and additions, HTML target.
Fri Feb 27 04:27:48 1998 Dimitrie O. Paun <dimi@cs.toronto.edu>
* [*/*]
Switched to the new debug messages interface. For more information
please refer to documentation/debug-msgs. Because the new scheme
introduces a new semantic level, I had to manually do through
about 530 dprintf_xxx! The rest of about 2400 where transformed
via a script. Because of the large number of changes that I had
to do, some may have not come out as nicely as I wanted them. If
this is the case, please let me know. There is a lot of work left
to do: -- a few hundred printf's to be converted -- about 2300
fprintf's to be converted -- about 600 FIXME's to be transformed
The problem is that in the above mentioned cases, a lot of manual
intervention is required because a lot of the information is
missing. There are also a lot of other things to be done to the
interface and so forth. I have now ideas for a at least a month
worth of full time work :) I will proceed with many changes in the
next few releases, so please do not start modifing things because
there will be a hell of a lot of conflicts. If you have ideas that
you want to integrate or you want to work on different things,
please coordinate with me.
Thu Feb 26 13:04:29 1998 David Lee Lambert <lamber45@egr.msu.edu>
* [ole/ole2nls.c] [include/windows.h]
First try at OLE date- and time-formatting functions.
Wed Feb 25 11:20:35 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [files/*.c]
Changed dos device handling, added 'CON' devicehandling.
* [graphics/ddraw.c]
Bug fixes, some additions.
* [if1632/builtin.c][loader/module.c][library/winestub.c]
Small hack so we don't need a dummy BUILTIN_LoadModule
in winestub.c.
* [ole/*][relay32/ole32.spec][if1632/storage.spec]
storage.dll started. winword loads documents (saving
doesn't work yet, dunno why).
Several ole additions, some cleanups and bugfixes.
IMalloc16 implemented.
* [loader/pe_image.c]
Added some comments, fixed circular dll references,
fixed modref ordering, fixed tls allocation.
* [memory/global.c]
Added validity checks before every GET_ARENA_PTR.
(several functions rely on Global* return values
on invalid handles, like IsTask).
Implemented GlobalUnlockFree16.
* [memory/virtual.c]
Replaced dprintf_virtual by fprintf, so we can
do 'info map' again in the debugger. Increase read
linesize for Linux2.1 cases.
* [misc/cpu.c][misc/registry.c]
Moved cpu registry initialization to misc/cpu.c.
* [multimedia/dsound.c]
Enhanced, replaced GETOSPACE bufferingcheck by SETFRAGMENT.
* [relay32/crtdll.spec][relay32/ntdll.spec]
Replaced some ptr by respective 'str' and 'wstr' arguments
for libc functions.
* [scheduler/thread.c]
Added some sanity checks to stackallocation, tlshandling fixed.
* [tools/build.c]
Fixed cdecl argumenttype order (was reversed).
* [win32/ordinals.c]
Implemented KERNEL_449.
* [windows/dinput.c]
Some fixes, needs much more work. Tomb Raider2 works with keyboard ;)
Tue Feb 24 20:46:37 1998 James Juran <jrj120@psu.edu>
* [windows/win.c]
Fixed USER32 ordinal numbers in documentation.
Sat Feb 21 12:30:38 1998 John Richardson <jrichard@zko.dec.com>
* [files/file.c] [include/k32obj.h] [memory/virtual.c]
[scheduler/critsection.c] [scheduler/event.c] [scheduler/handle.c]
[scheduler/k32obj.c] [scheduler/mutex.c] [scheduler/process.c]
[scheduler/semaphore.c] [scheduler/thread.c]
Added generic k32obj read and write routines for k32objs that
support I/O.
* [documentation/console]
Updated console docs.
* [win32/console.c]
Make console work like a k32obj that supports I/O.
* [include/windows.h]
Make WriteFile and ReadFile take HANDLE32 for handle.
Sun Feb 15 14:07:07 1998 Dimitrie O. Paun <dimi@mail.cs.toronto.edu>
* [controls/menu.c] [misc/ver.c] [multimedia/dsound.c]
[multimedia/joystick.c] [windows/dialog.c]
Modified some dprintf_xxx's to prepare them for a new
dprintf_ scheme. Basically, I changed the dprintf's that
outputed a line with many dprintf calls to do just one
dprintf call.
1998-03-01 20:05:02 +00:00
|
|
|
|
2002-05-12 03:16:39 +00:00
|
|
|
AC_CANONICAL_HOST
|
2004-10-08 23:39:16 +00:00
|
|
|
case $host in
|
|
|
|
x86_64*linux*)
|
|
|
|
if test "x$enable_win64" != "xyes"
|
|
|
|
then
|
|
|
|
test -n "$CC" || CC="gcc -m32"
|
|
|
|
test -n "$LD" || LD="ld -m elf_i386"
|
|
|
|
test -n "$AS" || AS="as --32"
|
2005-02-10 19:09:08 +00:00
|
|
|
host_cpu="i386"
|
2004-10-08 23:39:16 +00:00
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
2005-05-19 14:28:17 +00:00
|
|
|
dnl enable_win16 defaults to yes on x86, to no on other CPUs
|
|
|
|
case $host_cpu in
|
|
|
|
*i[[3456789]]86*)
|
|
|
|
if test "x$enable_win16" != "xno"
|
|
|
|
then
|
|
|
|
enable_win16="yes"
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
AC_SUBST(WIN16_FILES,"\$(WIN16_FILES)")
|
|
|
|
AC_SUBST(WIN16_INSTALL,"\$(WIN16_INSTALL)")
|
|
|
|
if test "x$enable_win16" != "xyes"
|
|
|
|
then
|
|
|
|
WIN16_FILES=""
|
|
|
|
WIN16_INSTALL=""
|
|
|
|
fi
|
|
|
|
|
2006-12-28 10:40:19 +00:00
|
|
|
dnl check for out of tree build with unclean source tree
|
|
|
|
case "$srcdir" in
|
|
|
|
.) ;;
|
|
|
|
*) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
|
|
|
|
AC_MSG_ERROR([you are building out of the source tree, but the source tree contains object files.
|
|
|
|
You need to run 'make distclean' in the source tree first.])
|
|
|
|
fi ;;
|
|
|
|
esac
|
|
|
|
|
2005-05-19 14:28:17 +00:00
|
|
|
dnl **** Check for some programs ****
|
|
|
|
|
Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
AC_PROG_MAKE_SET
|
|
|
|
AC_PROG_CC
|
2004-03-02 02:23:26 +00:00
|
|
|
AC_PROG_CXX
|
2004-03-03 20:30:46 +00:00
|
|
|
dnl We can't use AC_PROG_CPP for winegcc, it uses by default $(CC) -E
|
|
|
|
AC_CHECK_TOOL(CPPBIN,cpp,cpp)
|
2002-05-12 03:16:39 +00:00
|
|
|
|
|
|
|
AC_CACHE_CHECK([for the directory containing the Wine tools], wine_cv_toolsdir,
|
|
|
|
[if test -z "$with_wine_tools"; then
|
|
|
|
if test "$cross_compiling" = "yes"; then
|
|
|
|
AC_MSG_ERROR([you must use the --with-wine-tools option when cross-compiling.])
|
|
|
|
else
|
|
|
|
wine_cv_toolsdir="\$(TOPOBJDIR)"
|
|
|
|
fi
|
|
|
|
elif test -d "$with_wine_tools/tools/winebuild"; then
|
|
|
|
case $with_wine_tools in
|
|
|
|
/*) wine_cv_toolsdir="$with_wine_tools" ;;
|
|
|
|
*) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
AC_MSG_ERROR([could not find Wine tools in $with_wine_tools.])
|
|
|
|
fi])
|
|
|
|
AC_SUBST(TOOLSDIR,$wine_cv_toolsdir)
|
|
|
|
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 11:19:54 +00:00
|
|
|
AC_PATH_XTRA
|
2002-01-22 18:28:25 +00:00
|
|
|
|
2007-03-08 12:19:50 +00:00
|
|
|
dnl Check for flex
|
|
|
|
AC_CHECK_PROGS(FLEX,flex,none)
|
|
|
|
if test "$FLEX" = "none"
|
2000-07-23 13:41:51 +00:00
|
|
|
then
|
2007-03-08 12:19:50 +00:00
|
|
|
AC_MSG_ERROR([no suitable flex found. Please install the 'flex' package.])
|
2000-07-23 13:41:51 +00:00
|
|
|
fi
|
2002-05-12 03:16:39 +00:00
|
|
|
|
2004-03-16 03:11:39 +00:00
|
|
|
dnl Check for bison
|
|
|
|
AC_CHECK_PROGS(BISON,bison,none)
|
|
|
|
if test "$BISON" = "none"
|
|
|
|
then
|
|
|
|
AC_MSG_ERROR([no suitable bison found. Please install the 'bison' package.])
|
|
|
|
fi
|
|
|
|
|
2003-05-06 18:41:52 +00:00
|
|
|
AC_CHECK_TOOLS(AS,[gas as],as)
|
2002-05-24 21:22:10 +00:00
|
|
|
AC_CHECK_TOOL(LD,ld,ld)
|
2002-05-12 03:16:39 +00:00
|
|
|
AC_CHECK_TOOL(AR,ar,ar)
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 11:19:54 +00:00
|
|
|
AC_PROG_RANLIB
|
2002-05-12 03:16:39 +00:00
|
|
|
AC_CHECK_TOOL(STRIP,strip,strip)
|
|
|
|
AC_CHECK_TOOL(WINDRES,windres,false)
|
1997-08-04 16:34:36 +00:00
|
|
|
AC_PROG_LN_S
|
2002-05-22 02:10:39 +00:00
|
|
|
WINE_PROG_LN
|
2004-08-16 20:09:37 +00:00
|
|
|
AC_PROG_EGREP
|
2002-04-20 21:00:42 +00:00
|
|
|
AC_PATH_PROG(LDCONFIG, ldconfig, true, [/sbin /usr/sbin $PATH])
|
2002-12-24 00:35:19 +00:00
|
|
|
AC_PROG_INSTALL
|
|
|
|
dnl Prepend src dir to install path dir if it's a relative path
|
|
|
|
case "$INSTALL" in
|
2002-12-24 02:39:47 +00:00
|
|
|
[[\\/$]]* | ?:[[\\/]]* ) ;;
|
2002-12-24 00:35:19 +00:00
|
|
|
*) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
|
|
|
|
esac
|
Release 980104
Sat Jan 3 17:15:56 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [debugger/db_disasm.c]
Added cpuid and cmpxchg instructions.
* [if1632/builtin.c] [relay32/builtin32.c]
Fixed broken -dll option with Win32 DLLs.
* [include/heap.h]
Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
* [configure.in] [misc/lstr.c]
Added check for wctype.h.
Commented out --enable-ipc option (IPC code has been broken for a
long time anyway).
* [scheduler/critsection.c] [scheduler/event.c]
[scheduler/mutex.c] [scheduler/semaphore.c]
Implemented Win32 synchronization objects.
* [scheduler/synchro.c]
Implemented WaitForMultipleObjects and related functions.
* [scheduler/thread.c]
If possible, use clone() in CreateThread().
* [scheduler/thread.c] [scheduler/process.c]
Made thread and process waitable objects.
Thread and process id values are now different from the pointers
they represent.
* [win32/k32obj.c]
Moved to scheduler directory.
Added function table for waiting operations on objects.
* [files/file.c] [memory/virtual.c]
Added new K32OBJ function table.
Sun Jan 1 16:48:23 1997 Andreas Mohr <100.30936@germany.net>
* [files/file.c]
Fixed my patch for GetTempFileName16() as needed.
It was ...Name32A() that didn't work properly, not ...Name16().
* [graphics/x11drv/brush.c]
Fixed a BadMatch error.
* [msdos/int21.c]
Fixed INT21_FindNextFCB() to get correct volume labels e.g.
in "file open" dialog.
* [multimedia/joystick.c] [relay32/winmm.spec]
Stub JoyGetPosEx().
* [scheduler/process.c] [relay32/kernel32.spec]
Implemented RegisterServiceProcess().
Wed Dec 31 11:14:43 1997 Lawson Whitney <lawson_whitney@juno.com>
* [if1632/kernel.spec] [if1632/relay.c]
Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
CallProc32W.
* [loader/module.c]
Take a shot at defining FreeLibrary32W.
Sun Dec 28 12:44:04 1997 Kai Morich <kai.morich@rhein-neckar.netsurf.de>
* [controls/menu.c]
Menu modification from WM_INITMENUPOPUP message fixed.
Menu items now can have different wID and hSubMenu (Win95 behavior).
* [misc/cpu.c]
Improved IsProcessorFeaturePresent.
Sun Dec 28 03:21:08 1997 Ove Kaaven <ovek@main.arcticnet.no>
* [include/winsock.h] [misc/winsock.c]
Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
empty fd_sets if timeout.
* [objects/palette.c]
AnimatePalette() bailed out if entire palette is animated. Fixed.
* [objects/dib.c]
Added some code to SetDIBitsToDevice() and its helpers to fix
some offseting problems.
* [objects/cursoricon.c]
Made CreateCursor32() convert the instance handle properly. Made
DestroyCursor() return correct success status.
Wed Dec 24 17:56:34 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
* [windows/syscolor.c]
Added definition of GetSysColorPen16/32. This function does not
exist in the Win32 API but is a very close (and natural) relative
to GetSysColorBrush function. Moreover, it is *very* much used
within Wine since there are a lot of places where we need to draw
lines with the standard colors.
* [controls/button.c] [controls/combo.c] [controls/icontitle.c]
[controls/menu.c] [controls/progress.c] [controls/scroll.c]
[controls/updown.c] [graphics/painting.c] [misc/tweak.c]
[windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
Replaced references to sysColorObjects with the appropriate
call to GetSysColorBrush32/GetSysColorPen32. There is no need to
expose the implementation of these functions, even within Wine.
This makes the code easier to understand, debug, maintain.
* [controls/uitools.c]
Modified most of the functions in this file to use the now
standard pens (i.e. GetSysColorPen32). These functions made
*heavy* use of standard pens so I expect a lot less
CreatePen/DeleteObject calls can do only good...:)
Plus some minor modifications (*no* functional changes though).
* [controls/updown.c]
Used the new DrawFrameControl32 function to paint the control.
I also deleted UDDOWN_DrawArrow since it was no longer required.
Tue Dec 23 00:03:33 1997 Steinar Hamre <steinarh@stud.fim.ntnu.no>
* [configure.in]
Added check for -lw.
* [include/wintypes.h] [tools/build.c]
Changes to make the assembly understandable for even sun as.
".ascii" -> ".string", "call %foo" -> "call *%foo",
"pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
* [memory/ldt.c]
#ifdef added so <sys/seg.h> will not be included on Solaris.
Mon Dec 22 18:55:19 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [configure.in]
Added XF86DGA check.
* [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
Started DirectSound. Only stubs for now.
* [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
Started to implement DirectDraw. Mostly stubs, some
testcases work. Requires the XF86DGA extension to XFree86.
(check demo/blizdemo.exe from the Diablo CD-ROM).
* [files/drive.c]
Return correct "CDFS" fsname so Diablo is a bit happier.
Sun Dec 21 21:45:48 1997 Kevin Cozens <kcozens@interlog.com>
* [misc/registry.c]
Fixed bugs in the routines which read the Windows '95 registry
files. Added extra information regarding the format of the Windows
'95 registry files.
1998-01-04 17:49:09 +00:00
|
|
|
|
1999-07-31 17:39:44 +00:00
|
|
|
dnl Check for lint
|
|
|
|
AC_CHECK_PROGS(LINT, lclint lint)
|
|
|
|
if test "$LINT" = "lint"
|
|
|
|
then
|
|
|
|
LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
|
|
|
|
dnl LINTFLAGS='-D_SIZE_T "-Dsize_t=unsigned long" -errchk=longptr64'
|
|
|
|
fi
|
|
|
|
AC_SUBST(LINT)
|
|
|
|
AC_SUBST(LINTFLAGS)
|
|
|
|
|
2004-08-17 22:33:14 +00:00
|
|
|
dnl Check for various programs
|
|
|
|
AC_CHECK_PROGS(FONTFORGE, fontforge, false)
|
2005-08-08 18:36:53 +00:00
|
|
|
AC_CHECK_PROGS(PKG_CONFIG, pkg-config, false)
|
2003-10-09 04:33:20 +00:00
|
|
|
|
2005-08-09 11:12:29 +00:00
|
|
|
case $host_cpu in
|
|
|
|
*i[[3456789]]86*)
|
2006-07-18 08:12:20 +00:00
|
|
|
AC_PATH_PROG(PRELINK, prelink, false, [/sbin /usr/sbin $PATH])
|
2005-08-09 11:12:29 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
Release 980104
Sat Jan 3 17:15:56 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [debugger/db_disasm.c]
Added cpuid and cmpxchg instructions.
* [if1632/builtin.c] [relay32/builtin32.c]
Fixed broken -dll option with Win32 DLLs.
* [include/heap.h]
Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
* [configure.in] [misc/lstr.c]
Added check for wctype.h.
Commented out --enable-ipc option (IPC code has been broken for a
long time anyway).
* [scheduler/critsection.c] [scheduler/event.c]
[scheduler/mutex.c] [scheduler/semaphore.c]
Implemented Win32 synchronization objects.
* [scheduler/synchro.c]
Implemented WaitForMultipleObjects and related functions.
* [scheduler/thread.c]
If possible, use clone() in CreateThread().
* [scheduler/thread.c] [scheduler/process.c]
Made thread and process waitable objects.
Thread and process id values are now different from the pointers
they represent.
* [win32/k32obj.c]
Moved to scheduler directory.
Added function table for waiting operations on objects.
* [files/file.c] [memory/virtual.c]
Added new K32OBJ function table.
Sun Jan 1 16:48:23 1997 Andreas Mohr <100.30936@germany.net>
* [files/file.c]
Fixed my patch for GetTempFileName16() as needed.
It was ...Name32A() that didn't work properly, not ...Name16().
* [graphics/x11drv/brush.c]
Fixed a BadMatch error.
* [msdos/int21.c]
Fixed INT21_FindNextFCB() to get correct volume labels e.g.
in "file open" dialog.
* [multimedia/joystick.c] [relay32/winmm.spec]
Stub JoyGetPosEx().
* [scheduler/process.c] [relay32/kernel32.spec]
Implemented RegisterServiceProcess().
Wed Dec 31 11:14:43 1997 Lawson Whitney <lawson_whitney@juno.com>
* [if1632/kernel.spec] [if1632/relay.c]
Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
CallProc32W.
* [loader/module.c]
Take a shot at defining FreeLibrary32W.
Sun Dec 28 12:44:04 1997 Kai Morich <kai.morich@rhein-neckar.netsurf.de>
* [controls/menu.c]
Menu modification from WM_INITMENUPOPUP message fixed.
Menu items now can have different wID and hSubMenu (Win95 behavior).
* [misc/cpu.c]
Improved IsProcessorFeaturePresent.
Sun Dec 28 03:21:08 1997 Ove Kaaven <ovek@main.arcticnet.no>
* [include/winsock.h] [misc/winsock.c]
Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
empty fd_sets if timeout.
* [objects/palette.c]
AnimatePalette() bailed out if entire palette is animated. Fixed.
* [objects/dib.c]
Added some code to SetDIBitsToDevice() and its helpers to fix
some offseting problems.
* [objects/cursoricon.c]
Made CreateCursor32() convert the instance handle properly. Made
DestroyCursor() return correct success status.
Wed Dec 24 17:56:34 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
* [windows/syscolor.c]
Added definition of GetSysColorPen16/32. This function does not
exist in the Win32 API but is a very close (and natural) relative
to GetSysColorBrush function. Moreover, it is *very* much used
within Wine since there are a lot of places where we need to draw
lines with the standard colors.
* [controls/button.c] [controls/combo.c] [controls/icontitle.c]
[controls/menu.c] [controls/progress.c] [controls/scroll.c]
[controls/updown.c] [graphics/painting.c] [misc/tweak.c]
[windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
Replaced references to sysColorObjects with the appropriate
call to GetSysColorBrush32/GetSysColorPen32. There is no need to
expose the implementation of these functions, even within Wine.
This makes the code easier to understand, debug, maintain.
* [controls/uitools.c]
Modified most of the functions in this file to use the now
standard pens (i.e. GetSysColorPen32). These functions made
*heavy* use of standard pens so I expect a lot less
CreatePen/DeleteObject calls can do only good...:)
Plus some minor modifications (*no* functional changes though).
* [controls/updown.c]
Used the new DrawFrameControl32 function to paint the control.
I also deleted UDDOWN_DrawArrow since it was no longer required.
Tue Dec 23 00:03:33 1997 Steinar Hamre <steinarh@stud.fim.ntnu.no>
* [configure.in]
Added check for -lw.
* [include/wintypes.h] [tools/build.c]
Changes to make the assembly understandable for even sun as.
".ascii" -> ".string", "call %foo" -> "call *%foo",
"pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
* [memory/ldt.c]
#ifdef added so <sys/seg.h> will not be included on Solaris.
Mon Dec 22 18:55:19 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [configure.in]
Added XF86DGA check.
* [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
Started DirectSound. Only stubs for now.
* [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
Started to implement DirectDraw. Mostly stubs, some
testcases work. Requires the XF86DGA extension to XFree86.
(check demo/blizdemo.exe from the Diablo CD-ROM).
* [files/drive.c]
Return correct "CDFS" fsname so Diablo is a bit happier.
Sun Dec 21 21:45:48 1997 Kevin Cozens <kcozens@interlog.com>
* [misc/registry.c]
Fixed bugs in the routines which read the Windows '95 registry
files. Added extra information regarding the format of the Windows
'95 registry files.
1998-01-04 17:49:09 +00:00
|
|
|
dnl **** Check for some libraries ****
|
|
|
|
|
1997-07-20 16:23:21 +00:00
|
|
|
dnl Check for -li386 for NetBSD and OpenBSD
|
Release 980104
Sat Jan 3 17:15:56 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [debugger/db_disasm.c]
Added cpuid and cmpxchg instructions.
* [if1632/builtin.c] [relay32/builtin32.c]
Fixed broken -dll option with Win32 DLLs.
* [include/heap.h]
Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
* [configure.in] [misc/lstr.c]
Added check for wctype.h.
Commented out --enable-ipc option (IPC code has been broken for a
long time anyway).
* [scheduler/critsection.c] [scheduler/event.c]
[scheduler/mutex.c] [scheduler/semaphore.c]
Implemented Win32 synchronization objects.
* [scheduler/synchro.c]
Implemented WaitForMultipleObjects and related functions.
* [scheduler/thread.c]
If possible, use clone() in CreateThread().
* [scheduler/thread.c] [scheduler/process.c]
Made thread and process waitable objects.
Thread and process id values are now different from the pointers
they represent.
* [win32/k32obj.c]
Moved to scheduler directory.
Added function table for waiting operations on objects.
* [files/file.c] [memory/virtual.c]
Added new K32OBJ function table.
Sun Jan 1 16:48:23 1997 Andreas Mohr <100.30936@germany.net>
* [files/file.c]
Fixed my patch for GetTempFileName16() as needed.
It was ...Name32A() that didn't work properly, not ...Name16().
* [graphics/x11drv/brush.c]
Fixed a BadMatch error.
* [msdos/int21.c]
Fixed INT21_FindNextFCB() to get correct volume labels e.g.
in "file open" dialog.
* [multimedia/joystick.c] [relay32/winmm.spec]
Stub JoyGetPosEx().
* [scheduler/process.c] [relay32/kernel32.spec]
Implemented RegisterServiceProcess().
Wed Dec 31 11:14:43 1997 Lawson Whitney <lawson_whitney@juno.com>
* [if1632/kernel.spec] [if1632/relay.c]
Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
CallProc32W.
* [loader/module.c]
Take a shot at defining FreeLibrary32W.
Sun Dec 28 12:44:04 1997 Kai Morich <kai.morich@rhein-neckar.netsurf.de>
* [controls/menu.c]
Menu modification from WM_INITMENUPOPUP message fixed.
Menu items now can have different wID and hSubMenu (Win95 behavior).
* [misc/cpu.c]
Improved IsProcessorFeaturePresent.
Sun Dec 28 03:21:08 1997 Ove Kaaven <ovek@main.arcticnet.no>
* [include/winsock.h] [misc/winsock.c]
Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
empty fd_sets if timeout.
* [objects/palette.c]
AnimatePalette() bailed out if entire palette is animated. Fixed.
* [objects/dib.c]
Added some code to SetDIBitsToDevice() and its helpers to fix
some offseting problems.
* [objects/cursoricon.c]
Made CreateCursor32() convert the instance handle properly. Made
DestroyCursor() return correct success status.
Wed Dec 24 17:56:34 1997 Dimitrie O. Paun <dimi@cs.toronto.edu>
* [windows/syscolor.c]
Added definition of GetSysColorPen16/32. This function does not
exist in the Win32 API but is a very close (and natural) relative
to GetSysColorBrush function. Moreover, it is *very* much used
within Wine since there are a lot of places where we need to draw
lines with the standard colors.
* [controls/button.c] [controls/combo.c] [controls/icontitle.c]
[controls/menu.c] [controls/progress.c] [controls/scroll.c]
[controls/updown.c] [graphics/painting.c] [misc/tweak.c]
[windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
Replaced references to sysColorObjects with the appropriate
call to GetSysColorBrush32/GetSysColorPen32. There is no need to
expose the implementation of these functions, even within Wine.
This makes the code easier to understand, debug, maintain.
* [controls/uitools.c]
Modified most of the functions in this file to use the now
standard pens (i.e. GetSysColorPen32). These functions made
*heavy* use of standard pens so I expect a lot less
CreatePen/DeleteObject calls can do only good...:)
Plus some minor modifications (*no* functional changes though).
* [controls/updown.c]
Used the new DrawFrameControl32 function to paint the control.
I also deleted UDDOWN_DrawArrow since it was no longer required.
Tue Dec 23 00:03:33 1997 Steinar Hamre <steinarh@stud.fim.ntnu.no>
* [configure.in]
Added check for -lw.
* [include/wintypes.h] [tools/build.c]
Changes to make the assembly understandable for even sun as.
".ascii" -> ".string", "call %foo" -> "call *%foo",
"pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
* [memory/ldt.c]
#ifdef added so <sys/seg.h> will not be included on Solaris.
Mon Dec 22 18:55:19 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [configure.in]
Added XF86DGA check.
* [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
Started DirectSound. Only stubs for now.
* [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
Started to implement DirectDraw. Mostly stubs, some
testcases work. Requires the XF86DGA extension to XFree86.
(check demo/blizdemo.exe from the Diablo CD-ROM).
* [files/drive.c]
Return correct "CDFS" fsname so Diablo is a bit happier.
Sun Dec 21 21:45:48 1997 Kevin Cozens <kcozens@interlog.com>
* [misc/registry.c]
Fixed bugs in the routines which read the Windows '95 registry
files. Added extra information regarding the format of the Windows
'95 registry files.
1998-01-04 17:49:09 +00:00
|
|
|
AC_CHECK_LIB(i386,i386_set_ldt)
|
1998-12-15 17:49:02 +00:00
|
|
|
dnl Check for -lossaudio for NetBSD
|
|
|
|
AC_CHECK_LIB(ossaudio,_oss_ioctl)
|
Release 980927
Sun Sep 27 14:25:38 1998 Petter Reinholdtsen <pere@td.org.uit.no>
* [files/drive.c]
Make sure GetDriveType32A() handles param NULL. Added some
doc on function.
Sun Sep 27 14:07:26 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
* [controls/edit.c] [windows/win.c]
Don't call SetWindowLong() in EDIT_WM_NCREATE.
Fix SetWindowLong(GWL_[EX]STYLE) to work for 16bit windows. Remove
UpdateWindow() call.
Sun Sep 27 13:41:22 1998 Alexandre Julliard <julliard@lrc.epfl.ch>
* [scheduler/*.c] [server/event.c] [server/mutex.c]
[server/semaphore.c]
Implemented server-side synchronisation objects.
Sun Sep 27 01:13:35 1998 Alex Priem <alexp@sci.kun.nl>
* [dlls/comctl32/treeview.c] [include/treeview.h] [include/comctl.h]
Treeview implementation.
* [dlls/comctl32/trackbar.c] [include/trackbar.h]
Trackbar implementation.
Sat Sep 26 20:49:13 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* [if1632/thunk.c] [tools/build.c] [win32/kernel32.c]
Bugfix: several problems with flat thunks fixed.
* [memory/selector.c]
Bugfix: IsBad...Ptr16 didn't work for limit_in_pages segments.
* [scheduler/thread.c]
Bugfix: CreateThread: Allow id parameter == NULL.
* [objects/gdiobj.c]
Bugfix: IsGDIObject: Return correct object type for stock objects.
* [msdos/dpmi.c]
Bugfix: fixed typo in INT_DoRealModeInt.
* [msdos/int21.c]
Bugfix: int21 READ *must* use WIN16_hread, not _hread16.
* [if1632/kernel.spec] [if1632/dummy.c] [if1632/thunk.c]
[loader/ne/module.c] [scheduler/event.c] [scheduler/synchro.c]
[scheduler/thread.c] [win32/kernel32.c] [win32/ordinals.c]
Added names/stubs for all undocumented KERNEL routines (Win95).
Added the following undoc. 16-bit equivalents to Win32 routines:
KERNEL.441-443,449-453,456-462,471-476,479-486,488.
Added stubs for some other KERNEL routines.
* [memory/heap.c] [memory/global.c] [include/global.h]
Implemented Local32... 32-bit local heap routines (KERNEL.208-215, 229).
* [miscemu/instr.c] [loader/module.c] [include/module.h]
Implemented __GP fault handling and HasGPHandler (KERNEL.338).
* [misc/error.c]
Implemented LogParamErrorRegs (KERNEL.327).
* [loader/task.c] [include/windows.h]
Implemented GetCodeInfo (KERNEL.104).
* [loader/task.c] [scheduler/thread.c] [include/thread.h]
Implemented [GS]etThreadQueue and [GS]etFastQueue (KERNEL.463/4, 624/5).
* [if1632/gdi.spec] [objects/dc.c] [objects/dib.c]
[objects/bitmap.c] [include/windows.h]
Bugfix: fixed wrong parameter for CreateDIBSection16.
Added [GS]etDIBColorTable16, stub for GetBoundsRect16.
Partially implemented BITMAP_GetObject16 for DIBs.
* [if1632/gdi.spec] [relay32/gdi32.spec] [objects/palette.c]
Added some GDI stubs.
* [if1632/Makefile.in] [if1632/display.spec] [if1632/mouse.spec]
[if1632/keyboard.spec] [if1632/builtin.c] [windows/keyboard.c]
Added some stubs for Win16 drivers: KEYBOARD, MOUSE, DISPLAY.
* [if1632/wprocs.spec] [msdos/vxd.c]
Added some stubs for VxDs: VMM, ConfigMG, TimerAPI.
* [msdos/int2f.c]
Added some stubs for real-mode network drivers.
Sat Sep 26 18:18:18 1998 Marcus Meissner <marcus@jet.franken.de>
* [configure.in]
Merged in some more of the FreeBSD ports/emulators/wine patches.
(Maintainer(s) of this port: You can just submit these
patches to Alexandre directly.)
* [loader/pe_image.c]
Check filesize of image against size derived from header
to spot truncated executeables without crashing.
* [files/directory.c]
Set envvar "COMSPEC". One win32(!!) program crashes without it.
* [multimedia/mmio.c]
Added mmioSetInfo32.
* [include/file.h]
Return STD_ERROR_HANDLE for AUX and PRT dos handles.
* [loader/module.c]
Handle executeables with spaces in their names a bit better in
CreateProcess.
* [relay32/msvfw32.spec][if1632/msvideo.spec][multimedia/msvideo.c][include/vfw.h]
Started on MS Video support (can load Win32 ICMs).
* [tools/testrun]
A bit smarter use of ps.
* [memory/virtual.c]
Report PAGE_GUARDed pages as PAGE_PROTECTED (AutoCAD LT R17 fails
without that check (since Win95 doesn't know about PAGE_GUARD)).
Sat Sep 26 15:04:05 1998 Ove Kaaven <ovek@arcticnet.no>
* [include/miscemu.h] [if1632/builtin.c] [loader/task.c]
[miscemu/instr.c] [msdos/dpmi.c] [msdos/int21.c]
[msdos/interrupts.c] [windows/user.c]
INT_[S|G]etHandler was renamed to INT_[S|G]etPMHandler.
Added handlers to deal with real-mode interrupts; DOS
programs are now able to hook real-mode interrupts.
* [loader/dos/module.c] [msdos/dosmem.c] [msdos/int21.c]
Moved real-mode interrupt table initialization to
msdos/dosmem.c, and made new V86 tasks get a full copy
of the existing "system memory" instead of almost empty
space. Misc fixes.
* [include/dosexe.h] [loader/dos/module.c] [msdos/dpmi.c]
[msdos/int2f.c]
First shot at letting DOS programs start up DPMI (but DPMI
is still disabled for DOS programs, for pkunzip's sake).
* [include/debugger.h] [debugger/break.c] [debugger/dbg.y]
[debugger/registers.c] [debugger/memory.c] [debugger/info.c]
[loader/dos/dosvm.c]
First shot at making Wine's debugger work for DOS programs.
The -debug flag works, as do "nexti" and "stepi".
Sat Sep 26 13:13:13 1998 Juergen Schmied <juergen.schmied@metronet.de>
* [dlls/shell32/dataobject.c]
New classes IEnumFORMATETC implemented, IDataObject stubs.
* [dlls/shell32/*.*][relay32/shell32.spec]
Bugfixes.
New: ICM_InsertItem(), ILCreateFromPath().
Implemented: ILCloneFirst().
Stubs: ILIsEqual(), ILFindChild(), SHLogILFromFSIL(),
PathMatchSpec(), PathIsExe().
Changed: ILGetSize(), _ILIsDesktop(), PathCombine().
* [include/shlobj.h]
New SHLGUID's
New structures: DVTARGETDEVICE32, STGMEDIUM32, FORMATETC32,
CLIPFORMAT32.
New interfaces: IEnumFORMATETC, IDataObject, ICommDlgBrowser
IDockingWindowFrame, IServiceProvider.
* [dlls/shell32/folders.c]
Stubs for IShellLink.
* [loader/resource.c]
Small fixes.
* [misc/crtdll.c][relay32/crtdll.spec]
New __dllonexit().
* [windows/message.c]
SendNotifyMessageA, SendMessageCallBack32A half implemented.
* [controls/edit.c]
EDIT_WM_SetText set EF_UPDATE flag not for ES_MULTILINE.
* [files/file.c]
Handling of fileposition fixed.
Fri Sep 25 18:13:30 1998 Patrik Stridvall <ps@leissner.se>
* [include/windows.h] [include/wintypes.h]
[ole/ole2nls.h] [relay32/kernel32.spec]
Implemented EnumDateFormats and EnumTimeFormats.
Only adds US English support.
* [Makefile.in] [configure.in]
[dlls/Makefile.in] [dlls/psapi/Makefile.in]
[dlls/psapi/psapi_main.c]
New files to implement stubs for PSAPI.DLL (NT only).
* [relay32/Makefile.in] [relay32/builtin32.c]
[relay32/psapi.spec]
New spec file for PSAPI.DLL (NT only).
* [scheduler/handle.c]
HANDLE_GetObjPtr should only interpret the pseudo handles as the
current thread or the current process if a thread or a process is
requested.
* [include/winversion.h] [misc/version.c]
Adds the global function VERSION_GetVersion() so functions can
have different behavior depending on the -winver flag.
* [include/oledlg.h] [ole/oledlg.c]
Minor fixes.
* [windows/winproc.c]
Minor changes.
* [include/imm.h] [misc/imm.c]
Now returns correct values under both Windows 95 and NT 4.0.
Thu Sep 24 22:11:44 1998 Kristian Nielsen <kristian.nielsen@risoe.dk>
* [configure.in] [include/acconfig.h] [include/thread.h]
[scheduler/sysdeps.c]
Autoconfig test for non-reentrant libc.
Wed Sep 23 19:52:12 1998 Matthew Becker <mbecker@glasscity.net>
* [*/*.c]
Miscellaneous documentation updates and debugging output
standardizations.
* [objects/clipping.c]
Added ExtSelectClipRgn.
Wed Sep 23 00:03:28 EDT 1998 Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
* [include/windows.h] [if1632/user.spec] [relay32/user32.spec]
[windows/keyboard.c]
Added, marginally implemented, GetKeyboardLayoutName().
Only returns US English keyboard name.
Tue Sep 22 16:32:41 1998 Marcel Baur <mbaur@iiic.ethz.ch>
* [programs/control/*]
New Winelib application.
Mon Sep 21 00:29:18 1998 Peter Hunnisett <hunnise@nortel.ca>
* [include/dplay.h][multimedia/dplay.c][ole/compobj.c]
Added all DirectPlayLobby interfaces and enhanced DirectPlay
and DirectPlayLobby support. Still not all that much. Useful
enough if you just need to start a program, don't try any
real dplay/lobby stuff.
* [documentation/status/directplay]
Added a very little bit.
* [graphics/ddraw.c]
- Call to SetWindowLong32A wasn't working because there was no
memory set aside when the window class was registered.
- Fixed some xlib reference counting and change the behaviour
of DirectDrawSurface3_SetPalette to mimic observed behaviour
(palette is associated will all backbuffers)
- Also stored all palette colour fields and spit back our saved
colour fields rather than query X for them.
- Added plenty of AddRef and Release traces.
- Added Xlib support for using -desktop option.
- Fixed Xlib message handling. Messages weren't being passed to
the application. Fixes mouse movements in some xlib DDraw games.
- Added a few stubs.
* [windows/win.c][include/winerror.h]
Fixed up some error handling in WIN_SetWindowLong. SetLastError
wasn't being used. Could cause problems with 0 return codes.
Added new error in winerror (1400).
* [AUTHORS] [include/authors.h]
Added myself as a Wine author.
Sun Sep 20 21:22:44 1998 Alexander Larsson <alla@lysator.liu.se>
* [loader/module.c]
Changed GetModuleFileName32A so that is returns the
long version of the filename. Note that just the name
is long, not the directories.
Sat Sep 19 20:05:30 1998 Per ngstrm <pang@mind.nu>
* [controls/menu.c]
Made a couple of fixes to make life easier for applications that alter
their menus at runtime.
* [windows/defdlg.c]
Removed the cast of the return value from dialog procedures to a 16-bit
bool. The return value needs to retain all its 32 bits, since it is not
always a bool, such as when responding to the WM_NCHITTEST message.
Fri Sep 18 11:30:38 1998 Sergey Turchanov <turchanov@usa.net>
* [loader/resource.c]
Fixed very funny bug (though gravely affecting further excecution)
with FindResource[Ex]32 functions.
* [include/multimon.h] [windows/multimon.c] [relay32/user32.spec]
[include/windows.h] [windows/sysmetrics.c]
Default implementation for Multimonitor API.
* [include/windows.h] [windows/winpos.c]
Fixed incorrect declaration (and behaviour) of GetWindowRect32.
Wed Sep 16 10:21:15 1998 Gerard Patel <G.Patel@Wanadoo.fr>
* [controls/edit.c]
Fixed EDIT_EM_GetLine to use correctly length of lines.
Tue Sep 15 20:40:16 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de>
* [misc/tweak.c][include/tweak.h][controls/menu.c]
Replaced the tweak graphic routines by calls to DrawEdge32().
* [misc/tweak.c][include/tweak.h][documentation/win95look]
[wine.ini][*/*]
Changed "look and feel" selection. Allows Win3.1, Win95 and
Win98 (no GUI code implemented) look and feel.
* [dlls/comctl32/header.c][include/header.h][include/commctrl.h]
Started callback item support and did some minor improvements.
* [dlls/comctl32/imagelist.c]
Fixed bug in transparent image display.
ImageList_GetIcon is still buggy :-(
* [dlls/comctl32/toolbar.c]
Fixed button drawing (partial hack).
* [dlls/comctl32/commctrl.c]
Fixed MenuHelp().
* [controls/button.c]
Added 3d effect for groupbox.
* [windows/msgbox.c]
Added font support for message boxes.
* [windows/nonclient.c]
Fixed window moving bug.
* [dlls/comctl32/*.c]
Various improvements.
* [dlls/comctl32/listview.c][dlls/comctl32/rebar.c]
[include/commctrl.h]
More messages.
* [windows/syscolor.c][include/windows.h]
Introduced new Win98 system colors.
Tue Sep 15 18:29:45 1998 Wesley Filardo <eightknots@aol.com>
* [files/profile.c]
Added support in PROFILE_LoadWineIni for -config option
* [misc/main.c] [include/options.h]
Added -config option.
Tue Sep 15 18:22:26 1998 Petter Reinholdtsen <pere@td.org.uit.no>
* [documentation/Makefile.in]
Make sure directory exists before installing into it.
Tue Sep 15 01:47:33 1998 Pablo Saratxaga <pablo.sarachaga@ping.be>
* [ole/nls/*] [ole/ole2nls.c] [include/winnls.h]
Fixed a few errors and completed some NLS files.
Mon Sep 14 01:23:45 1998 Joseph Pranevich <knight@baltimore.wwaves.com>
* [include/miscemu.h] [msdos/interrupts.c]
Removed a compilation warning, added INT 25 to the list of interrupts
callable from DOS applications, added a debug message when unsupported
interrupts are used.
Sun Sep 13 19:55:22 1998 Lawson Whitney <lawson_whitney@juno.com>
* [if1632/relay.c]
CallProcEx32W should not reverse arguments.
Sun Aug 17 21:18:12 1998 Eric Pouech <eric.pouech@lemel.fr>
* [multimedia/midi.c] [multimedia/init.c] [multimedia/mmsys.c]
[include/multimedia.h] [include/mmsystem.h]
[multimedia/Makefile.in] [multimedia/midipatch.c]
[if1632/multimedia.spec]
Made MIDI input and output functional on OSS capable systems.
* [multimedia/timer.c]
Changes to trigger callbacks at the accurate pace even when
fake timers are used.
1998-09-27 18:28:36 +00:00
|
|
|
dnl Check for -lxpg4 for FreeBSD
|
2001-03-19 19:19:59 +00:00
|
|
|
AC_CHECK_LIB(xpg4,_xpg4_setrunelocale)
|
2003-11-06 23:05:41 +00:00
|
|
|
dnl Check for -lpthread
|
|
|
|
AC_CHECK_LIB(pthread,pthread_create,AC_SUBST(LIBPTHREAD,"-lpthread"))
|
2002-01-01 01:13:03 +00:00
|
|
|
|
2005-08-08 11:17:25 +00:00
|
|
|
AC_SUBST(XLIB,"")
|
|
|
|
AC_SUBST(XFILES,"")
|
|
|
|
AC_SUBST(OPENGLFILES,"")
|
|
|
|
AC_SUBST(GLU32FILES,"")
|
|
|
|
AC_SUBST(OPENGL_LIBS,"")
|
2006-10-24 13:26:33 +00:00
|
|
|
AC_SUBST(QUARTZFILES,"")
|
2004-11-09 20:16:35 +00:00
|
|
|
|
|
|
|
dnl **** Check for header files ****
|
|
|
|
|
|
|
|
AC_CHECK_HEADERS(\
|
2006-05-28 20:46:23 +00:00
|
|
|
AudioUnit/AudioUnit.h \
|
2006-10-24 13:26:33 +00:00
|
|
|
Carbon/Carbon.h \
|
2006-05-28 20:46:23 +00:00
|
|
|
CoreAudio/CoreAudio.h \
|
2006-11-06 12:33:16 +00:00
|
|
|
DiskArbitration/DiskArbitration.h \
|
2005-07-01 19:15:26 +00:00
|
|
|
IOKit/IOKitLib.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
alsa/asoundlib.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
arpa/inet.h \
|
|
|
|
arpa/nameser.h \
|
2005-04-27 09:46:25 +00:00
|
|
|
asm/types.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
capi20.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
cups/cups.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
curses.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
direct.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
dlfcn.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
elf.h \
|
|
|
|
float.h \
|
|
|
|
fontconfig/fontconfig.h \
|
|
|
|
getopt.h \
|
|
|
|
ieeefp.h \
|
|
|
|
io.h \
|
|
|
|
jack/jack.h \
|
|
|
|
jpeglib.h \
|
2005-07-15 16:39:42 +00:00
|
|
|
lber.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
lcms.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
lcms/lcms.h \
|
2005-07-15 16:39:42 +00:00
|
|
|
ldap.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
libaudioio.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
link.h \
|
|
|
|
linux/cdrom.h \
|
|
|
|
linux/compiler.h \
|
|
|
|
linux/hdreg.h \
|
|
|
|
linux/input.h \
|
|
|
|
linux/ioctl.h \
|
|
|
|
linux/joystick.h \
|
|
|
|
linux/major.h \
|
|
|
|
linux/param.h \
|
|
|
|
linux/serial.h \
|
|
|
|
linux/ucdrom.h \
|
2006-12-29 19:02:02 +00:00
|
|
|
mach/mach.h \
|
2005-05-18 18:20:23 +00:00
|
|
|
mach/machine.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
machine/cpu.h \
|
2005-05-18 18:20:23 +00:00
|
|
|
machine/limits.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
machine/soundcard.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
mntent.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
ncurses.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
netdb.h \
|
|
|
|
netinet/in.h \
|
|
|
|
netinet/in_systm.h \
|
|
|
|
netinet/tcp.h \
|
|
|
|
netinet/tcp_fsm.h \
|
2005-12-01 10:18:43 +00:00
|
|
|
openssl/err.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
openssl/ssl.h \
|
2007-07-02 17:54:00 +00:00
|
|
|
png.h \
|
2005-03-04 12:38:36 +00:00
|
|
|
poll.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
process.h \
|
|
|
|
pthread.h \
|
|
|
|
pwd.h \
|
|
|
|
regex.h \
|
|
|
|
sched.h \
|
|
|
|
scsi/scsi.h \
|
|
|
|
scsi/scsi_ioctl.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
scsi/sg.h \
|
|
|
|
soundcard.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
stdint.h \
|
|
|
|
strings.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
sys/asoundlib.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/cdio.h \
|
|
|
|
sys/elf32.h \
|
|
|
|
sys/epoll.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
sys/errno.h \
|
2006-08-04 20:11:00 +00:00
|
|
|
sys/event.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/exec_elf.h \
|
|
|
|
sys/filio.h \
|
|
|
|
sys/ioctl.h \
|
|
|
|
sys/ipc.h \
|
2005-08-22 09:33:37 +00:00
|
|
|
sys/limits.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/link.h \
|
|
|
|
sys/lwp.h \
|
|
|
|
sys/mman.h \
|
|
|
|
sys/modem.h \
|
|
|
|
sys/msg.h \
|
2006-01-26 12:23:08 +00:00
|
|
|
sys/mtio.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/param.h \
|
|
|
|
sys/poll.h \
|
2006-04-06 09:57:37 +00:00
|
|
|
sys/prctl.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/ptrace.h \
|
|
|
|
sys/reg.h \
|
2006-02-28 16:07:04 +00:00
|
|
|
sys/resource.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/scsiio.h \
|
|
|
|
sys/shm.h \
|
|
|
|
sys/signal.h \
|
|
|
|
sys/socket.h \
|
2007-07-11 03:39:21 +00:00
|
|
|
sys/socketvar.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/sockio.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
sys/soundcard.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
sys/statvfs.h \
|
|
|
|
sys/strtio.h \
|
|
|
|
sys/syscall.h \
|
|
|
|
sys/sysctl.h \
|
|
|
|
sys/time.h \
|
|
|
|
sys/times.h \
|
|
|
|
sys/uio.h \
|
|
|
|
sys/un.h \
|
|
|
|
sys/vm86.h \
|
|
|
|
sys/wait.h \
|
|
|
|
syscall.h \
|
|
|
|
termios.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
unicode/ubidi.h \
|
2004-11-09 20:16:35 +00:00
|
|
|
unistd.h \
|
|
|
|
utime.h \
|
|
|
|
valgrind/memcheck.h
|
|
|
|
)
|
|
|
|
AC_HEADER_STAT()
|
|
|
|
|
2006-04-09 16:36:01 +00:00
|
|
|
dnl **** Checks for headers that depend on other ones ****
|
|
|
|
|
|
|
|
AC_CHECK_HEADERS([sys/mount.h sys/statfs.h sys/user.h sys/vfs.h],,,
|
|
|
|
[#include <sys/types.h>
|
|
|
|
#if HAVE_SYS_PARAM_H
|
|
|
|
# include <sys/param.h>
|
|
|
|
#endif])
|
|
|
|
|
2007-07-11 03:39:21 +00:00
|
|
|
AC_CHECK_HEADERS([netinet/in_pcb.h netinet/ip_var.h net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h],,,
|
2006-04-09 16:36:01 +00:00
|
|
|
[#include <sys/types.h>
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
# include <sys/socket.h>
|
|
|
|
#endif])
|
2007-07-11 03:39:21 +00:00
|
|
|
#if HAVE_SYS_SOCKETVAR_H
|
|
|
|
# include <sys/socketvar.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
AC_CHECK_HEADERS([netinet/tcp_var.h],,,
|
|
|
|
[#include <sys/types.h>
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
# include <sys/socket.h>
|
|
|
|
#endif
|
|
|
|
#if HAVE_SYS_SOCKETVAR_H
|
|
|
|
# include <sys/socketvar.h>
|
|
|
|
#endif
|
|
|
|
#if HAVE_NETINET_IN_H
|
|
|
|
# include <netinet/in.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_NETINET_TCP_H
|
|
|
|
# include <netinet/tcp.h>
|
|
|
|
#endif])
|
2006-04-09 16:36:01 +00:00
|
|
|
|
2006-08-07 19:52:36 +00:00
|
|
|
AC_CHECK_HEADERS([linux/ipx.h],,,
|
|
|
|
[#include <sys/types.h>
|
|
|
|
#ifdef HAVE_ASM_TYPES_H
|
|
|
|
# include <asm/types.h>
|
|
|
|
#endif
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
# include <sys/socket.h>
|
|
|
|
#endif])
|
|
|
|
|
2006-04-09 16:36:01 +00:00
|
|
|
AC_CHECK_HEADERS([resolv.h],,,
|
|
|
|
[#include <sys/types.h>
|
|
|
|
#if HAVE_SYS_SOCKET_H
|
|
|
|
# include <sys/socket.h>
|
|
|
|
#endif
|
|
|
|
#if HAVE_NETINET_IN_H
|
|
|
|
# include <netinet/in.h>
|
|
|
|
#endif
|
|
|
|
#if HAVE_ARPA_NAMESER_H
|
|
|
|
# include <arpa/nameser.h>
|
|
|
|
#endif])
|
|
|
|
|
|
|
|
AC_CHECK_HEADERS(ucontext.h,,,[#include <signal.h>])
|
|
|
|
|
2006-08-21 18:00:20 +00:00
|
|
|
AC_CHECK_HEADERS([pthread_np.h],,,
|
|
|
|
[#ifdef HAVE_PTHREAD_H
|
|
|
|
#include <pthread.h>
|
|
|
|
#endif])
|
|
|
|
|
2006-08-07 19:52:36 +00:00
|
|
|
AC_CHECK_HEADERS([linux/videodev.h],,,
|
2006-04-09 16:36:01 +00:00
|
|
|
[#ifdef HAVE_SYS_TIME_H
|
|
|
|
#include <sys/time.h>
|
|
|
|
#endif
|
|
|
|
#include <sys/types.h>
|
|
|
|
#ifdef HAVE_ASM_TYPES_H
|
|
|
|
#include <asm/types.h>
|
|
|
|
#endif])
|
|
|
|
|
2006-02-24 10:46:17 +00:00
|
|
|
dnl Check for broken kernel header that doesn't define __user
|
|
|
|
AC_CHECK_HEADERS([linux/capi.h],,,[#define __user])
|
|
|
|
|
2007-07-02 15:27:48 +00:00
|
|
|
dnl **** Check for working dll ****
|
|
|
|
|
|
|
|
AC_SUBST(DLLEXT,"")
|
|
|
|
AC_SUBST(DLLFLAGS,"-D_REENTRANT")
|
|
|
|
AC_SUBST(LDSHARED,"")
|
|
|
|
AC_SUBST(LDDLLFLAGS,"")
|
|
|
|
AC_SUBST(LIBEXT,"so")
|
|
|
|
AC_SUBST(IMPLIBEXT,"def")
|
|
|
|
AC_SUBST(LDRPATH_INSTALL,"")
|
|
|
|
AC_SUBST(LDRPATH_LOCAL,"")
|
|
|
|
WINE_PATH_LDD
|
|
|
|
|
|
|
|
case $host_os in
|
|
|
|
cygwin*|mingw32*)
|
|
|
|
AC_CHECK_TOOL(DLLTOOL,dlltool,false)
|
|
|
|
AC_CHECK_TOOL(DLLWRAP,dllwrap,false)
|
|
|
|
AC_CHECK_TOOL(MINGWAR,ar,false)
|
|
|
|
if test "$DLLWRAP" = "false"; then
|
|
|
|
LIBEXT="a"
|
|
|
|
else
|
|
|
|
dnl FIXME - check whether dllwrap works correctly...
|
|
|
|
LIBEXT="dll"
|
|
|
|
fi
|
|
|
|
IMPLIBEXT="a"
|
|
|
|
dnl We can't build 16-bit NE dlls
|
|
|
|
WIN16_FILES=""
|
|
|
|
WIN16_INSTALL=""
|
|
|
|
;;
|
|
|
|
darwin*|macosx*)
|
|
|
|
DLLEXT=".so"
|
|
|
|
LIBEXT="dylib"
|
|
|
|
DLLFLAGS="$DLLFLAGS -fPIC"
|
|
|
|
LDDLLFLAGS="-bundle -multiply_defined suppress"
|
|
|
|
LIBWINE_LDFLAGS="-multiply_defined suppress"
|
|
|
|
LDSHARED="\$(CC) -dynamiclib"
|
|
|
|
STRIP="$STRIP -x"
|
|
|
|
LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
|
|
|
|
dnl declare needed frameworks
|
|
|
|
AC_SUBST(COREFOUNDATIONLIB,"-framework CoreFoundation")
|
|
|
|
AC_SUBST(IOKITLIB,"-framework IOKit -framework CoreFoundation")
|
|
|
|
AC_SUBST(LDEXECFLAGS,["-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"])
|
|
|
|
if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
|
|
|
|
then
|
|
|
|
dnl DiskArbitration API is not public on Darwin < 8.0, use it only if header found
|
|
|
|
AC_SUBST(DISKARBITRATIONLIB,"-framework DiskArbitration -framework CoreFoundation")
|
|
|
|
fi
|
|
|
|
if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
|
|
|
|
then
|
|
|
|
dnl CoreServices needed by AudioUnit
|
|
|
|
AC_SUBST(COREAUDIO,"-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI")
|
|
|
|
fi
|
|
|
|
case $host_cpu in
|
|
|
|
*powerpc*)
|
|
|
|
LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" dnl FIXME
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
dnl Enable quartz driver on Mac OS X
|
|
|
|
if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
|
|
|
|
then
|
|
|
|
AC_SUBST(CARBONLIB,"-framework Carbon")
|
|
|
|
QUARTZFILES='$(QUARTZFILES)'
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
DLLFLAGS="$DLLFLAGS -fPIC"
|
|
|
|
DLLEXT=".so"
|
|
|
|
AC_CACHE_CHECK([whether we can build a GNU style ELF dll], ac_cv_c_dll_gnuelf,
|
|
|
|
[WINE_TRY_SHLIB_FLAGS([-fPIC -shared -Wl,-Bsymbolic],
|
|
|
|
ac_cv_c_dll_gnuelf="yes",ac_cv_c_dll_gnuelf="no")])
|
|
|
|
if test "$ac_cv_c_dll_gnuelf" = "yes"
|
|
|
|
then
|
|
|
|
LDSHARED="\$(CC) -shared"
|
|
|
|
LDDLLFLAGS="-shared -Wl,-Bsymbolic"
|
|
|
|
WINE_TRY_CFLAGS([-fPIC -shared -Wl,-soname,confest.so.1],
|
|
|
|
[LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"],
|
|
|
|
[WINE_TRY_CFLAGS([-fPIC -shared -Wl,-h,confest.so.1],
|
|
|
|
[LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"])])
|
|
|
|
|
|
|
|
WINE_TRY_CFLAGS([-fPIC -shared -Wl,-Bsymbolic,-z,defs], [LDDLLFLAGS="$LDDLLFLAGS,-z,defs"])
|
|
|
|
|
|
|
|
WINE_TRY_CFLAGS([-fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini],
|
|
|
|
[LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"])
|
|
|
|
|
|
|
|
echo '{ global: *; };' >conftest.map
|
|
|
|
WINE_TRY_CFLAGS([-fPIC -shared -Wl,--version-script=conftest.map],
|
|
|
|
[LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"])
|
|
|
|
rm -f conftest.map
|
|
|
|
|
|
|
|
WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
|
|
|
|
[AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])])
|
|
|
|
|
|
|
|
WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
|
|
|
|
[LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
|
|
|
|
LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"],
|
|
|
|
[WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
|
|
|
|
[LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
|
|
|
|
LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"])])
|
|
|
|
|
2007-07-30 20:38:55 +00:00
|
|
|
WINE_TRY_CFLAGS([-Wl,--enable-new-dtags],
|
|
|
|
[LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"])
|
|
|
|
|
2007-07-02 15:27:48 +00:00
|
|
|
case $host_cpu in
|
|
|
|
*i[[3456789]]86* | x86_64)
|
|
|
|
WINE_TRY_CFLAGS([-Wl,--section-start,.interp=0x7bf00400],
|
|
|
|
[LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"])
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
else
|
|
|
|
AC_CACHE_CHECK(whether we can build a UnixWare (Solaris) dll, ac_cv_c_dll_unixware,
|
|
|
|
[WINE_TRY_SHLIB_FLAGS([-fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic],
|
|
|
|
ac_cv_c_dll_unixware="yes",ac_cv_c_dll_unixware="no")])
|
|
|
|
if test "$ac_cv_c_dll_unixware" = "yes"
|
|
|
|
then
|
|
|
|
LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
|
|
|
|
LDDLLFLAGS="-Wl,-G,-B,symbolic"
|
|
|
|
|
|
|
|
else
|
|
|
|
AC_CACHE_CHECK(whether we can build an HP-UX dll, ac_cv_c_dll_hpux,
|
|
|
|
[WINE_TRY_SHLIB_FLAGS([-shared], ac_cv_c_dll_hpux="yes", ac_cv_c_dll_hpux="no")])
|
|
|
|
if test "$ac_cv_c_dll_hpux" = "yes"
|
|
|
|
then
|
|
|
|
LIBEXT="sl"
|
|
|
|
DLLEXT=".sl"
|
|
|
|
LDDLLFLAGS="-shared -fPIC"
|
|
|
|
LDSHARED="\$(CC) -shared"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
dnl Check for cross compiler to build test programs
|
|
|
|
AC_SUBST(CROSSTEST,"")
|
|
|
|
if test "$cross_compiling" = "no"
|
|
|
|
then
|
|
|
|
WINE_CHECK_MINGW_PROG(CROSSCC,gcc,false)
|
|
|
|
WINE_CHECK_MINGW_PROG(DLLTOOL,dlltool,false)
|
|
|
|
WINE_CHECK_MINGW_PROG(CROSSWINDRES,windres,false)
|
|
|
|
WINE_CHECK_MINGW_PROG(MINGWAR,ar,false)
|
|
|
|
if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
if test "$LIBEXT" = "a"; then
|
|
|
|
AC_MSG_ERROR(
|
|
|
|
[could not find a way to build shared libraries.
|
|
|
|
It is currently not possible to build Wine without shared library
|
|
|
|
(.so) support to allow transparent switch between .so and .dll files.
|
|
|
|
If you are using Linux, you will need a newer binutils.]
|
|
|
|
)
|
|
|
|
fi
|
|
|
|
|
2004-11-09 20:16:35 +00:00
|
|
|
dnl **** Check for X11 ****
|
|
|
|
|
1998-11-01 16:22:07 +00:00
|
|
|
if test "$have_x" = "yes"
|
|
|
|
then
|
1999-02-04 10:09:54 +00:00
|
|
|
XLIB="-lXext -lX11"
|
1999-02-14 09:34:46 +00:00
|
|
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
|
|
|
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
1999-02-04 10:09:54 +00:00
|
|
|
|
2007-07-09 20:43:45 +00:00
|
|
|
WINE_CHECK_SONAME(X11,XCreateWindow,,,[$X_LIBS $X_EXTRA_LIBS])
|
|
|
|
WINE_CHECK_SONAME(Xext,XextCreateExtension,,,[$X_LIBS -lX11 $X_EXTRA_LIBS])
|
|
|
|
|
2001-09-14 01:04:25 +00:00
|
|
|
dnl *** All of the following tests require X11/Xlib.h
|
2005-08-03 19:21:04 +00:00
|
|
|
AC_CHECK_HEADERS([X11/Xlib.h \
|
|
|
|
X11/XKBlib.h \
|
|
|
|
X11/Xutil.h \
|
2007-03-22 19:06:19 +00:00
|
|
|
X11/Xcursor/Xcursor.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
X11/extensions/shape.h \
|
|
|
|
X11/extensions/XInput.h \
|
|
|
|
X11/extensions/XShm.h \
|
2006-10-23 11:46:34 +00:00
|
|
|
X11/extensions/Xinerama.h \
|
2005-08-03 19:21:04 +00:00
|
|
|
X11/extensions/Xrandr.h \
|
|
|
|
X11/extensions/Xrender.h \
|
|
|
|
X11/extensions/xf86vmode.h],,,
|
|
|
|
[#ifdef HAVE_X11_XLIB_H
|
|
|
|
# include <X11/Xlib.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_X11_XUTIL_H
|
|
|
|
# include <X11/Xutil.h>
|
|
|
|
#endif])
|
2003-10-15 04:09:55 +00:00
|
|
|
|
2001-01-02 22:39:14 +00:00
|
|
|
dnl *** Check for X keyboard extension
|
2003-10-15 04:09:55 +00:00
|
|
|
if test "$ac_cv_header_X11_XKBlib_h" = "yes"
|
|
|
|
then
|
2001-01-02 22:39:14 +00:00
|
|
|
AC_CHECK_LIB(X11, XkbQueryExtension,
|
2001-06-27 21:42:00 +00:00
|
|
|
AC_DEFINE(HAVE_XKB, 1, [Define if you have the XKB extension]),,
|
2001-01-02 22:39:14 +00:00
|
|
|
$X_LIBS -lXext -lX11 $X_EXTRA_LIBS)
|
2003-10-15 04:09:55 +00:00
|
|
|
fi
|
2001-01-02 22:39:14 +00:00
|
|
|
|
2007-07-09 20:42:28 +00:00
|
|
|
dnl *** Check for X cursor
|
|
|
|
if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(Xcursor,XcursorImageLoadCursor,,,[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])
|
|
|
|
fi
|
|
|
|
|
2007-07-09 20:42:49 +00:00
|
|
|
dnl *** Check for X input extension
|
|
|
|
if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(Xi,XOpenDevice,,,[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])
|
|
|
|
fi
|
|
|
|
|
2000-05-23 21:18:51 +00:00
|
|
|
dnl *** Check for X Shm extension
|
2003-10-15 04:09:55 +00:00
|
|
|
if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
|
|
|
|
then
|
2000-05-23 21:18:51 +00:00
|
|
|
AC_CHECK_LIB(Xext, XShmQueryExtension,
|
2001-06-27 21:42:00 +00:00
|
|
|
AC_DEFINE(HAVE_LIBXXSHM, 1, [Define if you have the X Shm extension]),,
|
2000-05-23 21:18:51 +00:00
|
|
|
$X_LIBS -lXext -lX11 $X_EXTRA_LIBS)
|
2003-10-15 04:09:55 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"],[XShm development files not found.
|
|
|
|
Wine will be built without XShm support. (winex11.drv)])
|
2002-07-19 03:16:51 +00:00
|
|
|
|
2000-07-28 23:04:54 +00:00
|
|
|
dnl *** Check for X shape extension
|
2003-10-15 04:09:55 +00:00
|
|
|
if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
|
|
|
|
then
|
2000-07-28 23:04:54 +00:00
|
|
|
AC_CHECK_LIB(Xext,XShapeQueryExtension,
|
2001-06-27 21:42:00 +00:00
|
|
|
AC_DEFINE(HAVE_LIBXSHAPE, 1, [Define if you have the X Shape extension]),,
|
2000-07-28 23:04:54 +00:00
|
|
|
$X_LIBS -lXext -lX11 $X_EXTRA_LIBS)
|
2003-10-15 04:09:55 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"],[XShape development files not found.
|
|
|
|
Wine will be built without XShape support. (winex11.drv)])
|
2002-06-01 02:55:48 +00:00
|
|
|
|
2000-05-23 21:18:51 +00:00
|
|
|
dnl *** Check for XFree86 VMODE extension
|
2003-10-15 04:09:55 +00:00
|
|
|
if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
|
|
|
|
then
|
2000-05-23 21:18:51 +00:00
|
|
|
AC_CHECK_LIB(Xxf86vm, XF86VidModeQueryExtension,
|
2001-06-27 21:42:00 +00:00
|
|
|
[ AC_DEFINE(HAVE_LIBXXF86VM, 1, [Define if you have the Xxf86vm library])
|
2000-05-23 21:18:51 +00:00
|
|
|
X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
|
|
|
|
],,
|
2003-10-15 04:09:55 +00:00
|
|
|
$X_LIBS -lXext -lX11 $X_EXTRA_LIBS)
|
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" != "yes"],[Xxf86vm development files not found.
|
|
|
|
Wine will be built without XF86 Vidmode support. (winex11.drv)])
|
2000-09-06 19:46:59 +00:00
|
|
|
|
2004-10-27 00:43:50 +00:00
|
|
|
dnl *** Check for Transform functions in Xrender
|
2007-07-09 20:43:45 +00:00
|
|
|
if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
|
2004-10-27 00:43:50 +00:00
|
|
|
then
|
2007-07-04 10:47:57 +00:00
|
|
|
WINE_CHECK_SONAME(Xrender,XRenderQueryExtension,
|
|
|
|
[AC_CHECK_LIB(Xrender,XRenderSetPictureTransform,
|
2004-10-27 00:43:50 +00:00
|
|
|
[AC_DEFINE(HAVE_XRENDERSETPICTURETRANSFORM, 1,
|
|
|
|
[Define if Xrender has the XRenderSetPictureTransform function])],,
|
2007-07-04 10:47:57 +00:00
|
|
|
[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])],,[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])
|
|
|
|
|
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_Xrender" = "x"],[XRender development files not found.
|
|
|
|
Wine will be built without XRender support. (winex11.drv)])
|
2007-07-04 10:47:57 +00:00
|
|
|
|
|
|
|
dnl *** Check for X RandR extension
|
|
|
|
if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
|
|
|
|
then
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>
|
|
|
|
#include <X11/extensions/Xrandr.h>]], [[static typeof(XRRSetScreenConfigAndRate) * func;]])],
|
|
|
|
[WINE_CHECK_SONAME(Xrandr,XRRQueryExtension,,,[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])])
|
2004-10-27 00:43:50 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_Xrandr" = "x"],[XRandr development files not found.
|
|
|
|
Wine will be built without XRandr support. (winex11.drv)])
|
2006-10-23 11:46:34 +00:00
|
|
|
|
|
|
|
dnl *** Check for Xinerama extension
|
|
|
|
if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
|
|
|
|
then
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <X11/Xlib.h>
|
|
|
|
#include <X11/extensions/Xinerama.h>]], [[static typeof(XineramaQueryScreens) * func;]])],
|
2007-07-04 10:48:50 +00:00
|
|
|
[WINE_CHECK_SONAME(Xinerama,XineramaQueryScreens,,,[$X_LIBS -lXext -lX11 $X_EXTRA_LIBS])])
|
2006-10-23 11:46:34 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_Xinerama" = "x"],[Xinerama development files not found.
|
|
|
|
Wine will be built without Xinerama support. (winex11.drv)])
|
2006-10-23 11:46:34 +00:00
|
|
|
|
2005-08-03 19:21:04 +00:00
|
|
|
dnl *** End of X11/Xlib.h check
|
1999-02-28 19:48:53 +00:00
|
|
|
|
2000-05-12 20:18:14 +00:00
|
|
|
dnl Check for the presence of OpenGL
|
2002-11-21 21:51:24 +00:00
|
|
|
if test "x$with_opengl" != "xno"
|
1999-02-04 10:09:54 +00:00
|
|
|
then
|
2006-03-07 13:55:35 +00:00
|
|
|
AC_CHECK_HEADERS(GL/gl.h GL/glx.h GL/glext.h GL/glu.h,,,
|
2005-08-03 19:21:04 +00:00
|
|
|
[#ifdef HAVE_GL_GLX_H
|
|
|
|
# include <GL/glx.h>
|
|
|
|
#endif])
|
2000-08-08 20:46:50 +00:00
|
|
|
if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
|
2000-04-29 14:23:22 +00:00
|
|
|
then
|
|
|
|
dnl Check for some problems due to old Mesa versions
|
2006-08-23 23:11:27 +00:00
|
|
|
AC_CACHE_CHECK([for up-to-date OpenGL version], wine_cv_opengl_header_version_OK,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <GL/gl.h>]], [[GLenum test = GL_UNSIGNED_SHORT_5_6_5;]])],
|
2006-08-23 23:11:27 +00:00
|
|
|
[wine_cv_opengl_header_version_OK="yes"],
|
2007-06-08 18:23:16 +00:00
|
|
|
[wine_cv_opengl_header_version_OK="no"]))
|
2000-04-29 14:23:22 +00:00
|
|
|
|
2006-08-24 12:34:22 +00:00
|
|
|
if test "$wine_cv_opengl_header_version_OK" = "yes"
|
2000-04-29 14:23:22 +00:00
|
|
|
then
|
2000-08-01 00:27:35 +00:00
|
|
|
dnl Check for the presence of the library
|
2007-07-04 10:44:12 +00:00
|
|
|
WINE_CHECK_SONAME(GL,glXCreateContext,
|
2006-09-22 07:36:12 +00:00
|
|
|
[OPENGL_LIBS="-lGL"
|
|
|
|
OPENGLFILES='$(OPENGLFILES)'
|
2007-07-10 13:14:15 +00:00
|
|
|
AC_DEFINE(HAVE_OPENGL, 1, [Define if OpenGL is present on the system])],
|
|
|
|
[if test -f /usr/X11R6/lib/libGL.a
|
|
|
|
then
|
|
|
|
WINE_WARNING([/usr/X11R6/lib/libGL.a is present on your system.
|
|
|
|
This probably prevents linking to OpenGL. Try deleting the file and restarting configure.])
|
|
|
|
else
|
|
|
|
WINE_WARNING([No OpenGL library found on this system.
|
|
|
|
Wine will be build without OpenGL or Direct3D support.])
|
|
|
|
fi],
|
|
|
|
$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
|
2000-04-29 14:23:22 +00:00
|
|
|
|
2001-06-08 19:02:57 +00:00
|
|
|
dnl Check for GLU32 library.
|
2001-08-08 23:21:16 +00:00
|
|
|
AC_CHECK_LIB(GLU,gluLookAt,
|
2002-11-15 04:16:38 +00:00
|
|
|
[OPENGL_LIBS="$OPENGL_LIBS -lGLU"
|
2001-09-19 20:30:28 +00:00
|
|
|
GLU32FILES='$(GLU32FILES)']
|
2001-06-08 19:02:57 +00:00
|
|
|
,,
|
2007-07-10 13:14:15 +00:00
|
|
|
$OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
|
|
|
|
else
|
|
|
|
WINE_WARNING([Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/).
|
|
|
|
Wine will be build without OpenGL or Direct3D support.])
|
2000-04-29 14:23:22 +00:00
|
|
|
fi
|
2006-08-23 23:11:27 +00:00
|
|
|
else
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_WARNING([OpenGL development headers not found.
|
|
|
|
Wine will be build without OpenGL or Direct3D support.])
|
2000-04-29 14:23:22 +00:00
|
|
|
fi
|
1999-02-04 10:09:54 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
|
2002-10-10 17:54:27 +00:00
|
|
|
dnl **** Check for NAS ****
|
|
|
|
AC_SUBST(NASLIBS,"")
|
|
|
|
AC_CHECK_HEADERS(audio/audiolib.h,
|
|
|
|
[AC_CHECK_HEADERS(audio/soundlib.h,,,[#include <audio/audiolib.h>])
|
|
|
|
AC_CHECK_LIB(audio,AuCreateFlow,
|
|
|
|
[AC_DEFINE(HAVE_NAS,1,[Define if you have NAS including devel headers])
|
2007-03-24 23:44:50 +00:00
|
|
|
AC_CHECK_LIB(Xau,XauGetBestAuthByAddr,
|
|
|
|
[NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"],
|
|
|
|
[NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"],
|
|
|
|
[$X_LIBS])
|
|
|
|
],,
|
2002-10-10 17:54:27 +00:00
|
|
|
[-lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS])])
|
|
|
|
|
1999-02-14 09:34:46 +00:00
|
|
|
CPPFLAGS="$ac_save_CPPFLAGS"
|
2000-04-25 20:34:22 +00:00
|
|
|
XFILES='$(XFILES)'
|
1998-11-01 16:22:07 +00:00
|
|
|
else
|
|
|
|
XLIB=""
|
|
|
|
X_CFLAGS=""
|
|
|
|
X_LIBS=""
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_WARNING([X development files not found. Wine will be built
|
|
|
|
without X support, which probably isn't what you want. You will need to install
|
|
|
|
development packages of Xlib/Xfree86 at the very least.])
|
1998-11-01 16:22:07 +00:00
|
|
|
fi
|
1998-01-18 18:01:49 +00:00
|
|
|
|
2005-08-02 11:29:04 +00:00
|
|
|
dnl **** Check for libxml2 ****
|
|
|
|
|
|
|
|
AC_SUBST(XML2LIBS,"")
|
|
|
|
AC_SUBST(XML2INCL,"")
|
2005-09-03 09:39:38 +00:00
|
|
|
AC_SUBST(XSLTLIBS,"")
|
|
|
|
AC_SUBST(XSLTINCL,"")
|
2007-06-22 00:58:39 +00:00
|
|
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
2005-08-08 18:36:53 +00:00
|
|
|
if test "$PKG_CONFIG" != "false"
|
|
|
|
then
|
2006-06-22 10:07:57 +00:00
|
|
|
ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
|
|
|
|
ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
|
2007-06-22 00:58:39 +00:00
|
|
|
else
|
|
|
|
ac_xml_libs="`xml2-config --libs 2>/dev/null`"
|
|
|
|
ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
|
|
|
|
fi
|
|
|
|
CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
|
|
|
|
AC_CHECK_HEADERS(libxml/parser.h,
|
2005-08-08 18:36:53 +00:00
|
|
|
[AC_CHECK_LIB(xml2, xmlParseMemory,
|
|
|
|
[AC_DEFINE(HAVE_LIBXML2, 1, [Define if you have the libxml2 library])
|
|
|
|
XML2LIBS="$ac_xml_libs"
|
2005-08-12 10:35:17 +00:00
|
|
|
XML2INCL="$ac_xml_cflags"],,$ac_xml_libs)
|
|
|
|
AC_CHECK_LIB(xml2, xmlReadMemory,
|
2005-09-03 09:39:38 +00:00
|
|
|
[AC_DEFINE(HAVE_XMLREADMEMORY,1,[Define if libxml2 has the xmlReadMemory function])],,$ac_xml_libs)
|
2006-11-29 23:59:03 +00:00
|
|
|
AC_CHECK_LIB(xml2, xmlNewDocPI,
|
|
|
|
[AC_DEFINE(HAVE_XMLNEWDOCPI,1,[Define if libxml2 has the xmlNewDocPI function])],,$ac_xml_libs)
|
2007-06-22 00:58:39 +00:00
|
|
|
])
|
|
|
|
CPPFLAGS="$ac_save_CPPFLAGS"
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"],[libxml2 development files not found.
|
|
|
|
Wine will be built without XML support. (msxml.dll)])
|
|
|
|
|
2007-06-22 00:58:39 +00:00
|
|
|
if test "$PKG_CONFIG" != "false"
|
|
|
|
then
|
2006-06-22 10:07:57 +00:00
|
|
|
ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
|
|
|
|
ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
|
2007-06-22 00:58:39 +00:00
|
|
|
else
|
|
|
|
ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
|
|
|
|
ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
|
|
|
|
fi
|
|
|
|
CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
|
|
|
|
AC_CHECK_HEADERS([libxslt/pattern.h libxslt/transform.h],
|
2005-09-03 09:39:38 +00:00
|
|
|
[AC_CHECK_LIB(xslt, xsltCompilePattern,
|
|
|
|
[AC_DEFINE(HAVE_LIBXSLT, 1, [Define if you have the libxslt library])
|
|
|
|
XSLTLIBS="$ac_xslt_libs"
|
|
|
|
XSLTINCL="$ac_xslt_cflags"],,$ac_xslt_libs)
|
2005-09-15 09:39:09 +00:00
|
|
|
],,
|
|
|
|
[#ifdef HAVE_LIBXSLT_PATTERN_H
|
|
|
|
# include <libxslt/pattern.h>
|
|
|
|
#endif])
|
2007-06-22 00:58:39 +00:00
|
|
|
CPPFLAGS="$ac_save_CPPFLAGS"
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"],[libxslt development files not found.
|
|
|
|
Wine will be built without xslt support. (msxml.dll)])
|
2005-08-02 11:29:04 +00:00
|
|
|
|
2006-04-18 14:47:53 +00:00
|
|
|
dnl **** Check for libhal ****
|
|
|
|
AC_SUBST(HALINCL,"")
|
|
|
|
if test "$PKG_CONFIG" != "false"
|
|
|
|
then
|
|
|
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
2006-06-22 10:07:57 +00:00
|
|
|
ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
|
|
|
|
ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
|
2006-04-18 14:47:53 +00:00
|
|
|
CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
|
2006-04-18 17:10:59 +00:00
|
|
|
AC_CHECK_HEADERS([dbus/dbus.h hal/libhal.h])
|
|
|
|
if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
|
|
|
|
then
|
2007-07-02 15:28:33 +00:00
|
|
|
AC_CHECK_LIB(dbus-1, dbus_connection_close,
|
|
|
|
[WINE_CHECK_SONAME(hal, libhal_ctx_new,
|
|
|
|
[HALINCL="$ac_hal_cflags"],,[$ac_hal_libs])],,[$ac_hal_libs])
|
2006-04-18 17:10:59 +00:00
|
|
|
fi
|
2006-04-18 14:47:53 +00:00
|
|
|
CPPFLAGS="$ac_save_CPPFLAGS"
|
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_hal" = "x"],[libhal development files not found.
|
|
|
|
Wine will be built without dynamic device support. (explorer.exe)])
|
2006-04-18 14:47:53 +00:00
|
|
|
|
1999-01-03 16:14:34 +00:00
|
|
|
dnl **** Check which curses lib to use ***
|
2001-12-26 23:08:31 +00:00
|
|
|
CURSESLIBS=""
|
2006-12-16 16:01:37 +00:00
|
|
|
if test "$ac_cv_header_ncurses_h" = "yes"
|
1999-01-17 16:32:32 +00:00
|
|
|
then
|
2007-07-02 15:28:50 +00:00
|
|
|
WINE_CHECK_SONAME(ncurses,waddch,[CURSESLIBS="-lncurses"])
|
2006-12-16 16:01:37 +00:00
|
|
|
elif test "$ac_cv_header_curses_h" = "yes"
|
|
|
|
then
|
2007-07-02 15:28:50 +00:00
|
|
|
WINE_CHECK_SONAME(curses,waddch,[CURSESLIBS="-lcurses"])
|
1999-01-03 16:14:34 +00:00
|
|
|
fi
|
2006-12-16 16:01:37 +00:00
|
|
|
ac_save_LIBS="$LIBS"
|
|
|
|
LIBS="$LIBS $CURSESLIBS"
|
|
|
|
AC_CHECK_FUNCS(mousemask)
|
|
|
|
LIBS="$ac_save_LIBS"
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"],[lib(n)curses development files not found.
|
|
|
|
Wine will be built without (n)curses support. (wineconsole.exe)])
|
1999-01-03 16:14:34 +00:00
|
|
|
|
2002-03-21 02:58:39 +00:00
|
|
|
dnl **** Check for SANE ****
|
|
|
|
AC_CHECK_PROG(sane_devel,sane-config,sane-config,no)
|
2005-08-08 11:17:25 +00:00
|
|
|
if test "$sane_devel" != "no"
|
2002-03-21 02:58:39 +00:00
|
|
|
then
|
2007-07-02 17:42:13 +00:00
|
|
|
ac_sane_incl="`$sane_devel --cflags`"
|
2002-03-21 02:58:39 +00:00
|
|
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
2007-07-02 17:42:13 +00:00
|
|
|
CPPFLAGS="$CPPFLAGS $ac_sane_incl"
|
2002-03-31 19:23:41 +00:00
|
|
|
AC_CHECK_HEADER(sane/sane.h,
|
2007-07-02 17:42:13 +00:00
|
|
|
[WINE_CHECK_SONAME(sane,sane_init,[AC_SUBST(SANEINCL,"$ac_sane_incl")])])
|
2002-03-21 02:58:39 +00:00
|
|
|
CPPFLAGS="$ac_save_CPPFLAGS"
|
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_sane" = "x"],[libsane development files not found.
|
|
|
|
Wine will be built without scanner support. (sane.ds/twain_32.dll)])
|
2002-03-21 02:58:39 +00:00
|
|
|
|
2006-05-08 18:09:37 +00:00
|
|
|
dnl **** Check for libgphoto2 ****
|
|
|
|
AC_CHECK_PROG(gphoto2_devel,gphoto2-config,gphoto2-config,no)
|
|
|
|
AC_CHECK_PROG(gphoto2port_devel,gphoto2-port-config,gphoto2-port-config,no)
|
|
|
|
if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
|
|
|
|
then
|
2007-07-10 13:14:15 +00:00
|
|
|
ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
|
|
|
|
ac_gphoto2_libs=""
|
2006-05-08 18:09:37 +00:00
|
|
|
for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
|
|
|
|
do
|
|
|
|
case "$i" in
|
|
|
|
-L/usr/lib|-L/usr/lib64) ;;
|
2007-07-10 13:14:15 +00:00
|
|
|
-L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
|
2006-05-08 18:09:37 +00:00
|
|
|
esac
|
|
|
|
done
|
|
|
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
2007-07-10 13:14:15 +00:00
|
|
|
CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
|
2006-05-08 18:09:37 +00:00
|
|
|
AC_CHECK_HEADER(gphoto2-camera.h,
|
|
|
|
[AC_CHECK_LIB(gphoto2,gp_camera_new,
|
2007-07-10 13:14:15 +00:00
|
|
|
[AC_DEFINE(HAVE_GPHOTO2, 1, [Define if we have libgphoto2 development environment])
|
|
|
|
AC_SUBST(GPHOTO2LIBS,"$ac_gphoto2_libs")
|
|
|
|
AC_SUBST(GPHOTO2INCL,"$ac_gphoto2_incl")],,
|
|
|
|
[$GPHOTO2LIBS])])
|
2006-05-08 18:09:37 +00:00
|
|
|
CPPFLAGS="$ac_save_CPPFLAGS"
|
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"],[libgphoto2 development files not found.
|
|
|
|
Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)])
|
|
|
|
|
2006-05-08 18:09:37 +00:00
|
|
|
|
2003-06-20 21:38:10 +00:00
|
|
|
dnl **** Check for the ICU library ****
|
|
|
|
if test "$ac_cv_header_unicode_ubidi_h" = "yes"
|
|
|
|
then
|
2004-01-18 22:15:46 +00:00
|
|
|
saved_libs="$LIBS"
|
2007-05-07 15:06:48 +00:00
|
|
|
icu_libs="-lsicuuc -lsicudata -lstdc++ -lgcc_s"
|
|
|
|
if test -n "$ICU_LIB_DIR"
|
|
|
|
then
|
|
|
|
icu_libs="-L$ICU_LIB_DIR $icu_libs"
|
|
|
|
fi
|
|
|
|
AC_MSG_CHECKING(whether can link with ICU libraries)
|
|
|
|
LIBS="$saved_libs $icu_libs"
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <unicode/ubidi.h>]],[[ubidi_open()]])],
|
|
|
|
[AC_DEFINE(HAVE_ICU,1,[Define to 1 if the ICU libraries are installed])
|
2007-05-08 15:52:57 +00:00
|
|
|
AC_SUBST(ICULIBS,"$icu_libs")
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)],[AC_MSG_RESULT(no)])
|
2004-01-18 22:15:46 +00:00
|
|
|
LIBS="$saved_libs"
|
2003-06-20 21:38:10 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ICULIBS" = "x"],[libicu development files not found.
|
|
|
|
Wine will be built without bidi (Right to Left) support. (gdi32.dll)])
|
2003-06-20 21:38:10 +00:00
|
|
|
|
2006-04-09 16:36:01 +00:00
|
|
|
dnl **** Check for resolver library ***
|
|
|
|
AC_SUBST(RESOLVLIBS,"")
|
|
|
|
if test "$ac_cv_header_resolv_h" = "yes"
|
|
|
|
then
|
|
|
|
AC_CHECK_LIB(resolv, res_query,
|
|
|
|
[AC_DEFINE(HAVE_RESOLV, 1, [Define if you have the resolver library and header])
|
|
|
|
RESOLVLIBS="-lresolv"])
|
|
|
|
fi
|
|
|
|
|
2005-07-15 10:09:43 +00:00
|
|
|
dnl **** Check for LittleCMS ***
|
|
|
|
AC_SUBST(LCMSLIBS,"")
|
|
|
|
if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
|
|
|
|
then
|
|
|
|
AC_CHECK_LIB(lcms, cmsOpenProfileFromFile,
|
|
|
|
[AC_DEFINE(HAVE_LCMS, 1, [Define if you have the LittleCMS development environment])
|
|
|
|
LCMSLIBS="-llcms"])
|
|
|
|
fi
|
2007-07-11 10:01:15 +00:00
|
|
|
WINE_NOTICE_IF([test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"],[liblcms development files not found.
|
2007-07-10 13:14:15 +00:00
|
|
|
Wine will be built without Color Management support. (mscms.dll)])
|
2005-07-15 10:09:43 +00:00
|
|
|
|
2005-07-15 16:39:42 +00:00
|
|
|
dnl **** Check for OpenLDAP ***
|
|
|
|
AC_SUBST(LDAPLIBS,"")
|
|
|
|
if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
|
|
|
|
then
|
2005-11-29 16:35:09 +00:00
|
|
|
AC_CHECK_LIB(ldap_r, ldap_initialize,
|
2005-07-15 16:39:42 +00:00
|
|
|
[AC_CHECK_LIB(lber, ber_init,
|
|
|
|
[AC_DEFINE(HAVE_LDAP, 1, [Define if you have the OpenLDAP development environment])
|
2005-11-29 16:35:09 +00:00
|
|
|
LDAPLIBS="-lldap_r -llber"],,
|
|
|
|
[$LIBPTHREAD])],,
|
|
|
|
[$LIBPTHREAD])
|
2006-02-11 19:54:06 +00:00
|
|
|
WINE_CHECK_LIB_FUNCS(\
|
2005-12-21 17:42:00 +00:00
|
|
|
ldap_count_references \
|
|
|
|
ldap_first_reference \
|
|
|
|
ldap_next_reference \
|
2006-02-11 19:54:06 +00:00
|
|
|
ldap_parse_reference,
|
|
|
|
[$LDAPLIBS $LIBPTHREAD])
|
2005-07-15 16:39:42 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$LDAPLIBS" = "x"],[libldap (OpenLDAP) development files not found.
|
|
|
|
Wine will be built without LDAP support. (wldap32.dll)])
|
2005-07-15 16:39:42 +00:00
|
|
|
|
2001-05-16 20:56:05 +00:00
|
|
|
dnl **** Check for FreeType 2 ****
|
2007-07-09 20:43:20 +00:00
|
|
|
AC_CHECK_PROGS(ft_devel,[freetype-config freetype2-config],false)
|
|
|
|
if test "$ft_devel" != "false"
|
2001-05-16 20:56:05 +00:00
|
|
|
then
|
2007-07-09 20:43:20 +00:00
|
|
|
ac_freetype_libs=`$ft_devel --libs`
|
|
|
|
ac_freetype_incl=`$ft_devel --cflags`
|
|
|
|
WINE_CHECK_SONAME(freetype,FT_Init_FreeType,[ft_lib=yes],[ft_lib=no],[$ac_freetype_libs])
|
|
|
|
if test "$ft_lib" = "yes"
|
2001-05-31 21:35:15 +00:00
|
|
|
then
|
2001-06-06 21:05:23 +00:00
|
|
|
ac_save_CPPFLAGS="$CPPFLAGS"
|
2007-07-09 20:43:20 +00:00
|
|
|
CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
|
2003-11-19 02:18:13 +00:00
|
|
|
AC_CHECK_HEADERS(ft2build.h \
|
|
|
|
freetype/freetype.h \
|
2001-06-06 21:05:23 +00:00
|
|
|
freetype/ftglyph.h \
|
|
|
|
freetype/tttables.h \
|
|
|
|
freetype/ftnames.h \
|
|
|
|
freetype/ftsnames.h \
|
2001-09-12 20:21:06 +00:00
|
|
|
freetype/ttnameid.h \
|
2001-10-23 20:06:32 +00:00
|
|
|
freetype/ftoutln.h \
|
2004-06-16 20:06:26 +00:00
|
|
|
freetype/ftwinfnt.h \
|
2006-01-24 09:57:35 +00:00
|
|
|
freetype/ftmodapi.h \
|
2003-11-20 04:17:33 +00:00
|
|
|
freetype/internal/sfnt.h,,,
|
|
|
|
[#if HAVE_FT2BUILD_H
|
|
|
|
#include <ft2build.h>
|
|
|
|
#endif])
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include <ft2build.h>
|
|
|
|
#include <freetype/fttrigon.h>]])],[AC_DEFINE(HAVE_FREETYPE_FTTRIGON_H, 1,
|
2002-02-08 17:09:50 +00:00
|
|
|
[Define if you have the <freetype/fttrigon.h> header file.])
|
2007-06-08 18:23:16 +00:00
|
|
|
wine_cv_fttrigon=yes],[wine_cv_fttrigon=no])
|
2006-02-22 12:24:25 +00:00
|
|
|
AC_CHECK_TYPES(FT_TrueTypeEngineType,,,[#include <freetype/ftmodapi.h>])
|
2006-04-12 11:14:27 +00:00
|
|
|
ac_save_CFLAGS="$CFLAGS"
|
2007-07-09 20:43:20 +00:00
|
|
|
CFLAGS="$CFLAGS $ac_freetype_libs"
|
2006-04-12 11:14:27 +00:00
|
|
|
AC_CHECK_FUNCS(FT_Load_Sfnt_Table)
|
|
|
|
CFLAGS="$ac_save_CFLAGS"
|
2001-06-06 21:05:23 +00:00
|
|
|
CPPFLAGS="$ac_save_CPPFLAGS"
|
2002-01-29 17:09:28 +00:00
|
|
|
dnl Check that we have at least freetype/freetype.h
|
2002-02-08 17:09:50 +00:00
|
|
|
if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
|
2002-01-29 17:09:28 +00:00
|
|
|
then
|
|
|
|
AC_DEFINE(HAVE_FREETYPE, 1, [Define if FreeType 2 is installed])
|
2007-07-09 20:43:20 +00:00
|
|
|
AC_SUBST(FREETYPELIBS,"$ac_freetype_libs")
|
|
|
|
AC_SUBST(FREETYPEINCL,"$ac_freetype_incl")
|
2002-01-29 17:09:28 +00:00
|
|
|
fi
|
2001-05-16 20:56:05 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2004-08-17 22:33:14 +00:00
|
|
|
dnl Only build the fonts dir if we have both freetype and fontforge
|
2007-07-10 13:14:15 +00:00
|
|
|
if test "$FONTFORGE" = "false"
|
|
|
|
then
|
|
|
|
WINE_WARNING([FontForge is missing.
|
|
|
|
Fonts will not be built. Dialog text may be invisible or unaligned.])
|
|
|
|
elif test "x$FREETYPELIBS" = "x"
|
2004-08-17 22:33:14 +00:00
|
|
|
then
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_WARNING([FreeType development files not found.
|
|
|
|
Fonts will not be built. Dialog text may be invisible or unaligned.])
|
|
|
|
else
|
2004-08-17 22:33:14 +00:00
|
|
|
AC_SUBST(FONTSSUBDIRS,"fonts")
|
|
|
|
fi
|
|
|
|
|
2001-06-26 21:06:07 +00:00
|
|
|
dnl **** Check for parport (currently Linux only) ****
|
2001-09-19 20:30:28 +00:00
|
|
|
AC_CACHE_CHECK([for parport header/ppdev.h], ac_cv_c_ppdev,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <linux/ppdev.h>]], [[ioctl (1,PPCLAIM,0)]])],
|
|
|
|
[ac_cv_c_ppdev="yes"],[ac_cv_c_ppdev="no"]))
|
2001-06-26 21:06:07 +00:00
|
|
|
if test "$ac_cv_c_ppdev" = "yes"
|
|
|
|
then
|
2001-06-27 21:42:00 +00:00
|
|
|
AC_DEFINE(HAVE_PPDEV, 1, [Define if we can use ppdev.h for parallel port access])
|
2001-06-26 21:06:07 +00:00
|
|
|
fi
|
|
|
|
|
2002-08-09 19:49:31 +00:00
|
|
|
dnl **** Check for va_copy ****
|
|
|
|
AC_CACHE_CHECK([for va_copy], ac_cv_c_va_copy,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdarg.h>]], [[va_list ap1, ap2; va_copy(ap1,ap2);]])],
|
|
|
|
[ac_cv_c_va_copy="yes"],[ac_cv_c_va_copy="no"])
|
2002-08-09 19:49:31 +00:00
|
|
|
)
|
|
|
|
if test "$ac_cv_c_va_copy" = "yes"
|
|
|
|
then
|
|
|
|
AC_DEFINE(HAVE_VA_COPY, 1, [Define if we have va_copy])
|
|
|
|
fi
|
|
|
|
AC_CACHE_CHECK([for __va_copy], ac_cv_c___va_copy,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdarg.h>]], [[va_list ap1, ap2; __va_copy(ap1,ap2);]])],
|
|
|
|
[ac_cv_c___va_copy="yes"],[ac_cv_c___va_copy="no"])
|
2002-08-09 19:49:31 +00:00
|
|
|
)
|
|
|
|
if test "$ac_cv_c___va_copy" = "yes"
|
|
|
|
then
|
|
|
|
AC_DEFINE(HAVE___VA_COPY, 1, [Define if we have __va_copy])
|
|
|
|
fi
|
|
|
|
|
2003-11-12 03:16:00 +00:00
|
|
|
dnl **** Check for sigsetjmp ****
|
|
|
|
AC_CACHE_CHECK([for sigsetjmp], ac_cv_c_sigsetjmp,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <setjmp.h>]], [[sigjmp_buf buf;
|
2003-11-12 03:16:00 +00:00
|
|
|
sigsetjmp( buf, 1 );
|
2007-06-08 18:23:16 +00:00
|
|
|
siglongjmp( buf, 1 );]])],[ac_cv_c_sigsetjmp="yes"],[ac_cv_c_sigsetjmp="no"])
|
2003-11-12 03:16:00 +00:00
|
|
|
)
|
|
|
|
if test "$ac_cv_c_sigsetjmp" = "yes"
|
|
|
|
then
|
|
|
|
AC_DEFINE(HAVE_SIGSETJMP, 1, [Define to 1 if you have the sigsetjmp (and siglongjmp) function])
|
|
|
|
fi
|
|
|
|
|
2003-09-03 00:26:08 +00:00
|
|
|
dnl **** Check for pthread_rwlock_t ****
|
|
|
|
AC_CHECK_TYPES([pthread_rwlock_t, pthread_rwlockattr_t],,,[#define _GNU_SOURCE
|
|
|
|
#include <pthread.h>])
|
|
|
|
|
2004-07-21 03:06:03 +00:00
|
|
|
dnl **** Check for pthread functions ****
|
2006-02-11 19:54:06 +00:00
|
|
|
WINE_CHECK_LIB_FUNCS(\
|
2006-08-05 21:31:07 +00:00
|
|
|
pthread_attr_get_np \
|
2004-07-21 03:06:03 +00:00
|
|
|
pthread_getattr_np \
|
|
|
|
pthread_get_stackaddr_np \
|
2006-02-11 19:54:06 +00:00
|
|
|
pthread_get_stacksize_np,
|
|
|
|
[$LIBPTHREAD])
|
2003-11-12 22:44:56 +00:00
|
|
|
|
2005-08-03 15:53:26 +00:00
|
|
|
dnl **** Check for EsounD ****
|
|
|
|
AC_PATH_PROG(ESDCONFIG, esd-config)
|
|
|
|
if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
|
|
|
|
then
|
|
|
|
ESD_CFLAGS=""
|
|
|
|
for i in `$ESDCONFIG --cflags`
|
|
|
|
do
|
|
|
|
case "$i" in
|
|
|
|
-I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
ESD_LIBS=`$ESDCONFIG --libs`
|
|
|
|
save_CFLAGS="$CFLAGS"
|
|
|
|
CFLAGS="$CFLAGS $ESD_CFLAGS"
|
|
|
|
AC_CHECK_LIB(esd,esd_open_sound,
|
|
|
|
[AC_SUBST(ESDLIBS, $ESD_LIBS)
|
|
|
|
AC_SUBST(ESDINCL, $ESD_CFLAGS)
|
|
|
|
AC_DEFINE(HAVE_ESD, 1, [Define if you have EsounD sound server])])
|
|
|
|
CFLAGS="$save_CFLAGS"
|
|
|
|
fi
|
|
|
|
|
2005-01-10 13:26:33 +00:00
|
|
|
dnl **** Check for ALSA 1.x ****
|
2002-06-28 18:31:01 +00:00
|
|
|
AC_SUBST(ALSALIBS,"")
|
2002-08-29 01:51:31 +00:00
|
|
|
if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
|
2002-06-28 18:31:01 +00:00
|
|
|
then
|
2005-01-10 13:26:33 +00:00
|
|
|
AC_CHECK_LIB(asound,snd_pcm_hw_params_get_access,
|
2007-06-08 18:23:16 +00:00
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#ifdef HAVE_ALSA_ASOUNDLIB_H
|
2005-01-10 13:26:33 +00:00
|
|
|
#include <alsa/asoundlib.h>
|
|
|
|
#elif defined(HAVE_SYS_ASOUNDLIB_H)
|
|
|
|
#include <sys/asoundlib.h>
|
2007-06-08 18:23:16 +00:00
|
|
|
#endif]], [[int ret = snd_pcm_hw_params_get_access(NULL, NULL)]])],
|
2005-01-10 13:26:33 +00:00
|
|
|
[AC_DEFINE(HAVE_ALSA,1,[Define if you have ALSA 1.x including devel headers])
|
2007-06-08 18:23:16 +00:00
|
|
|
ALSALIBS="-lasound"],[])])
|
2002-06-28 18:31:01 +00:00
|
|
|
fi
|
|
|
|
|
2002-08-01 18:22:38 +00:00
|
|
|
dnl **** Check for libaudioio (which can be used to get solaris audio support) ****
|
|
|
|
AC_SUBST(AUDIOIOLIBS,"")
|
2005-08-03 19:21:04 +00:00
|
|
|
if test "$ac_cv_header_libaudioio_h" = "yes"
|
|
|
|
then
|
|
|
|
AC_CHECK_LIB(audioio,AudioIOGetVersion,
|
2002-08-01 18:22:38 +00:00
|
|
|
[AUDIOIOLIBS="-laudioio"
|
2005-08-03 19:21:04 +00:00
|
|
|
AC_DEFINE(HAVE_LIBAUDIOIO, 1, [Define if you have libaudioIO])])
|
|
|
|
fi
|
2002-08-01 18:22:38 +00:00
|
|
|
|
2003-11-06 00:26:43 +00:00
|
|
|
dnl **** Check for capi4linux ****
|
|
|
|
|
2005-08-03 19:21:04 +00:00
|
|
|
if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
|
|
|
|
then
|
2007-07-02 15:29:17 +00:00
|
|
|
WINE_CHECK_SONAME(capi20,capi20_register)
|
2005-08-03 19:21:04 +00:00
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_capi20" = "x"],[libcapi20 development files not found.
|
|
|
|
Wine will be built without ISDN support. (capi2032.dll)])
|
2003-11-06 00:26:43 +00:00
|
|
|
|
2007-07-02 15:30:44 +00:00
|
|
|
dnl **** Check for cups ****
|
|
|
|
if test "$ac_cv_header_cups_cups_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(cups,cupsGetDefault)
|
|
|
|
fi
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_cups" = "x"],[libcups development files not found.
|
|
|
|
Wine will be built without CUPS support.])
|
2007-07-02 15:30:44 +00:00
|
|
|
|
2007-07-02 15:31:19 +00:00
|
|
|
dnl **** Check for jack ****
|
|
|
|
if test "$ac_cv_header_jack_jack_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(jack,jack_client_new)
|
|
|
|
fi
|
|
|
|
|
2007-07-02 15:31:48 +00:00
|
|
|
dnl **** Check for fontconfig ****
|
|
|
|
if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(fontconfig,FcInit)
|
|
|
|
fi
|
2007-07-10 13:22:18 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_fontconfig" = "x"],[fontconfig development files not found.
|
|
|
|
Wine will be built without fontconfig support.])
|
2007-07-02 15:31:48 +00:00
|
|
|
|
2007-07-02 15:32:09 +00:00
|
|
|
dnl **** Check for SSL ****
|
|
|
|
if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(ssl,SSL_library_init)
|
|
|
|
WINE_CHECK_SONAME(crypto,BIO_new_socket)
|
|
|
|
fi
|
2007-07-10 13:22:18 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_ssl" = "x"],[OpenSSL development files not found.
|
|
|
|
Wine will be built without SSL support. (wininet.dll)])
|
2007-07-02 15:32:09 +00:00
|
|
|
|
2007-07-02 17:53:14 +00:00
|
|
|
dnl **** Check for libjpeg ****
|
|
|
|
if test "$ac_cv_header_jpeglib_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(jpeg,jpeg_start_decompress)
|
|
|
|
fi
|
2007-07-10 13:22:18 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_jpeg" = "x"],[libjpeg development files not found.
|
|
|
|
Wine will be built without JPEG support. (oleaut32.dll)])
|
2007-07-02 17:53:14 +00:00
|
|
|
|
2007-07-02 17:54:00 +00:00
|
|
|
dnl **** Check for libpng ****
|
|
|
|
if test "$ac_cv_header_png_h" = "yes"
|
|
|
|
then
|
|
|
|
WINE_CHECK_SONAME(png,png_create_read_struct,,,,[[libpng[[0-9]]*]])
|
|
|
|
fi
|
2007-07-10 13:22:18 +00:00
|
|
|
WINE_NOTICE_IF([test "x$ac_cv_lib_soname_png" = "x"],[libpng development files not found.
|
|
|
|
Wine will be built without PNG support. (oleaut32.dll)])
|
2007-07-02 17:54:00 +00:00
|
|
|
|
2007-07-10 13:14:15 +00:00
|
|
|
dnl **** Check for any sound system ****
|
|
|
|
WINE_WARNING_IF([test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESD_LIBS$ac_cv_lib_soname_jack" = "x" -a \
|
|
|
|
"$ac_cv_header_sys_soundcard_h" != "yes" -a \
|
|
|
|
"$ac_cv_header_machine_soundcard_h" != "yes" -a \
|
|
|
|
"$ac_cv_header_soundcard_h" != "yes"],
|
|
|
|
[No sound system was found. Windows applications will be silent.])
|
|
|
|
|
2003-02-25 04:01:58 +00:00
|
|
|
dnl **** Check for gcc specific options ****
|
Release 960114
Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in]
Added check for gcc strength-reduce bug.
* [controls/listbox.c]
Changed ListBoxDirectory() to use the new DOS file functions.
* [controls/menu.c]
Fixed parameters for DeleteMenu() call in ChangeMenu().
* [debugger/stack.c]
Also display current frame in back-trace.
* [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
Complete rewrite of the DOS file handling.
Implemented per-task file handles.
Removed default Z: drive; needs to be put explicitely in wine.ini
if desired.
* [loader/module.c]
Fixed file descriptor leak in LoadModule().
* [loader/task.c]
Initialise PDB file handle table in TASK_CreateTask().
Close file handles on task termination.
Implemented SetErrorMode().
* [misc/network.c]
Fixed WNetGetConnection() to use GetDriveType().
* [misc/xmalloc.c]
Added function xstrdup().
* [miscemu/int21.c]
Many changes for new DOS file functions.
* [miscemu/interrupts.c]
Moved DOS_GetEquipment() function into INT_Int11Handler().
* [windows/win.c]
Bug fix: create system menu before sending WM_NCCREATE.
* [*/*.c]
Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
better portability.
Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/wintypes.h]
Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
it should suffice.
* [include/winsock.h]
Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
out some old style internet address #define's.
* [loader/task.c]
Made MakeProcInstance() return first parameter #ifdef WINELIB32.
Made FreeProcInstance() do nothing #ifdef WINELIB32.
'#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
* [library/miscstubs.c]
Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
with name="ActivateAppProc". This hardly seems correct, but it's my
best guess as to how the emulator responds.
Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [if1632/kernel32.spec][win32/process.c]
WIN32_GetProcAddress, LoadLibraryA: new functions
* [if1632/relay32.c]
RELAY32_GetEntryPoint: Removed code to load PE DLLs
* [include/pe_image.h][include/pe_exe.h]
struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
struct PE_Reloc_Block: new structure
* [loader/module.c]
MODULE_RegisterModule: new function
* [loader/pe_image.c]
PE_FindExportedFunction,PE_GetProcAddress: new functions
fixup_imports: expect struct w_files* now, fill dlls_to_init,
load PE DLLs
do_relocations: new functions
calc_vma_size: renamed from dump_table
PE_LoadImage: use malloc to allocate memory for image
PE_InitDLL: expect HMODULE
PE_InitializeDLLs: new function
* [loader/task.c]
NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
GetExePtr: Accept PE modules
* [misc/commdlg.c]
FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
* [misc/port.c]
New file with usleep() function for SVR4.
* [configure.in]
Check for usleep() function.
Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
* [if1632/toolhelp.spec] [include/toolhelp.h]
[misc/user.c] [windows/message.c]
Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
* [winsocket.c]
Fixed ENOENT error.
* [miscemu/dpmi.c]
Implement DPMI Get Page Size (AX=0604, INT 31)
* [memory/global.c]
Implement TOOLHELP.72 GetMemManInfo.
Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
* [if1632/callback.c]
CallWindowProc() - When calling RELAY32_CallWindowProc, check
whether lParam should be a SEGPTR, and if so convert it to one.
* [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
Numerous functions added, mostly calls to original (win16)
functions. Note that some (many) of these are probably not
strictly correct, but with these additions freecell will at least
display its main window though it is garbled.
* [if1632/winprocs.spec]
Completely rewritten - all WndProcs now have win32 versions to
help with the lparam SEGPTR fix in callback.c
* [include/kernel32.h]
LPTCSTR defined.
* [include/peexe.h]
Definition of PE_Export_Directory amended.
* [include/resource32.h]
New file.
* [include/stackframe.h]
Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
prototype for replacement function in memory/selector.c which
can operate on any given memory address. This is currently
required for win32 support. It is a dreadful cludge, and will
certainly slow down other programs. If you are not interested
in win32 development you may wish to reverse this patch.
* [include/windows.h]
Definition of SW_SHOWDEFAULT added.
* [loader/pe_image.c]
Extensive rewrites of xmmap() fixup_imports().
PE_LoadImage() - initialisation of bss added, extraction of
module name fixed, initialisation of DLL added.
PE_InitDLL() - now does something.
PE_Win32CallToStart() - initialisation of TEB pointed to by
fs added.
PE_InitTEB() created to perform TEB initialisation.
* [memory/selector.c]
New function MAKE_SEGPTR() - see include/stackframe.h above.
* [misc/user32.c]
USER32_RegisterClassA(), CreateWindowExA() memory allocation
method changed. This is probably now unnecessary with the
new MAKE_SEGPTR handling code.
USER32_DefWndProcA() removed to win32/winprocs.c
USER32_TranslateMessage added.
* [tools/build.c]
handling of win32 spec files changed to support gcc2.6.X
this requires optimisations to be disabled.
* [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
New files.
* [win32/Makefile.in]
New files heap.c, newfns.c, resource.c and winprocs.c added to build.
* [win32/file.c]
New function W32_SetHandleCount.
* [win32/init.c]
WIN32_GetModuleHandle() - now returns handle of running process
if called with NULL.
GetStartupInfoA() - set cbReserved2 to 0.
* [win32/memory.c]
VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
it work with FreeBSD. Also check for return value. Removed extra
return.
* [windows/winpos.c]
ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1996-01-14 18:12:01 +00:00
|
|
|
|
2003-04-14 21:46:41 +00:00
|
|
|
AC_SUBST(EXTRACFLAGS,"")
|
Release 960114
Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in]
Added check for gcc strength-reduce bug.
* [controls/listbox.c]
Changed ListBoxDirectory() to use the new DOS file functions.
* [controls/menu.c]
Fixed parameters for DeleteMenu() call in ChangeMenu().
* [debugger/stack.c]
Also display current frame in back-trace.
* [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
Complete rewrite of the DOS file handling.
Implemented per-task file handles.
Removed default Z: drive; needs to be put explicitely in wine.ini
if desired.
* [loader/module.c]
Fixed file descriptor leak in LoadModule().
* [loader/task.c]
Initialise PDB file handle table in TASK_CreateTask().
Close file handles on task termination.
Implemented SetErrorMode().
* [misc/network.c]
Fixed WNetGetConnection() to use GetDriveType().
* [misc/xmalloc.c]
Added function xstrdup().
* [miscemu/int21.c]
Many changes for new DOS file functions.
* [miscemu/interrupts.c]
Moved DOS_GetEquipment() function into INT_Int11Handler().
* [windows/win.c]
Bug fix: create system menu before sending WM_NCCREATE.
* [*/*.c]
Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
better portability.
Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/wintypes.h]
Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
it should suffice.
* [include/winsock.h]
Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
out some old style internet address #define's.
* [loader/task.c]
Made MakeProcInstance() return first parameter #ifdef WINELIB32.
Made FreeProcInstance() do nothing #ifdef WINELIB32.
'#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
* [library/miscstubs.c]
Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
with name="ActivateAppProc". This hardly seems correct, but it's my
best guess as to how the emulator responds.
Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [if1632/kernel32.spec][win32/process.c]
WIN32_GetProcAddress, LoadLibraryA: new functions
* [if1632/relay32.c]
RELAY32_GetEntryPoint: Removed code to load PE DLLs
* [include/pe_image.h][include/pe_exe.h]
struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
struct PE_Reloc_Block: new structure
* [loader/module.c]
MODULE_RegisterModule: new function
* [loader/pe_image.c]
PE_FindExportedFunction,PE_GetProcAddress: new functions
fixup_imports: expect struct w_files* now, fill dlls_to_init,
load PE DLLs
do_relocations: new functions
calc_vma_size: renamed from dump_table
PE_LoadImage: use malloc to allocate memory for image
PE_InitDLL: expect HMODULE
PE_InitializeDLLs: new function
* [loader/task.c]
NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
GetExePtr: Accept PE modules
* [misc/commdlg.c]
FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
* [misc/port.c]
New file with usleep() function for SVR4.
* [configure.in]
Check for usleep() function.
Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
* [if1632/toolhelp.spec] [include/toolhelp.h]
[misc/user.c] [windows/message.c]
Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
* [winsocket.c]
Fixed ENOENT error.
* [miscemu/dpmi.c]
Implement DPMI Get Page Size (AX=0604, INT 31)
* [memory/global.c]
Implement TOOLHELP.72 GetMemManInfo.
Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
* [if1632/callback.c]
CallWindowProc() - When calling RELAY32_CallWindowProc, check
whether lParam should be a SEGPTR, and if so convert it to one.
* [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
Numerous functions added, mostly calls to original (win16)
functions. Note that some (many) of these are probably not
strictly correct, but with these additions freecell will at least
display its main window though it is garbled.
* [if1632/winprocs.spec]
Completely rewritten - all WndProcs now have win32 versions to
help with the lparam SEGPTR fix in callback.c
* [include/kernel32.h]
LPTCSTR defined.
* [include/peexe.h]
Definition of PE_Export_Directory amended.
* [include/resource32.h]
New file.
* [include/stackframe.h]
Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
prototype for replacement function in memory/selector.c which
can operate on any given memory address. This is currently
required for win32 support. It is a dreadful cludge, and will
certainly slow down other programs. If you are not interested
in win32 development you may wish to reverse this patch.
* [include/windows.h]
Definition of SW_SHOWDEFAULT added.
* [loader/pe_image.c]
Extensive rewrites of xmmap() fixup_imports().
PE_LoadImage() - initialisation of bss added, extraction of
module name fixed, initialisation of DLL added.
PE_InitDLL() - now does something.
PE_Win32CallToStart() - initialisation of TEB pointed to by
fs added.
PE_InitTEB() created to perform TEB initialisation.
* [memory/selector.c]
New function MAKE_SEGPTR() - see include/stackframe.h above.
* [misc/user32.c]
USER32_RegisterClassA(), CreateWindowExA() memory allocation
method changed. This is probably now unnecessary with the
new MAKE_SEGPTR handling code.
USER32_DefWndProcA() removed to win32/winprocs.c
USER32_TranslateMessage added.
* [tools/build.c]
handling of win32 spec files changed to support gcc2.6.X
this requires optimisations to be disabled.
* [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
New files.
* [win32/Makefile.in]
New files heap.c, newfns.c, resource.c and winprocs.c added to build.
* [win32/file.c]
New function W32_SetHandleCount.
* [win32/init.c]
WIN32_GetModuleHandle() - now returns handle of running process
if called with NULL.
GetStartupInfoA() - set cbReserved2 to 0.
* [win32/memory.c]
VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
it work with FreeBSD. Also check for return value. Removed extra
return.
* [windows/winpos.c]
ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1996-01-14 18:12:01 +00:00
|
|
|
if test "x${GCC}" = "xyes"
|
|
|
|
then
|
2004-01-06 21:37:44 +00:00
|
|
|
EXTRACFLAGS="-Wall -pipe"
|
2003-02-25 04:01:58 +00:00
|
|
|
|
|
|
|
dnl Check for strength-reduce bug
|
2001-09-19 20:30:28 +00:00
|
|
|
AC_CACHE_CHECK( [for gcc strength-reduce bug], ac_cv_c_gcc_strength_bug,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_RUN_IFELSE([AC_LANG_PROGRAM([[int L[[4]] = {0,1,2,3};]],
|
|
|
|
[[static int Array[[3]];
|
Release 960114
Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in]
Added check for gcc strength-reduce bug.
* [controls/listbox.c]
Changed ListBoxDirectory() to use the new DOS file functions.
* [controls/menu.c]
Fixed parameters for DeleteMenu() call in ChangeMenu().
* [debugger/stack.c]
Also display current frame in back-trace.
* [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
Complete rewrite of the DOS file handling.
Implemented per-task file handles.
Removed default Z: drive; needs to be put explicitely in wine.ini
if desired.
* [loader/module.c]
Fixed file descriptor leak in LoadModule().
* [loader/task.c]
Initialise PDB file handle table in TASK_CreateTask().
Close file handles on task termination.
Implemented SetErrorMode().
* [misc/network.c]
Fixed WNetGetConnection() to use GetDriveType().
* [misc/xmalloc.c]
Added function xstrdup().
* [miscemu/int21.c]
Many changes for new DOS file functions.
* [miscemu/interrupts.c]
Moved DOS_GetEquipment() function into INT_Int11Handler().
* [windows/win.c]
Bug fix: create system menu before sending WM_NCCREATE.
* [*/*.c]
Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
better portability.
Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/wintypes.h]
Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
it should suffice.
* [include/winsock.h]
Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
out some old style internet address #define's.
* [loader/task.c]
Made MakeProcInstance() return first parameter #ifdef WINELIB32.
Made FreeProcInstance() do nothing #ifdef WINELIB32.
'#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
* [library/miscstubs.c]
Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
with name="ActivateAppProc". This hardly seems correct, but it's my
best guess as to how the emulator responds.
Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [if1632/kernel32.spec][win32/process.c]
WIN32_GetProcAddress, LoadLibraryA: new functions
* [if1632/relay32.c]
RELAY32_GetEntryPoint: Removed code to load PE DLLs
* [include/pe_image.h][include/pe_exe.h]
struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
struct PE_Reloc_Block: new structure
* [loader/module.c]
MODULE_RegisterModule: new function
* [loader/pe_image.c]
PE_FindExportedFunction,PE_GetProcAddress: new functions
fixup_imports: expect struct w_files* now, fill dlls_to_init,
load PE DLLs
do_relocations: new functions
calc_vma_size: renamed from dump_table
PE_LoadImage: use malloc to allocate memory for image
PE_InitDLL: expect HMODULE
PE_InitializeDLLs: new function
* [loader/task.c]
NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
GetExePtr: Accept PE modules
* [misc/commdlg.c]
FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
* [misc/port.c]
New file with usleep() function for SVR4.
* [configure.in]
Check for usleep() function.
Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
* [if1632/toolhelp.spec] [include/toolhelp.h]
[misc/user.c] [windows/message.c]
Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
* [winsocket.c]
Fixed ENOENT error.
* [miscemu/dpmi.c]
Implement DPMI Get Page Size (AX=0604, INT 31)
* [memory/global.c]
Implement TOOLHELP.72 GetMemManInfo.
Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
* [if1632/callback.c]
CallWindowProc() - When calling RELAY32_CallWindowProc, check
whether lParam should be a SEGPTR, and if so convert it to one.
* [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
Numerous functions added, mostly calls to original (win16)
functions. Note that some (many) of these are probably not
strictly correct, but with these additions freecell will at least
display its main window though it is garbled.
* [if1632/winprocs.spec]
Completely rewritten - all WndProcs now have win32 versions to
help with the lparam SEGPTR fix in callback.c
* [include/kernel32.h]
LPTCSTR defined.
* [include/peexe.h]
Definition of PE_Export_Directory amended.
* [include/resource32.h]
New file.
* [include/stackframe.h]
Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
prototype for replacement function in memory/selector.c which
can operate on any given memory address. This is currently
required for win32 support. It is a dreadful cludge, and will
certainly slow down other programs. If you are not interested
in win32 development you may wish to reverse this patch.
* [include/windows.h]
Definition of SW_SHOWDEFAULT added.
* [loader/pe_image.c]
Extensive rewrites of xmmap() fixup_imports().
PE_LoadImage() - initialisation of bss added, extraction of
module name fixed, initialisation of DLL added.
PE_InitDLL() - now does something.
PE_Win32CallToStart() - initialisation of TEB pointed to by
fs added.
PE_InitTEB() created to perform TEB initialisation.
* [memory/selector.c]
New function MAKE_SEGPTR() - see include/stackframe.h above.
* [misc/user32.c]
USER32_RegisterClassA(), CreateWindowExA() memory allocation
method changed. This is probably now unnecessary with the
new MAKE_SEGPTR handling code.
USER32_DefWndProcA() removed to win32/winprocs.c
USER32_TranslateMessage added.
* [tools/build.c]
handling of win32 spec files changed to support gcc2.6.X
this requires optimisations to be disabled.
* [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
New files.
* [win32/Makefile.in]
New files heap.c, newfns.c, resource.c and winprocs.c added to build.
* [win32/file.c]
New function W32_SetHandleCount.
* [win32/init.c]
WIN32_GetModuleHandle() - now returns handle of running process
if called with NULL.
GetStartupInfoA() - set cbReserved2 to 0.
* [win32/memory.c]
VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
it work with FreeBSD. Also check for return value. Removed extra
return.
* [windows/winpos.c]
ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1996-01-14 18:12:01 +00:00
|
|
|
unsigned int B = 3;
|
|
|
|
int i;
|
Release 960309
Fri Mar 8 19:07:18 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
* [configure.in]
Quote '[' and ']' in the test program for the strength-reduce
bug. This should work much better...
* [files/file.c]
Augmented DOS_FILE structure. Most internal functions now return a
DOS_FILE* instead of a Unix handle.
Added a local file array to replace the PDB list upon startup, to
allow using file I/O functions before the first task is created.
Added FILE_SetDateTime() and FILE_Sync() functions.
* [loader/module.c]
Use the DOS file I/O functions in MODULE_LoadExeHeader().
* [objects/bitblt.c]
Use visible region instead of GC clip region to clip source
area. This fixes the card drawing bug in freecell.
* [objects/region.c]
Fixed CombineRgn() to allow src and dest regions to be the same.
Fri Mar 8 16:32:23 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
* [controls/EDIT.TODO]
Updated so it reflects the current status.
* [controls/edit.c]
Implemented internal EDIT_WordBreakProc().
Implemented ES_READONLY.
Implemented WM_LBUTTONDBLCLK to select whole words.
Fixed a lot of types in the function definitions.
Wed Mar 6 19:55:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
* [debugger/info.c]
Added "walk window" command to walk window list.
* [windows/mdi.c]
Added proper(?) WM_MDISETMENU message handling.
Wed Mar 6 09:27:12 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [if1632/callback.c][if1632/relay32.c]
RELAY32_CallWindowProcConvStruct: new function.
* [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
struct32.c: new file. Moved all structure conversions into that file
PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16:
renamed to STRUCT32_POINT32to16, ...
WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
POINT32, ...
New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
CREATESTRUCT.
* [include/windows.h][misc/exec.c]
WINHELP, MULTIKEYHELP, HELPWININFO: new structures
WinHelp: Reimplemented. Thanks to Peter Balch
(100710.2566@compuserve.com) for his valuable research.
* [win32/winprocs.c]
WIN32_CallWindowProcTo16: new function, call in
USER32_DefWindowProcA,...
Mon Mar 4 23:22:40 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/wintypes.h]
Added "#define __export".
* [objects/bitblt.c]
Put in a few hacks to make bitblt-ing work when upside-down and/or
mirrored. BITBLT_StretchImage should really be checked over
thoroughly.
* [programs/progman/main.c]
Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
* [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
Eliminated shift/reduce conflict in style definition.
Added crude error message support: "stdin:%d: parse error before '%s'".
Implemented string table support to the best of my ability (it works
with LoadString() calls).
* [windows/nonclient.c]
Fixed bug in NC_DoSizeMove() that made system menu pop up when title
bar of non-iconized window was clicked (checked for iconization).
Mon Mar 04 20:55:19 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
* [if1632/lzexpand.spec] [if1632/relay.c]
[include/lzexpand.h][misc/lzexpand.c]
LZEXPAND.DLL added.
Sun Mar 03 18:10:22 1996 Albrecht Kleine <kleine@ak.sax.de>
* [windows/win.c]
Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
this prevents too early termination of EnumChildWindows().
1996-03-09 16:12:43 +00:00
|
|
|
for(i=0; i<B; i++) Array[[i]] = i - 3;
|
2000-11-11 00:31:39 +00:00
|
|
|
for(i=0; i<4 - 1; i++) L[[i]] = L[[i + 1]];
|
|
|
|
L[[i]] = 4;
|
2007-06-08 18:23:16 +00:00
|
|
|
exit( Array[[1]] != -2 || L[[2]] != 3)]])],
|
|
|
|
[ac_cv_c_gcc_strength_bug="no"],[ac_cv_c_gcc_strength_bug="yes"],[ac_cv_c_gcc_strength_bug="yes"]) )
|
Release 960114
Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in]
Added check for gcc strength-reduce bug.
* [controls/listbox.c]
Changed ListBoxDirectory() to use the new DOS file functions.
* [controls/menu.c]
Fixed parameters for DeleteMenu() call in ChangeMenu().
* [debugger/stack.c]
Also display current frame in back-trace.
* [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
Complete rewrite of the DOS file handling.
Implemented per-task file handles.
Removed default Z: drive; needs to be put explicitely in wine.ini
if desired.
* [loader/module.c]
Fixed file descriptor leak in LoadModule().
* [loader/task.c]
Initialise PDB file handle table in TASK_CreateTask().
Close file handles on task termination.
Implemented SetErrorMode().
* [misc/network.c]
Fixed WNetGetConnection() to use GetDriveType().
* [misc/xmalloc.c]
Added function xstrdup().
* [miscemu/int21.c]
Many changes for new DOS file functions.
* [miscemu/interrupts.c]
Moved DOS_GetEquipment() function into INT_Int11Handler().
* [windows/win.c]
Bug fix: create system menu before sending WM_NCCREATE.
* [*/*.c]
Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
better portability.
Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/wintypes.h]
Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
it should suffice.
* [include/winsock.h]
Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
out some old style internet address #define's.
* [loader/task.c]
Made MakeProcInstance() return first parameter #ifdef WINELIB32.
Made FreeProcInstance() do nothing #ifdef WINELIB32.
'#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
* [library/miscstubs.c]
Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
with name="ActivateAppProc". This hardly seems correct, but it's my
best guess as to how the emulator responds.
Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [if1632/kernel32.spec][win32/process.c]
WIN32_GetProcAddress, LoadLibraryA: new functions
* [if1632/relay32.c]
RELAY32_GetEntryPoint: Removed code to load PE DLLs
* [include/pe_image.h][include/pe_exe.h]
struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
struct PE_Reloc_Block: new structure
* [loader/module.c]
MODULE_RegisterModule: new function
* [loader/pe_image.c]
PE_FindExportedFunction,PE_GetProcAddress: new functions
fixup_imports: expect struct w_files* now, fill dlls_to_init,
load PE DLLs
do_relocations: new functions
calc_vma_size: renamed from dump_table
PE_LoadImage: use malloc to allocate memory for image
PE_InitDLL: expect HMODULE
PE_InitializeDLLs: new function
* [loader/task.c]
NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
GetExePtr: Accept PE modules
* [misc/commdlg.c]
FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
* [misc/port.c]
New file with usleep() function for SVR4.
* [configure.in]
Check for usleep() function.
Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
* [if1632/toolhelp.spec] [include/toolhelp.h]
[misc/user.c] [windows/message.c]
Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
* [winsocket.c]
Fixed ENOENT error.
* [miscemu/dpmi.c]
Implement DPMI Get Page Size (AX=0604, INT 31)
* [memory/global.c]
Implement TOOLHELP.72 GetMemManInfo.
Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
* [if1632/callback.c]
CallWindowProc() - When calling RELAY32_CallWindowProc, check
whether lParam should be a SEGPTR, and if so convert it to one.
* [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
Numerous functions added, mostly calls to original (win16)
functions. Note that some (many) of these are probably not
strictly correct, but with these additions freecell will at least
display its main window though it is garbled.
* [if1632/winprocs.spec]
Completely rewritten - all WndProcs now have win32 versions to
help with the lparam SEGPTR fix in callback.c
* [include/kernel32.h]
LPTCSTR defined.
* [include/peexe.h]
Definition of PE_Export_Directory amended.
* [include/resource32.h]
New file.
* [include/stackframe.h]
Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
prototype for replacement function in memory/selector.c which
can operate on any given memory address. This is currently
required for win32 support. It is a dreadful cludge, and will
certainly slow down other programs. If you are not interested
in win32 development you may wish to reverse this patch.
* [include/windows.h]
Definition of SW_SHOWDEFAULT added.
* [loader/pe_image.c]
Extensive rewrites of xmmap() fixup_imports().
PE_LoadImage() - initialisation of bss added, extraction of
module name fixed, initialisation of DLL added.
PE_InitDLL() - now does something.
PE_Win32CallToStart() - initialisation of TEB pointed to by
fs added.
PE_InitTEB() created to perform TEB initialisation.
* [memory/selector.c]
New function MAKE_SEGPTR() - see include/stackframe.h above.
* [misc/user32.c]
USER32_RegisterClassA(), CreateWindowExA() memory allocation
method changed. This is probably now unnecessary with the
new MAKE_SEGPTR handling code.
USER32_DefWndProcA() removed to win32/winprocs.c
USER32_TranslateMessage added.
* [tools/build.c]
handling of win32 spec files changed to support gcc2.6.X
this requires optimisations to be disabled.
* [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
New files.
* [win32/Makefile.in]
New files heap.c, newfns.c, resource.c and winprocs.c added to build.
* [win32/file.c]
New function W32_SetHandleCount.
* [win32/init.c]
WIN32_GetModuleHandle() - now returns handle of running process
if called with NULL.
GetStartupInfoA() - set cbReserved2 to 0.
* [win32/memory.c]
VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
it work with FreeBSD. Also check for return value. Removed extra
return.
* [windows/winpos.c]
ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1996-01-14 18:12:01 +00:00
|
|
|
if test "$ac_cv_c_gcc_strength_bug" = "yes"
|
|
|
|
then
|
2003-04-14 21:46:41 +00:00
|
|
|
EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
|
Release 960114
Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in]
Added check for gcc strength-reduce bug.
* [controls/listbox.c]
Changed ListBoxDirectory() to use the new DOS file functions.
* [controls/menu.c]
Fixed parameters for DeleteMenu() call in ChangeMenu().
* [debugger/stack.c]
Also display current frame in back-trace.
* [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
Complete rewrite of the DOS file handling.
Implemented per-task file handles.
Removed default Z: drive; needs to be put explicitely in wine.ini
if desired.
* [loader/module.c]
Fixed file descriptor leak in LoadModule().
* [loader/task.c]
Initialise PDB file handle table in TASK_CreateTask().
Close file handles on task termination.
Implemented SetErrorMode().
* [misc/network.c]
Fixed WNetGetConnection() to use GetDriveType().
* [misc/xmalloc.c]
Added function xstrdup().
* [miscemu/int21.c]
Many changes for new DOS file functions.
* [miscemu/interrupts.c]
Moved DOS_GetEquipment() function into INT_Int11Handler().
* [windows/win.c]
Bug fix: create system menu before sending WM_NCCREATE.
* [*/*.c]
Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
better portability.
Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/wintypes.h]
Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
it should suffice.
* [include/winsock.h]
Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
out some old style internet address #define's.
* [loader/task.c]
Made MakeProcInstance() return first parameter #ifdef WINELIB32.
Made FreeProcInstance() do nothing #ifdef WINELIB32.
'#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
* [library/miscstubs.c]
Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
with name="ActivateAppProc". This hardly seems correct, but it's my
best guess as to how the emulator responds.
Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [if1632/kernel32.spec][win32/process.c]
WIN32_GetProcAddress, LoadLibraryA: new functions
* [if1632/relay32.c]
RELAY32_GetEntryPoint: Removed code to load PE DLLs
* [include/pe_image.h][include/pe_exe.h]
struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
struct PE_Reloc_Block: new structure
* [loader/module.c]
MODULE_RegisterModule: new function
* [loader/pe_image.c]
PE_FindExportedFunction,PE_GetProcAddress: new functions
fixup_imports: expect struct w_files* now, fill dlls_to_init,
load PE DLLs
do_relocations: new functions
calc_vma_size: renamed from dump_table
PE_LoadImage: use malloc to allocate memory for image
PE_InitDLL: expect HMODULE
PE_InitializeDLLs: new function
* [loader/task.c]
NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
GetExePtr: Accept PE modules
* [misc/commdlg.c]
FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
* [misc/port.c]
New file with usleep() function for SVR4.
* [configure.in]
Check for usleep() function.
Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
* [if1632/toolhelp.spec] [include/toolhelp.h]
[misc/user.c] [windows/message.c]
Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
* [winsocket.c]
Fixed ENOENT error.
* [miscemu/dpmi.c]
Implement DPMI Get Page Size (AX=0604, INT 31)
* [memory/global.c]
Implement TOOLHELP.72 GetMemManInfo.
Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
* [if1632/callback.c]
CallWindowProc() - When calling RELAY32_CallWindowProc, check
whether lParam should be a SEGPTR, and if so convert it to one.
* [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
Numerous functions added, mostly calls to original (win16)
functions. Note that some (many) of these are probably not
strictly correct, but with these additions freecell will at least
display its main window though it is garbled.
* [if1632/winprocs.spec]
Completely rewritten - all WndProcs now have win32 versions to
help with the lparam SEGPTR fix in callback.c
* [include/kernel32.h]
LPTCSTR defined.
* [include/peexe.h]
Definition of PE_Export_Directory amended.
* [include/resource32.h]
New file.
* [include/stackframe.h]
Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
prototype for replacement function in memory/selector.c which
can operate on any given memory address. This is currently
required for win32 support. It is a dreadful cludge, and will
certainly slow down other programs. If you are not interested
in win32 development you may wish to reverse this patch.
* [include/windows.h]
Definition of SW_SHOWDEFAULT added.
* [loader/pe_image.c]
Extensive rewrites of xmmap() fixup_imports().
PE_LoadImage() - initialisation of bss added, extraction of
module name fixed, initialisation of DLL added.
PE_InitDLL() - now does something.
PE_Win32CallToStart() - initialisation of TEB pointed to by
fs added.
PE_InitTEB() created to perform TEB initialisation.
* [memory/selector.c]
New function MAKE_SEGPTR() - see include/stackframe.h above.
* [misc/user32.c]
USER32_RegisterClassA(), CreateWindowExA() memory allocation
method changed. This is probably now unnecessary with the
new MAKE_SEGPTR handling code.
USER32_DefWndProcA() removed to win32/winprocs.c
USER32_TranslateMessage added.
* [tools/build.c]
handling of win32 spec files changed to support gcc2.6.X
this requires optimisations to be disabled.
* [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
New files.
* [win32/Makefile.in]
New files heap.c, newfns.c, resource.c and winprocs.c added to build.
* [win32/file.c]
New function W32_SetHandleCount.
* [win32/init.c]
WIN32_GetModuleHandle() - now returns handle of running process
if called with NULL.
GetStartupInfoA() - set cbReserved2 to 0.
* [win32/memory.c]
VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
it work with FreeBSD. Also check for return value. Removed extra
return.
* [windows/winpos.c]
ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1996-01-14 18:12:01 +00:00
|
|
|
fi
|
2000-12-06 03:50:22 +00:00
|
|
|
|
2006-08-25 11:22:33 +00:00
|
|
|
dnl Check for some compiler flags
|
2005-09-12 10:14:00 +00:00
|
|
|
|
2006-08-25 11:22:33 +00:00
|
|
|
WINE_TRY_CFLAGS([-fshort-wchar],
|
|
|
|
[AC_DEFINE(CC_FLAG_SHORT_WCHAR, "-fshort-wchar",
|
|
|
|
[Specifies the compiler flag that forces a short wchar_t])])
|
|
|
|
WINE_TRY_CFLAGS([-fno-strict-aliasing])
|
|
|
|
WINE_TRY_CFLAGS([-Wdeclaration-after-statement])
|
|
|
|
WINE_TRY_CFLAGS([-Wwrite-strings])
|
2006-08-25 10:07:34 +00:00
|
|
|
|
2003-02-25 04:01:58 +00:00
|
|
|
dnl Check for noisy string.h
|
2003-03-24 19:33:20 +00:00
|
|
|
saved_CFLAGS="$CFLAGS"
|
2003-02-25 04:01:58 +00:00
|
|
|
CFLAGS="$CFLAGS -Wpointer-arith -Werror"
|
|
|
|
AC_CACHE_CHECK([for broken string.h that generates warnings], ac_cv_c_string_h_warnings,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]], [[]])],[ac_cv_c_string_h_warnings=no],[ac_cv_c_string_h_warnings=yes]))
|
2003-03-24 19:33:20 +00:00
|
|
|
CFLAGS="$saved_CFLAGS"
|
2003-02-25 04:01:58 +00:00
|
|
|
if test "$ac_cv_c_string_h_warnings" = "no"
|
|
|
|
then
|
2003-04-14 21:46:41 +00:00
|
|
|
EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
|
2003-02-25 04:01:58 +00:00
|
|
|
fi
|
2005-08-11 17:12:18 +00:00
|
|
|
|
|
|
|
AC_SUBST(BUILTINFLAG,"")
|
|
|
|
saved_CFLAGS="$CFLAGS"
|
|
|
|
CFLAGS="$CFLAGS -Werror"
|
|
|
|
AC_CACHE_CHECK([for builtin wchar inlines], ac_cv_c_builtin_wchar_ctype,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[int iswlower(unsigned short);]])],[ac_cv_c_builtin_wchar_ctype=no],[ac_cv_c_builtin_wchar_ctype=yes]))
|
2005-08-11 17:12:18 +00:00
|
|
|
CFLAGS="$saved_CFLAGS"
|
|
|
|
if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
|
|
|
|
then
|
2006-07-19 10:16:59 +00:00
|
|
|
BUILTINFLAG="-fno-builtin"
|
2005-08-11 17:12:18 +00:00
|
|
|
fi
|
Release 960114
Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in]
Added check for gcc strength-reduce bug.
* [controls/listbox.c]
Changed ListBoxDirectory() to use the new DOS file functions.
* [controls/menu.c]
Fixed parameters for DeleteMenu() call in ChangeMenu().
* [debugger/stack.c]
Also display current frame in back-trace.
* [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
Complete rewrite of the DOS file handling.
Implemented per-task file handles.
Removed default Z: drive; needs to be put explicitely in wine.ini
if desired.
* [loader/module.c]
Fixed file descriptor leak in LoadModule().
* [loader/task.c]
Initialise PDB file handle table in TASK_CreateTask().
Close file handles on task termination.
Implemented SetErrorMode().
* [misc/network.c]
Fixed WNetGetConnection() to use GetDriveType().
* [misc/xmalloc.c]
Added function xstrdup().
* [miscemu/int21.c]
Many changes for new DOS file functions.
* [miscemu/interrupts.c]
Moved DOS_GetEquipment() function into INT_Int11Handler().
* [windows/win.c]
Bug fix: create system menu before sending WM_NCCREATE.
* [*/*.c]
Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
better portability.
Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/wintypes.h]
Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
it should suffice.
* [include/winsock.h]
Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
out some old style internet address #define's.
* [loader/task.c]
Made MakeProcInstance() return first parameter #ifdef WINELIB32.
Made FreeProcInstance() do nothing #ifdef WINELIB32.
'#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
* [library/miscstubs.c]
Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
with name="ActivateAppProc". This hardly seems correct, but it's my
best guess as to how the emulator responds.
Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [if1632/kernel32.spec][win32/process.c]
WIN32_GetProcAddress, LoadLibraryA: new functions
* [if1632/relay32.c]
RELAY32_GetEntryPoint: Removed code to load PE DLLs
* [include/pe_image.h][include/pe_exe.h]
struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
struct PE_Reloc_Block: new structure
* [loader/module.c]
MODULE_RegisterModule: new function
* [loader/pe_image.c]
PE_FindExportedFunction,PE_GetProcAddress: new functions
fixup_imports: expect struct w_files* now, fill dlls_to_init,
load PE DLLs
do_relocations: new functions
calc_vma_size: renamed from dump_table
PE_LoadImage: use malloc to allocate memory for image
PE_InitDLL: expect HMODULE
PE_InitializeDLLs: new function
* [loader/task.c]
NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
GetExePtr: Accept PE modules
* [misc/commdlg.c]
FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
* [misc/port.c]
New file with usleep() function for SVR4.
* [configure.in]
Check for usleep() function.
Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
* [if1632/toolhelp.spec] [include/toolhelp.h]
[misc/user.c] [windows/message.c]
Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
* [winsocket.c]
Fixed ENOENT error.
* [miscemu/dpmi.c]
Implement DPMI Get Page Size (AX=0604, INT 31)
* [memory/global.c]
Implement TOOLHELP.72 GetMemManInfo.
Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
* [if1632/callback.c]
CallWindowProc() - When calling RELAY32_CallWindowProc, check
whether lParam should be a SEGPTR, and if so convert it to one.
* [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
Numerous functions added, mostly calls to original (win16)
functions. Note that some (many) of these are probably not
strictly correct, but with these additions freecell will at least
display its main window though it is garbled.
* [if1632/winprocs.spec]
Completely rewritten - all WndProcs now have win32 versions to
help with the lparam SEGPTR fix in callback.c
* [include/kernel32.h]
LPTCSTR defined.
* [include/peexe.h]
Definition of PE_Export_Directory amended.
* [include/resource32.h]
New file.
* [include/stackframe.h]
Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
prototype for replacement function in memory/selector.c which
can operate on any given memory address. This is currently
required for win32 support. It is a dreadful cludge, and will
certainly slow down other programs. If you are not interested
in win32 development you may wish to reverse this patch.
* [include/windows.h]
Definition of SW_SHOWDEFAULT added.
* [loader/pe_image.c]
Extensive rewrites of xmmap() fixup_imports().
PE_LoadImage() - initialisation of bss added, extraction of
module name fixed, initialisation of DLL added.
PE_InitDLL() - now does something.
PE_Win32CallToStart() - initialisation of TEB pointed to by
fs added.
PE_InitTEB() created to perform TEB initialisation.
* [memory/selector.c]
New function MAKE_SEGPTR() - see include/stackframe.h above.
* [misc/user32.c]
USER32_RegisterClassA(), CreateWindowExA() memory allocation
method changed. This is probably now unnecessary with the
new MAKE_SEGPTR handling code.
USER32_DefWndProcA() removed to win32/winprocs.c
USER32_TranslateMessage added.
* [tools/build.c]
handling of win32 spec files changed to support gcc2.6.X
this requires optimisations to be disabled.
* [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
New files.
* [win32/Makefile.in]
New files heap.c, newfns.c, resource.c and winprocs.c added to build.
* [win32/file.c]
New function W32_SetHandleCount.
* [win32/init.c]
WIN32_GetModuleHandle() - now returns handle of running process
if called with NULL.
GetStartupInfoA() - set cbReserved2 to 0.
* [win32/memory.c]
VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
it work with FreeBSD. Also check for return value. Removed extra
return.
* [windows/winpos.c]
ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1996-01-14 18:12:01 +00:00
|
|
|
fi
|
|
|
|
|
2002-07-22 20:51:02 +00:00
|
|
|
dnl **** Check how to define a function in assembly code ****
|
|
|
|
|
|
|
|
AC_CACHE_CHECK([how to define a function in assembly code], ac_cv_asm_func_def,
|
|
|
|
WINE_TRY_ASM_LINK(
|
|
|
|
["\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"],,,
|
|
|
|
ac_cv_asm_func_def=".def",
|
|
|
|
[WINE_TRY_ASM_LINK(["\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"],,,
|
|
|
|
ac_cv_asm_func_def=".type @function",
|
|
|
|
[WINE_TRY_ASM_LINK(["\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"],,,
|
|
|
|
ac_cv_asm_func_def=".type 2",
|
|
|
|
ac_cv_asm_func_def="unknown")])]))
|
|
|
|
|
|
|
|
AH_TEMPLATE(__ASM_FUNC,[Define to a macro to generate an assembly function directive])
|
|
|
|
case "$ac_cv_asm_func_def" in
|
|
|
|
".def")
|
|
|
|
AC_DEFINE([__ASM_FUNC(name)], [".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"]) ;;
|
|
|
|
".type @function")
|
|
|
|
AC_DEFINE([__ASM_FUNC(name)], [".type " __ASM_NAME(name) ",@function"]) ;;
|
|
|
|
".type 2")
|
|
|
|
AC_DEFINE([__ASM_FUNC(name)], [".type " __ASM_NAME(name) ",2"]) ;;
|
|
|
|
*)
|
|
|
|
AC_DEFINE([__ASM_FUNC(name)], [""]) ;;
|
|
|
|
esac
|
2002-07-20 20:17:13 +00:00
|
|
|
|
1996-08-11 15:49:51 +00:00
|
|
|
dnl **** Check for underscore on external symbols ****
|
|
|
|
|
2002-05-20 18:29:58 +00:00
|
|
|
AC_CACHE_CHECK([whether external symbols need an underscore prefix], ac_cv_c_extern_prefix,
|
2002-07-22 20:51:02 +00:00
|
|
|
WINE_TRY_ASM_LINK([".globl _ac_test\n_ac_test:\t.long 0"],
|
|
|
|
[extern int ac_test;],
|
|
|
|
[if (ac_test) return 1],
|
|
|
|
ac_cv_c_extern_prefix="yes",ac_cv_c_extern_prefix="no"))
|
|
|
|
|
|
|
|
AH_TEMPLATE(__ASM_NAME,[Define to a macro to generate an assembly name from a C symbol])
|
1996-08-11 15:49:51 +00:00
|
|
|
if test "$ac_cv_c_extern_prefix" = "yes"
|
|
|
|
then
|
2002-07-22 20:51:02 +00:00
|
|
|
AC_DEFINE([__ASM_NAME(name)], ["_" name])
|
|
|
|
else
|
|
|
|
AC_DEFINE([__ASM_NAME(name)], [name])
|
1996-08-11 15:49:51 +00:00
|
|
|
fi
|
|
|
|
|
2007-07-02 15:27:48 +00:00
|
|
|
dnl **** Platform-specific checks ****
|
2000-12-22 22:28:00 +00:00
|
|
|
|
2007-07-02 12:38:04 +00:00
|
|
|
AC_SUBST(LDPATH,"")
|
2002-05-12 03:16:39 +00:00
|
|
|
case $build_os in
|
|
|
|
cygwin*|mingw32*)
|
2007-07-02 12:38:04 +00:00
|
|
|
LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
|
|
|
|
;;
|
2003-11-25 03:31:26 +00:00
|
|
|
darwin*|macosx*)
|
2007-07-02 12:38:04 +00:00
|
|
|
;;
|
|
|
|
linux*|solaris*) dnl FIXME: What other platforms support $ORIGIN?
|
|
|
|
if test -z "$LDRPATH_LOCAL"
|
|
|
|
then
|
|
|
|
LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
|
|
|
|
fi
|
|
|
|
;;
|
2002-05-12 03:16:39 +00:00
|
|
|
*)
|
2007-07-02 12:38:04 +00:00
|
|
|
LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
|
|
|
|
;;
|
2002-05-12 03:16:39 +00:00
|
|
|
esac
|
|
|
|
|
2004-09-03 18:57:19 +00:00
|
|
|
dnl Mingw needs explicit msvcrt for linking libwine and winsock for wininet
|
2002-08-03 00:25:59 +00:00
|
|
|
case $host_os in
|
|
|
|
mingw32*)
|
2004-09-03 18:57:19 +00:00
|
|
|
AC_SUBST(CRTLIBS,"-lmsvcrt")
|
|
|
|
AC_SUBST(SOCKETLIBS,"-lws2_32")
|
|
|
|
;;
|
2003-11-11 00:48:21 +00:00
|
|
|
esac
|
|
|
|
|
2006-06-20 11:44:19 +00:00
|
|
|
AC_SUBST(MAIN_BINARY,"wine-pthread") dnl Default value
|
2006-02-18 14:03:51 +00:00
|
|
|
case $host_cpu in
|
|
|
|
*i[[3456789]]86*)
|
|
|
|
case $host_os in
|
|
|
|
linux* | k*bsd*-gnu)
|
|
|
|
AC_SUBST(MAIN_BINARY,"wine-glibc")
|
|
|
|
AC_SUBST(EXTRA_BINARIES,"wine-kthread wine-pthread wine-preloader") ;;
|
|
|
|
esac
|
2003-11-11 00:48:21 +00:00
|
|
|
;;
|
2002-08-03 00:25:59 +00:00
|
|
|
esac
|
1996-12-08 19:25:27 +00:00
|
|
|
|
1999-04-18 14:43:16 +00:00
|
|
|
dnl **** Check for functions ****
|
|
|
|
|
|
|
|
AC_CHECK_FUNCS(\
|
2002-03-11 05:08:14 +00:00
|
|
|
_pclose \
|
|
|
|
_popen \
|
2002-05-10 01:33:40 +00:00
|
|
|
_snprintf \
|
2003-04-01 00:12:02 +00:00
|
|
|
_spawnvp \
|
2002-03-11 05:08:14 +00:00
|
|
|
_stricmp \
|
|
|
|
_strnicmp \
|
2003-01-14 19:35:03 +00:00
|
|
|
_vsnprintf \
|
2006-01-14 16:22:03 +00:00
|
|
|
asctime_r \
|
2002-05-05 21:03:44 +00:00
|
|
|
chsize \
|
1999-04-18 14:43:16 +00:00
|
|
|
clone \
|
2006-08-15 10:11:30 +00:00
|
|
|
dlopen \
|
2004-09-23 04:48:24 +00:00
|
|
|
epoll_create \
|
2004-10-19 23:53:26 +00:00
|
|
|
ffs \
|
2000-11-27 01:37:28 +00:00
|
|
|
finite \
|
2004-10-14 03:08:57 +00:00
|
|
|
fork \
|
2000-11-27 01:37:28 +00:00
|
|
|
fpclass \
|
2004-04-06 03:33:25 +00:00
|
|
|
fstatfs \
|
|
|
|
fstatvfs \
|
2002-05-05 21:03:44 +00:00
|
|
|
ftruncate \
|
2004-03-27 01:48:52 +00:00
|
|
|
futimes \
|
2005-05-07 14:53:38 +00:00
|
|
|
futimesat \
|
2006-11-13 14:42:48 +00:00
|
|
|
getdirentries \
|
2002-12-10 19:16:24 +00:00
|
|
|
getopt_long \
|
1999-04-18 14:43:16 +00:00
|
|
|
getpagesize \
|
2002-07-01 18:17:30 +00:00
|
|
|
getpwuid \
|
2003-11-12 03:16:00 +00:00
|
|
|
gettid \
|
2003-03-23 20:11:45 +00:00
|
|
|
gettimeofday \
|
2004-10-04 20:45:49 +00:00
|
|
|
getuid \
|
2007-06-29 21:39:20 +00:00
|
|
|
inet_pton \
|
2006-08-04 20:11:00 +00:00
|
|
|
kqueue \
|
2000-11-29 17:48:06 +00:00
|
|
|
lstat \
|
1999-04-18 14:43:16 +00:00
|
|
|
memmove \
|
2000-11-25 23:54:12 +00:00
|
|
|
mmap \
|
2002-03-11 05:08:14 +00:00
|
|
|
pclose \
|
2006-08-15 09:41:59 +00:00
|
|
|
poll \
|
2002-03-11 05:08:14 +00:00
|
|
|
popen \
|
2006-04-06 09:57:37 +00:00
|
|
|
prctl \
|
2002-05-05 21:03:44 +00:00
|
|
|
pread \
|
2002-01-07 21:00:27 +00:00
|
|
|
pwrite \
|
2004-01-08 05:07:05 +00:00
|
|
|
readlink \
|
1999-04-18 14:43:16 +00:00
|
|
|
rfork \
|
2004-10-09 02:26:29 +00:00
|
|
|
sched_yield \
|
1999-11-13 22:23:35 +00:00
|
|
|
select \
|
2006-07-16 14:06:28 +00:00
|
|
|
setrlimit \
|
1999-11-13 22:23:35 +00:00
|
|
|
settimeofday \
|
1999-04-18 14:43:16 +00:00
|
|
|
sigaltstack \
|
2004-12-07 17:19:54 +00:00
|
|
|
sigprocmask \
|
2002-05-10 01:33:40 +00:00
|
|
|
snprintf \
|
2003-09-24 18:54:40 +00:00
|
|
|
spawnvp \
|
1999-11-13 22:23:35 +00:00
|
|
|
statfs \
|
2004-03-05 21:03:46 +00:00
|
|
|
statvfs \
|
1999-09-04 14:36:02 +00:00
|
|
|
strcasecmp \
|
1999-04-18 14:43:16 +00:00
|
|
|
strerror \
|
1999-09-04 14:36:02 +00:00
|
|
|
strncasecmp \
|
2006-12-17 17:56:50 +00:00
|
|
|
strtold \
|
1999-04-18 14:43:16 +00:00
|
|
|
tcgetattr \
|
|
|
|
timegm \
|
|
|
|
usleep \
|
2003-01-14 19:35:03 +00:00
|
|
|
vsnprintf \
|
1999-04-18 14:43:16 +00:00
|
|
|
wait4 \
|
|
|
|
waitpid \
|
|
|
|
)
|
|
|
|
|
2006-08-15 10:11:30 +00:00
|
|
|
dnl Check for -ldl
|
|
|
|
if test "$ac_cv_func_dlopen" = no
|
|
|
|
then
|
|
|
|
AC_CHECK_LIB(dl,dlopen,[AC_DEFINE(HAVE_DLOPEN,1) AC_SUBST(LIBDL,"-ldl")])
|
|
|
|
fi
|
|
|
|
WINE_CHECK_LIB_FUNCS(dladdr,[$LIBDL])
|
|
|
|
|
2006-08-15 09:41:59 +00:00
|
|
|
dnl Check for -lpoll for Mac OS X/Darwin
|
|
|
|
if test "$ac_cv_func_poll" = no
|
|
|
|
then
|
|
|
|
AC_CHECK_LIB(poll,poll,[AC_DEFINE(HAVE_POLL,1) AC_SUBST(LIBPOLL,"-lpoll")])
|
|
|
|
fi
|
2005-04-27 09:46:25 +00:00
|
|
|
|
2006-08-15 10:11:30 +00:00
|
|
|
dnl Check for -lnsl for Solaris
|
2007-04-23 14:31:58 +00:00
|
|
|
AC_SEARCH_LIBS(gethostbyname, nsl)
|
2006-08-15 10:11:30 +00:00
|
|
|
|
|
|
|
dnl Check for -lsocket for Solaris
|
2007-04-23 14:31:58 +00:00
|
|
|
AC_SEARCH_LIBS(connect, socket)
|
2006-08-15 10:11:30 +00:00
|
|
|
|
|
|
|
dnl Check for -lresolv for Solaris
|
2007-04-23 14:31:58 +00:00
|
|
|
AC_SEARCH_LIBS(inet_aton, resolv)
|
2006-08-15 10:11:30 +00:00
|
|
|
|
2007-04-23 13:41:42 +00:00
|
|
|
dnl **** Check for functions which may rely on -lsocket on Solaris.
|
|
|
|
AC_CHECK_FUNCS(\
|
|
|
|
getaddrinfo \
|
|
|
|
getnameinfo \
|
|
|
|
getnetbyname \
|
|
|
|
getprotobyname \
|
|
|
|
getprotobynumber \
|
|
|
|
getservbyport \
|
|
|
|
inet_network \
|
|
|
|
sendmsg \
|
|
|
|
)
|
|
|
|
|
1999-04-18 14:43:16 +00:00
|
|
|
dnl **** Check for types ****
|
|
|
|
|
2002-02-14 19:47:29 +00:00
|
|
|
AC_C_CONST
|
|
|
|
AC_C_INLINE
|
2004-09-16 20:34:27 +00:00
|
|
|
AC_CHECK_TYPES([mode_t, off_t, pid_t, size_t, ssize_t, long long, fsblkcnt_t, fsfilcnt_t])
|
2004-12-07 17:19:54 +00:00
|
|
|
AC_CHECK_TYPES([sigset_t],,,[#include <signal.h>])
|
2005-07-10 17:42:46 +00:00
|
|
|
AC_CHECK_TYPES([request_sense],,,[#include <linux/cdrom.h>])
|
1998-04-13 12:21:30 +00:00
|
|
|
|
2005-07-29 14:18:58 +00:00
|
|
|
AC_CHECK_MEMBERS([struct ff_effect.direction],,,
|
|
|
|
[#ifdef HAVE_LINUX_INPUT_H
|
|
|
|
#include <linux/input.h>
|
|
|
|
#endif])
|
|
|
|
|
2004-12-07 17:19:54 +00:00
|
|
|
AC_CACHE_CHECK([for sigaddset],wine_cv_have_sigaddset,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <signal.h>]], [[sigset_t set; sigaddset(&set,SIGTERM);]])],[wine_cv_have_sigaddset=yes],[wine_cv_have_sigaddset=no]))
|
2004-12-07 17:19:54 +00:00
|
|
|
if test "$wine_cv_have_sigaddset" = "yes"
|
|
|
|
then
|
|
|
|
AC_DEFINE(HAVE_SIGADDSET, 1, [Define if sigaddset is supported])
|
|
|
|
fi
|
|
|
|
|
2002-06-01 02:55:48 +00:00
|
|
|
|
2001-09-19 20:30:28 +00:00
|
|
|
AC_CACHE_CHECK([whether we can use re-entrant gethostbyname_r Linux style],
|
2000-09-24 19:41:57 +00:00
|
|
|
wine_cv_linux_gethostbyname_r_6,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]],[[
|
2000-09-24 19:41:57 +00:00
|
|
|
char *name=NULL;
|
|
|
|
struct hostent he;
|
|
|
|
struct hostent *result;
|
|
|
|
char *buf=NULL;
|
|
|
|
int bufsize=0;
|
|
|
|
int res,errnr;
|
|
|
|
char *addr=NULL;
|
|
|
|
int addrlen=0;
|
|
|
|
int addrtype=0;
|
|
|
|
res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
|
|
|
|
res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
|
2007-06-08 18:23:16 +00:00
|
|
|
]])],[wine_cv_linux_gethostbyname_r_6=yes],[wine_cv_linux_gethostbyname_r_6=no
|
|
|
|
])
|
2000-09-24 19:41:57 +00:00
|
|
|
)
|
|
|
|
if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
|
|
|
|
then
|
2001-06-27 21:42:00 +00:00
|
|
|
AC_DEFINE(HAVE_LINUX_GETHOSTBYNAME_R_6, 1,
|
|
|
|
[Define if Linux-style gethostbyname_r and gethostbyaddr_r are available])
|
2000-09-24 19:41:57 +00:00
|
|
|
fi
|
|
|
|
|
1999-08-04 15:07:56 +00:00
|
|
|
if test "$ac_cv_header_linux_joystick_h" = "yes"
|
|
|
|
then
|
2001-09-19 20:30:28 +00:00
|
|
|
AC_CACHE_CHECK([whether linux/joystick.h uses the Linux 2.2+ API],
|
1999-08-04 15:07:56 +00:00
|
|
|
wine_cv_linux_joystick_22_api,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
1999-08-04 15:07:56 +00:00
|
|
|
#include <sys/ioctl.h>
|
2007-04-12 10:12:05 +00:00
|
|
|
#include <sys/types.h>
|
1999-08-04 15:07:56 +00:00
|
|
|
#include <linux/joystick.h>
|
|
|
|
|
|
|
|
struct js_event blub;
|
1999-11-04 02:04:01 +00:00
|
|
|
#if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
|
|
|
|
#error "no 2.2 header"
|
|
|
|
#endif
|
2007-06-08 18:23:16 +00:00
|
|
|
]], [[/*empty*/]])],[wine_cv_linux_joystick_22_api=yes],[wine_cv_linux_joystick_22_api=no])
|
1999-08-04 15:07:56 +00:00
|
|
|
)
|
2000-04-24 17:33:49 +00:00
|
|
|
if test "$wine_cv_linux_joystick_22_api" = "yes"
|
1999-08-04 15:07:56 +00:00
|
|
|
then
|
2001-06-27 21:42:00 +00:00
|
|
|
AC_DEFINE(HAVE_LINUX_22_JOYSTICK_API, 1,
|
|
|
|
[Define if <linux/joystick.h> defines the Linux 2.2 joystick API])
|
1999-08-04 15:07:56 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2002-02-14 19:47:29 +00:00
|
|
|
dnl **** FIXME: what about mixed cases, where we need two of them? ***
|
2001-07-08 22:30:50 +00:00
|
|
|
|
2003-03-28 00:36:12 +00:00
|
|
|
dnl Check for statfs members
|
2004-03-07 03:16:43 +00:00
|
|
|
AC_CHECK_MEMBERS([struct statfs.f_bfree, struct statfs.f_bavail, struct statfs.f_frsize, struct statfs.f_ffree, struct statfs.f_favail, struct statfs.f_namelen],,,
|
2002-02-14 19:47:29 +00:00
|
|
|
[#include <sys/types.h>
|
|
|
|
#ifdef HAVE_SYS_PARAM_H
|
|
|
|
# include <sys/param.h>
|
|
|
|
#endif
|
2006-02-06 20:53:27 +00:00
|
|
|
#ifdef HAVE_SYS_MOUNT_H
|
2002-02-14 19:47:29 +00:00
|
|
|
# include <sys/mount.h>
|
2006-02-06 20:53:27 +00:00
|
|
|
#endif
|
|
|
|
#ifdef HAVE_SYS_VFS_H
|
|
|
|
# include <sys/vfs.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_SYS_STATFS_H
|
|
|
|
# include <sys/statfs.h>
|
2003-03-28 00:36:12 +00:00
|
|
|
#endif])
|
2004-03-05 21:03:46 +00:00
|
|
|
|
|
|
|
AC_CHECK_MEMBERS([struct statvfs.f_blocks],,,
|
|
|
|
[#ifdef HAVE_SYS_STATVFS_H
|
|
|
|
#include <sys/statvfs.h>
|
|
|
|
#endif])
|
2000-02-13 16:03:29 +00:00
|
|
|
|
2003-03-28 00:36:12 +00:00
|
|
|
dnl Check for socket structure members
|
|
|
|
AC_CHECK_MEMBERS([struct msghdr.msg_accrights, struct sockaddr.sa_len, struct sockaddr_un.sun_len],,,
|
2002-02-14 19:47:29 +00:00
|
|
|
[#include <sys/types.h>
|
2002-11-08 19:34:52 +00:00
|
|
|
#ifdef HAVE_SYS_SOCKET_H
|
|
|
|
# include <sys/socket.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_SYS_UN_H
|
|
|
|
# include <sys/un.h>
|
2003-03-28 00:36:12 +00:00
|
|
|
#endif])
|
|
|
|
|
2005-06-27 12:07:49 +00:00
|
|
|
dnl Check for scsireq_t and sg_io_hdr_t members
|
|
|
|
AC_CHECK_MEMBERS([scsireq_t.cmd, sg_io_hdr_t.interface_id],,,
|
|
|
|
[#include <sys/types.h>
|
|
|
|
#ifdef HAVE_SCSI_SG_H
|
|
|
|
#include <scsi/sg.h>
|
|
|
|
#endif])
|
|
|
|
|
2003-03-28 00:36:12 +00:00
|
|
|
dnl Check for siginfo_t members
|
|
|
|
AC_CHECK_MEMBERS([siginfo_t.si_fd],,,[#include <signal.h>])
|
2000-02-13 16:03:29 +00:00
|
|
|
|
2006-02-05 12:51:03 +00:00
|
|
|
dnl Check for struct mtget members
|
2006-02-06 19:59:44 +00:00
|
|
|
AC_CHECK_MEMBERS([struct mtget.mt_blksiz, struct mtget.mt_gstat, struct mtget.mt_blkno],,,
|
2006-02-11 19:26:33 +00:00
|
|
|
[#include <sys/types.h>
|
|
|
|
#ifdef HAVE_SYS_MTIO_H
|
2006-02-05 12:51:03 +00:00
|
|
|
#include <sys/mtio.h>
|
|
|
|
#endif])
|
|
|
|
|
2003-04-20 02:56:14 +00:00
|
|
|
dnl Check for struct option
|
|
|
|
AC_CHECK_MEMBERS([struct option.name],,,
|
|
|
|
[#ifdef HAVE_GETOPT_H
|
|
|
|
#include <getopt.h>
|
|
|
|
#endif])
|
|
|
|
|
2003-10-03 03:28:40 +00:00
|
|
|
dnl Check for stat.st_blocks
|
|
|
|
AC_CHECK_MEMBERS([struct stat.st_blocks])
|
|
|
|
|
2006-02-20 12:33:09 +00:00
|
|
|
dnl Check for sin6_scope_id
|
|
|
|
AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_scope_id],,,
|
|
|
|
[#ifdef HAVE_SYS_TYPES_H
|
|
|
|
#include <sys/types.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_NETINET_IN_H
|
|
|
|
#include <netinet/in.h>
|
|
|
|
#endif])
|
|
|
|
|
2006-05-31 12:43:21 +00:00
|
|
|
dnl Check for ns_msg ptr member
|
|
|
|
AC_CHECK_MEMBERS([ns_msg._msg_ptr],,,
|
|
|
|
[#ifdef HAVE_SYS_TYPES_H
|
|
|
|
#include <sys/types.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_NETINET_IN_H
|
|
|
|
# include <netinet/in.h>
|
|
|
|
#endif
|
|
|
|
#ifdef HAVE_ARPA_NAMESER_H
|
|
|
|
# include <arpa/nameser.h>
|
|
|
|
#endif])
|
|
|
|
|
2005-05-24 11:52:46 +00:00
|
|
|
dnl Check for the external timezone variables timezone and daylight
|
|
|
|
AC_CACHE_CHECK([for timezone variable], ac_cv_have_timezone,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[timezone = 1]])],[ac_cv_have_timezone="yes"],[ac_cv_have_timezone="no"]))
|
2005-05-24 11:52:46 +00:00
|
|
|
if test "$ac_cv_have_timezone" = "yes"
|
|
|
|
then
|
|
|
|
AC_DEFINE(HAVE_TIMEZONE, 1, [Define if you have the timezone variable])
|
|
|
|
fi
|
|
|
|
AC_CACHE_CHECK([for daylight variable], ac_cv_have_daylight,
|
2007-06-08 18:23:16 +00:00
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[daylight = 1]])],[ac_cv_have_daylight="yes"],[ac_cv_have_daylight="no"]))
|
2005-05-24 11:52:46 +00:00
|
|
|
if test "$ac_cv_have_daylight" = "yes"
|
|
|
|
then
|
|
|
|
AC_DEFINE(HAVE_DAYLIGHT, 1, [Define if you have the daylight variable])
|
|
|
|
fi
|
|
|
|
|
2002-12-11 00:21:55 +00:00
|
|
|
dnl *** check for the need to define platform-specific symbols
|
1999-05-08 16:05:27 +00:00
|
|
|
|
2002-05-12 03:16:39 +00:00
|
|
|
case $host_cpu in
|
2002-12-11 00:21:55 +00:00
|
|
|
*i[[3456789]]86*) WINE_CHECK_DEFINE([__i386__]) ;;
|
2006-10-16 19:29:23 +00:00
|
|
|
*x86_64*) WINE_CHECK_DEFINE([__x86_64__]) ;;
|
2002-12-11 00:21:55 +00:00
|
|
|
*alpha*) WINE_CHECK_DEFINE([__ALPHA__]) ;;
|
|
|
|
*sparc*) WINE_CHECK_DEFINE([__sparc__]) ;;
|
2003-07-16 23:37:22 +00:00
|
|
|
*powerpc*) WINE_CHECK_DEFINE([__powerpc__]) ;;
|
2002-02-14 19:47:29 +00:00
|
|
|
esac
|
2002-07-20 20:17:13 +00:00
|
|
|
|
|
|
|
case $host_vendor in
|
2002-12-11 00:21:55 +00:00
|
|
|
*sun*) WINE_CHECK_DEFINE([__sun__]) ;;
|
2002-07-20 20:17:13 +00:00
|
|
|
esac
|
|
|
|
|
Release 951226
Sat Dec 23 18:15:59 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [Makefile.in] [tools/install-sh]
New 'install' target installs Wine binary, library and man page.
Library is now more logically named libwine.a.
Split toolkit/ directory into library (for library code) and
libtest (for test programs).
* [controls/edit.c]
Quick hack to partially support EM_PASSWORD style (avoids
displaying your passwords on the screen when testing programs...)
* [configure.in] [controls/menu.c] [include/resource.h]
[misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
Language is now a run-time option (wine -language xx).
* [debugger/dbg.y]
Dump some more debugging info on crash.
* [misc/profile.c]
Only consider ';' as a comment if it's the first non-blank
character on the line.
* [miscemu/dpmi.c]
More debugging info for real-mode callback.
* [objects/gdiobj.c]
Rewrote EnumObjects() to do the Right Thing.
* [resources/sysres*]
New directory containing system resources.
Fri Dec 22 11:24:39 GMT 1995 John Harvey <john@division.co.uk>
* [win32/file.c] [win32/memory.c]
Unixware doesn't have MAP_ANON ifdefed out for now.
* [misc/dos_fs.c]
DOS_GetDosFileName didn't truncate paths starting ./ properly.
* [tools/build.c]
Produces assembly code that works with the unixware assembler.
Wed Dec 20 22:22:29 +0100 1995 Morten Welinder <terra@diku.dk>
* [miscemu/instr.c]
INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
* [misc/dos_fs.c]
DOS_readdir should always return directories, even if they don't
match the file name mask.
Tue Dec 19 18:00:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
* [misc/exec.c]
Give arguments to winhelp.
* [miscemu/int21.c]
Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
Created function ExtendedOpenCreateFile.
Give for some Windows95 interrupts the return value 'not
implemented'.
Sun Dec 17 16:51:56 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/kernel32.h] [include/windows.h]
Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
include/kernel32.h to include/windows.h and declared the new Win32
API functions Sleep(), GetLocalTime(), and GetSystemTime().
Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
* [rc/rc (new file)]
Created the shell script 'rc', which should simplify resource
compilation.
* [win32/environment.c]
Kludged around an undefined reference to wine_files. This change
should be fixed some time.
* [win32/time.c] [if1632/kernel32.spec]
Added the functions GetSystemTime(), and Sleep().
* [miscemu/int21.c]
Renamed static function GetSystemTime to INT21_GetSystemTime to
avoid conflicts with the API function of the same name.
* [include/wintypes.h]
Added the SPFMT definition for printf statements.
* [misc/shell.c] [include/shell.h]
Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
with the ones in include/winerror.h. They should probably use the
versions in winerror.h, but I'm not certain, and that can be done
later.
* [windows/mdi.c]
Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32. The ? parameter
(boolean) was discarded with this translation. Translated handler
of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
false, call DrawMenuBar() if desired).
* [*/*]
General explicit casts and more rigid typing to remove warnings.
* [include/winpos.h] [windows/winpos.c]
Changed return type of WINPOS_ChangeActiveWindow to BOOL.
* [include/commdlg.h] [misc/commdlg.c]
Added prototypes for ChooseColor(), CommDlgExtendedError(),
FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
PrintDlg, and ReplaceText().
Renamed the CommDlgExtendError() function to CommDlgExtendedError().
Made GetFileTitle return a short, as per the API definition.
* [Makefile.in]
Added line to clean and distclean that removes temporaries from
the include directory.
Sat Dec 16 19:39:14 MET 1995 Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
* [controls/edit.c]
Almost rewrote EDIT_GetLineMsg.
Sat Dec 16 13:51:48 MST 1995 Andrew Taylor <andrew@riscan.com>
* [windows/mdi.c]
Fixed MDITile() bug that occurs when 0 windows are present or all
windows are minimized.
Wed Dec 12 23:30:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
* [misc/profile.c]
Try harder to find files, especially in the working directory.
Look in $HOME/.wine too and create it there if it isn't found.
1995-12-26 15:05:24 +00:00
|
|
|
dnl **** Generate output files ****
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 11:19:54 +00:00
|
|
|
|
2006-09-20 19:46:49 +00:00
|
|
|
dnl autoconf versions before 2.59d need backslashes to escape newlines in subst variables
|
|
|
|
AC_SUBST(DEPENDENCIES,m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [2.59d]), -1,
|
|
|
|
["### Dependencies:\\
|
|
|
|
\\
|
|
|
|
.INIT: Makefile\\
|
|
|
|
.BEGIN: Makefile\\
|
|
|
|
Makefile: dummy\\
|
|
|
|
-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)\\
|
|
|
|
\\
|
2007-03-08 12:20:12 +00:00
|
|
|
\$(OBJS): \$(IDL_GEN_HEADERS)\\
|
2006-10-16 15:20:37 +00:00
|
|
|
\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)\\
|
2006-09-20 19:46:49 +00:00
|
|
|
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)\\
|
|
|
|
\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"],
|
|
|
|
["### Dependencies:
|
2006-09-14 07:38:16 +00:00
|
|
|
|
2006-09-14 07:40:00 +00:00
|
|
|
.INIT: Makefile
|
|
|
|
.BEGIN: Makefile
|
|
|
|
Makefile: dummy
|
|
|
|
-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
|
|
|
|
|
2007-03-08 12:20:12 +00:00
|
|
|
\$(OBJS): \$(IDL_GEN_HEADERS)
|
2006-10-16 15:20:37 +00:00
|
|
|
\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
|
2006-09-14 07:38:16 +00:00
|
|
|
\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
|
2006-09-20 19:46:49 +00:00
|
|
|
\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"]))
|
2006-09-14 07:38:16 +00:00
|
|
|
|
2002-02-14 19:47:29 +00:00
|
|
|
AH_TOP([#define __WINE_CONFIG_H])
|
|
|
|
|
2006-09-22 07:33:00 +00:00
|
|
|
AC_CONFIG_COMMANDS([include/stamp-h], [echo timestamp > include/stamp-h])
|
|
|
|
|
2006-10-20 10:25:29 +00:00
|
|
|
WINE_CONFIG_EXTRA_DIR(dlls/gdi32/enhmfdrv)
|
|
|
|
WINE_CONFIG_EXTRA_DIR(dlls/gdi32/mfdrv)
|
2006-09-12 14:10:51 +00:00
|
|
|
WINE_CONFIG_EXTRA_DIR(dlls/kernel32/nls)
|
2006-11-16 13:49:25 +00:00
|
|
|
WINE_CONFIG_EXTRA_DIR(dlls/user32/resources)
|
2006-05-23 14:42:56 +00:00
|
|
|
WINE_CONFIG_EXTRA_DIR(dlls/wineps.drv/data)
|
2002-02-14 19:47:29 +00:00
|
|
|
WINE_CONFIG_EXTRA_DIR(include/wine)
|
|
|
|
|
Release 951226
Sat Dec 23 18:15:59 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [Makefile.in] [tools/install-sh]
New 'install' target installs Wine binary, library and man page.
Library is now more logically named libwine.a.
Split toolkit/ directory into library (for library code) and
libtest (for test programs).
* [controls/edit.c]
Quick hack to partially support EM_PASSWORD style (avoids
displaying your passwords on the screen when testing programs...)
* [configure.in] [controls/menu.c] [include/resource.h]
[misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
Language is now a run-time option (wine -language xx).
* [debugger/dbg.y]
Dump some more debugging info on crash.
* [misc/profile.c]
Only consider ';' as a comment if it's the first non-blank
character on the line.
* [miscemu/dpmi.c]
More debugging info for real-mode callback.
* [objects/gdiobj.c]
Rewrote EnumObjects() to do the Right Thing.
* [resources/sysres*]
New directory containing system resources.
Fri Dec 22 11:24:39 GMT 1995 John Harvey <john@division.co.uk>
* [win32/file.c] [win32/memory.c]
Unixware doesn't have MAP_ANON ifdefed out for now.
* [misc/dos_fs.c]
DOS_GetDosFileName didn't truncate paths starting ./ properly.
* [tools/build.c]
Produces assembly code that works with the unixware assembler.
Wed Dec 20 22:22:29 +0100 1995 Morten Welinder <terra@diku.dk>
* [miscemu/instr.c]
INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
* [misc/dos_fs.c]
DOS_readdir should always return directories, even if they don't
match the file name mask.
Tue Dec 19 18:00:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
* [misc/exec.c]
Give arguments to winhelp.
* [miscemu/int21.c]
Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
Created function ExtendedOpenCreateFile.
Give for some Windows95 interrupts the return value 'not
implemented'.
Sun Dec 17 16:51:56 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
* [include/kernel32.h] [include/windows.h]
Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
include/kernel32.h to include/windows.h and declared the new Win32
API functions Sleep(), GetLocalTime(), and GetSystemTime().
Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
* [rc/rc (new file)]
Created the shell script 'rc', which should simplify resource
compilation.
* [win32/environment.c]
Kludged around an undefined reference to wine_files. This change
should be fixed some time.
* [win32/time.c] [if1632/kernel32.spec]
Added the functions GetSystemTime(), and Sleep().
* [miscemu/int21.c]
Renamed static function GetSystemTime to INT21_GetSystemTime to
avoid conflicts with the API function of the same name.
* [include/wintypes.h]
Added the SPFMT definition for printf statements.
* [misc/shell.c] [include/shell.h]
Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
with the ones in include/winerror.h. They should probably use the
versions in winerror.h, but I'm not certain, and that can be done
later.
* [windows/mdi.c]
Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32. The ? parameter
(boolean) was discarded with this translation. Translated handler
of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
false, call DrawMenuBar() if desired).
* [*/*]
General explicit casts and more rigid typing to remove warnings.
* [include/winpos.h] [windows/winpos.c]
Changed return type of WINPOS_ChangeActiveWindow to BOOL.
* [include/commdlg.h] [misc/commdlg.c]
Added prototypes for ChooseColor(), CommDlgExtendedError(),
FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
PrintDlg, and ReplaceText().
Renamed the CommDlgExtendError() function to CommDlgExtendedError().
Made GetFileTitle return a short, as per the API definition.
* [Makefile.in]
Added line to clean and distclean that removes temporaries from
the include directory.
Sat Dec 16 19:39:14 MET 1995 Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
* [controls/edit.c]
Almost rewrote EDIT_GetLineMsg.
Sat Dec 16 13:51:48 MST 1995 Andrew Taylor <andrew@riscan.com>
* [windows/mdi.c]
Fixed MDITile() bug that occurs when 0 windows are present or all
windows are minimized.
Wed Dec 12 23:30:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
* [misc/profile.c]
Try harder to find files, especially in the working directory.
Look in $HOME/.wine too and create it there if it isn't found.
1995-12-26 15:05:24 +00:00
|
|
|
MAKE_RULES=Make.rules
|
Release 950918
Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [configure.in] [*/Makefile.in] [Make.rules.in]
Cleaned up makefiles, added configuration option for Winelib,
grouped common make rules in Make.rules.in.
* [Configure]
Renamed to 'Configure.old'; please use 'configure' instead.
* [controls/menu.c]
Fixed DestroyMenu() to avoid deleting the same menu twice.
More fixes to WM_MENUSELECT, and added WM_INITMENU.
* [if1632/relay.c]
Fixed wrong register values displayed by RELAY_DebugCall32().
* [memory/local.c]
Fixed LocalLock() and LocalUnlock() to increment/decrement the
lock count for moveable blocks.
* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
Modified the generated C file so that the resource information
(size, etc.) is also exported.
Modified common dialogs to use the new informations.
* [misc/main.c] [ANNOUNCE]
Update the list of contributors. Please let me know if I forgot
someone.
* [rc/sysres.rc] [rc/sysres_En.rc]
Moved English resources to sysres_En.rc.
Changed ids from numeric to symbolic for dialogs.
* [windows/dialog.c]
Modified template parsing to be able to pass segmented pointers to
CreateWindow().
* [windows/win.c]
CreateWindow() now takes segmented pointers for class and window
names.
Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
or WS_MINIMIZE bits are set.
Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
* [controls/scroll.c]
Fixed scroll-bar bugs for non-client windows.
Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
* [include/cursor.h] [windows/cursor.c]
Cursor is not mirrored any more and the hotspot is set right.
Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
* [ole.h]
Misc small fixes.
Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
* [rc/sysres_Es.rc]
First attempt at Spanish [Es] language support.
Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [include/alias.h][windows/alias.c][include/relay32.h]
New files
* [controls/widgets.c]
WIDGETS_Init: register alias window procedures
* [if1632/callback.c]
CallWndProc: Call alias functions if necessary
* [if1632/gdi32.spec]
GetStockObject, TextOutA: new relays
* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
user32.c: new file
BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
PE_Win32CallToStart: new function
MODULE_CreateInstance: removed static attribute
LoadModule: Try loading PE image on error 21
PE_LoadModule: new function
PE_LoadImage: initialize pe_data with 0
* [include/dlls.h][include/peexe.h]
moved pe_data and w_files to peexe.h
* [misc/shell.c]
ShellAbout: Register AboutWndProc aliases
* [miscemu/int21.c]
handle 0x440A and 0xDC
* [miscemu/int2f.c]
handle 0x84
* [objects/dib.c]
CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
* [tools/build.c]
include windows.h and relay32.h into generated Win32 relays,
don't declare the implementation as int (*)();
limit in WIN32_builtin was off by one
* [windows/caret.c]
CARET_Initialize: new function, call on strategic places
* [windows/messagebox.c]
MessageBox: register message box proc aliases
* [if1632/advapi32.spec][if1632/comdlg32.spec]
New files
* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
added new spec files
RELAY32_GetBuiltinDLL: perform lookup case insensitive
RELAY32_GetEntryPoint: start name search at 0
* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
Added stubs for new Win95 API
Sat Sep 2 1995 Martin Roy
* [misc/commdlg.c]
In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
When process IDOK button in FILEDLG_WMCommand(),
lpofn->nFilterIndex should be updated to current selection.
Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
* [loader/module.c] [loader/ne_image.c]
Added support of self-loading modules.
1995-09-18 11:19:54 +00:00
|
|
|
AC_SUBST_FILE(MAKE_RULES)
|
Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
|
2000-03-04 22:31:27 +00:00
|
|
|
MAKE_DLL_RULES=dlls/Makedll.rules
|
|
|
|
AC_SUBST_FILE(MAKE_DLL_RULES)
|
|
|
|
|
2005-08-25 12:14:13 +00:00
|
|
|
MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
|
|
|
|
AC_SUBST_FILE(MAKE_IMPLIB_RULES)
|
|
|
|
|
2002-08-09 01:22:40 +00:00
|
|
|
MAKE_TEST_RULES=dlls/Maketest.rules
|
|
|
|
AC_SUBST_FILE(MAKE_TEST_RULES)
|
|
|
|
|
2000-11-10 23:35:20 +00:00
|
|
|
MAKE_PROG_RULES=programs/Makeprog.rules
|
|
|
|
AC_SUBST_FILE(MAKE_PROG_RULES)
|
|
|
|
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([Make.rules])
|
|
|
|
AC_CONFIG_FILES([dlls/Makedll.rules])
|
|
|
|
AC_CONFIG_FILES([dlls/Makeimplib.rules])
|
|
|
|
AC_CONFIG_FILES([dlls/Maketest.rules])
|
|
|
|
AC_CONFIG_FILES([programs/Makeprog.rules])
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/Makefile])
|
2007-04-16 07:22:03 +00:00
|
|
|
AC_CONFIG_FILES([dlls/acledit/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/activeds/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/advapi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/advapi32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/advpack/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/advpack/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/amstream/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/atl/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/avicap32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/avifil32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/browseui/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/browseui/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/cabinet/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/cabinet/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/capi2032/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/cards/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/cfgmgr32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/clusapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/comcat/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/comcat/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/comctl32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/comctl32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/comdlg32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/comdlg32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/compstui/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/credui/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/crtdll/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/crypt32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/crypt32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/cryptdll/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/cryptnet/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ctl3d32/Makefile])
|
2007-07-09 12:06:40 +00:00
|
|
|
AC_CONFIG_FILES([dlls/d3d10/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/d3d8/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/d3d8/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/d3d9/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/d3d9/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/d3dim/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/d3drm/Makefile])
|
2007-04-19 19:03:53 +00:00
|
|
|
AC_CONFIG_FILES([dlls/d3drm/tests/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/d3dx8/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/d3dxof/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dbghelp/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dciman32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ddraw/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ddraw/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ddrawex/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/devenum/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dinput/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dinput/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dinput8/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmband/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmcompos/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmime/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmloader/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmscript/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmstyle/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmsynth/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmusic/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dmusic32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dnsapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dnsapi/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dplay/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dplayx/Makefile])
|
2007-02-27 16:27:43 +00:00
|
|
|
AC_CONFIG_FILES([dlls/dplayx/tests/Makefile])
|
2007-03-07 08:41:41 +00:00
|
|
|
AC_CONFIG_FILES([dlls/dpnaddr/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/dpnet/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dpnhpast/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dsound/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dsound/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dswave/Makefile])
|
2007-06-19 07:36:14 +00:00
|
|
|
AC_CONFIG_FILES([dlls/dwmapi/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/dxdiagn/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dxerr8/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dxerr9/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/dxguid/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/gdi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/gdi32/tests/Makefile])
|
2007-05-25 17:21:44 +00:00
|
|
|
AC_CONFIG_FILES([dlls/gdiplus/Makefile])
|
2007-06-11 18:52:26 +00:00
|
|
|
AC_CONFIG_FILES([dlls/gdiplus/tests/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/glu32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/gphoto2.ds/Makefile])
|
2007-05-14 18:05:15 +00:00
|
|
|
AC_CONFIG_FILES([dlls/hal/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/hhctrl.ocx/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/hid/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/hlink/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/hlink/tests/Makefile])
|
2007-06-18 13:27:00 +00:00
|
|
|
AC_CONFIG_FILES([dlls/hnetcfg/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/iccvid/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/icmp/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ifsmgr.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/imaadp32.acm/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/imagehlp/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/imm32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/infosoft/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/infosoft/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/inseng/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/iphlpapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/iphlpapi/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/itss/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/itss/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/kernel32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/kernel32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/localspl/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/localspl/tests/Makefile])
|
2007-04-06 20:33:01 +00:00
|
|
|
AC_CONFIG_FILES([dlls/localui/Makefile])
|
2007-04-06 20:33:17 +00:00
|
|
|
AC_CONFIG_FILES([dlls/localui/tests/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/lz32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/lz32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mapi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mapi32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mciavi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mcicda/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mciseq/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mciwave/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/midimap/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mlang/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mlang/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mmdevldr.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/monodebg.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mpr/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mprapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msacm32.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msacm32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msacm32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msadp32.acm/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mscms/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mscms/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mscoree/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msdmo/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msftedit/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msg711.acm/Makefile])
|
2007-07-29 19:25:14 +00:00
|
|
|
AC_CONFIG_FILES([dlls/mshtml.tlb/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/mshtml/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mshtml/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msi/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msimg32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msisys.ocx/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msnet32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msrle32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvcrt/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvcrt/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvcrt20/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvcrt40/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvcrtd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvcrtd/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvfw32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msvidc32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/mswsock/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msxml3/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/msxml3/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/nddeapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/netapi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/netapi32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/newdev/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ntdll/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ntdll/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ntdsapi/Makefile])
|
2007-05-14 17:55:32 +00:00
|
|
|
AC_CONFIG_FILES([dlls/ntoskrnl.exe/Makefile])
|
2007-06-18 22:02:15 +00:00
|
|
|
AC_CONFIG_FILES([dlls/ntprint/Makefile])
|
2007-06-21 04:07:10 +00:00
|
|
|
AC_CONFIG_FILES([dlls/ntprint/tests/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/objsel/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/odbc32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/odbccp32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/odbccp32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ole32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ole32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/oleacc/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/oleaut32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/oleaut32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/olecli32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/oledlg/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/olepro32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/olesvr32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/opengl32/Makefile])
|
2007-06-01 22:28:45 +00:00
|
|
|
AC_CONFIG_FILES([dlls/pdh/Makefile])
|
2007-07-08 12:06:08 +00:00
|
|
|
AC_CONFIG_FILES([dlls/pdh/tests/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/powrprof/Makefile])
|
2007-06-17 22:32:12 +00:00
|
|
|
AC_CONFIG_FILES([dlls/printui/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/psapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/psapi/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/pstorec/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/qcap/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/quartz/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/quartz/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/query/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/rasapi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/resutils/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/riched20/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/riched20/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/riched32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/rpcrt4/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/rpcrt4/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/rsabase/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/rsabase/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/rsaenh/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/rsaenh/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/sane.ds/Makefile])
|
2007-03-01 12:17:59 +00:00
|
|
|
AC_CONFIG_FILES([dlls/schannel/Makefile])
|
2007-04-25 19:49:08 +00:00
|
|
|
AC_CONFIG_FILES([dlls/schannel/tests/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/secur32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/secur32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/security/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/sensapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/serialui/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/serialui/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/setupapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/setupapi/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/sfc/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/sfc_os/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shdoclc/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shdocvw/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shdocvw/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shell32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shell32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shfolder/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shlwapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/shlwapi/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/snmpapi/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/snmpapi/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/spoolss/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/stdole2.tlb/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/stdole32.tlb/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/sti/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/strmiids/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/svrapi/Makefile])
|
2007-04-19 23:28:52 +00:00
|
|
|
AC_CONFIG_FILES([dlls/sxs/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/tapi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/twain_32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/unicows/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/url/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/urlmon/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/urlmon/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/user32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/user32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/userenv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/usp10/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/usp10/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/uuid/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/uxtheme/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/uxtheme/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/vdhcp.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/vdmdbg/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/version/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/version/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/vmm.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/vnbt.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/vnetbios.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/vtdapi.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/vwin32.vxd/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/w32skrnl/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winealsa.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wineaudioio.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winecoreaudio.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winecrt0/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wined3d/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winedos/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wineesd.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winejack.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winejoystick.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winemp3.acm/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winenas.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wineoss.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wineps.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winequartz.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winex11.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wing32/Makefile])
|
2007-07-30 22:54:42 +00:00
|
|
|
AC_CONFIG_FILES([dlls/winhttp/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/wininet/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wininet/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winmm/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winmm/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winnls32/Makefile])
|
2007-05-22 22:51:46 +00:00
|
|
|
AC_CONFIG_FILES([dlls/winscard/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([dlls/winspool.drv/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/winspool.drv/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wintab32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wintrust/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wintrust/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wldap32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wnaspi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wow32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ws2_32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/ws2_32/tests/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wsock32/Makefile])
|
|
|
|
AC_CONFIG_FILES([dlls/wtsapi32/Makefile])
|
|
|
|
AC_CONFIG_FILES([documentation/Makefile])
|
|
|
|
AC_CONFIG_FILES([fonts/Makefile])
|
|
|
|
AC_CONFIG_FILES([include/Makefile])
|
|
|
|
AC_CONFIG_FILES([libs/Makefile])
|
|
|
|
AC_CONFIG_FILES([libs/port/Makefile])
|
|
|
|
AC_CONFIG_FILES([libs/wine/Makefile])
|
|
|
|
AC_CONFIG_FILES([libs/wpp/Makefile])
|
|
|
|
AC_CONFIG_FILES([loader/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/clock/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/cmd/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/cmdlgtst/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/control/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/eject/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/expand/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/explorer/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/hh/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/icinfo/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/iexplore/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/msiexec/Makefile])
|
2007-05-02 17:30:19 +00:00
|
|
|
AC_CONFIG_FILES([programs/net/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([programs/notepad/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/oleview/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/progman/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/regedit/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/regsvr32/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/rpcss/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/rundll32/Makefile])
|
2007-03-19 13:13:34 +00:00
|
|
|
AC_CONFIG_FILES([programs/spoolsv/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([programs/start/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/taskmgr/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/uninstaller/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/view/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/wineboot/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winebrowser/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winecfg/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/wineconsole/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winedbg/Makefile])
|
2007-05-17 14:51:44 +00:00
|
|
|
AC_CONFIG_FILES([programs/winedevice/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([programs/winefile/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winemenubuilder/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winemine/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winepath/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winetest/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winevdm/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winhelp/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/winver/Makefile])
|
|
|
|
AC_CONFIG_FILES([programs/wordpad/Makefile])
|
2007-03-06 20:04:15 +00:00
|
|
|
AC_CONFIG_FILES([programs/xcopy/Makefile])
|
2007-02-27 06:48:58 +00:00
|
|
|
AC_CONFIG_FILES([server/Makefile])
|
|
|
|
AC_CONFIG_FILES([tools/Makefile])
|
|
|
|
AC_CONFIG_FILES([tools/widl/Makefile])
|
|
|
|
AC_CONFIG_FILES([tools/winebuild/Makefile])
|
|
|
|
AC_CONFIG_FILES([tools/winedump/Makefile])
|
|
|
|
AC_CONFIG_FILES([tools/winegcc/Makefile])
|
|
|
|
AC_CONFIG_FILES([tools/wmc/Makefile])
|
|
|
|
AC_CONFIG_FILES([tools/wrc/Makefile])
|
Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
|
2002-02-14 19:47:29 +00:00
|
|
|
AC_OUTPUT
|
|
|
|
|
2006-09-21 09:14:38 +00:00
|
|
|
if test "$no_create" = "yes"
|
|
|
|
then
|
|
|
|
exit 0
|
|
|
|
fi
|
|
|
|
|
2007-07-10 13:14:15 +00:00
|
|
|
WINE_PRINT_MESSAGES
|
2005-03-19 17:08:18 +00:00
|
|
|
|
Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
echo
|
2004-08-19 00:03:45 +00:00
|
|
|
echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."
|
Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
echo
|
|
|
|
|
|
|
|
dnl Local Variables:
|
|
|
|
dnl comment-start: "dnl "
|
|
|
|
dnl comment-end: ""
|
|
|
|
dnl comment-start-skip: "\\bdnl\\b\\s *"
|
2007-06-08 18:23:16 +00:00
|
|
|
dnl compile-command: "autoreconf --warnings=all"
|
Release 950727
Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
* [ipc/*]
New directory. This directory contains the new inter-wine
communications support. It enables DDE protocols between two wine
instances. Currently it is limited to DDE, but can be enhanced to
support OLE between 2 different wine instances. This is very
important for libwine.a DDE/OLE support.
* [tools/ipcl]
A script to delete garbage IPC handles (shared memory, semaphores
and message queues). The current inter-wine communication is not
perfect, and sometimes leaves garbage behind.
* [if1632/relay.c] [include/atom.h] [include/global.h]
[loader/selector.c] [loader/task.c] [loader/module.c]
[loader/signal.c] [memory/global.c] [misc/atom.c]
[windows/class.c] [windows/message.c] [windows/win.c]
[Imakefile]
Hooks for inter-wine DDE support, current Global.*Atom functions
renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
DDE communication. (The first call to these functions sets up the
IPC structures - which otherwise cause unneeded overhead.
Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
* [controls/menu.c]
Don't crash if a NULL string is passed to menu functions.
* [memory/selector.c]
We now use a bit in ldt_flags_copy to indicate free LDT entries.
Fixed a bug in SELECTOR_ReallocBlock that could cause it to
overwrite valid LDT entries when growing a block.
* [miscemu/instr.c]
Emulate int xx instruction by storing the interrupt vector in
CS:IP and returning directly. This allows a program to install an
interrupt vector.
* [windows/win.c]
Added function WIN_GetTopParent to get the top-level parent of a
window.
Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
* [loader/resource.c]
Added LoadIconHandler. It doesn't do anything yet, but now you
can use borland help files with winhelp.exe.
Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
* [misc/main.c]
Fixed to return 386 Enhanced mode correctly. Also return the same
type of CPU, for both Enhanced and Standard mode, namely a 386.
Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
* [Configure] [include/options.h] [include/wineopts.h]
[misc/main.c][misc/spy.c]
Removed support of spy file. Redirected spy messages to stddeb.
Removed -spy option. Added -debugmsg +spy option.
* [debugger/dbg.y][debugger/debug.l]
Enabled segmented addresses (seg:offs) for break and x commands.
* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
[include/region.h]
FrameRgn, REGION_FrameRgn: New functions
* [if1632/kernel.spec]
IsWinOldApTask: Return false
* [if1632/mouse.spec]
CplApplet: Removed
* [if1632/user.spec] [windows/win.c]
ShowOwnedPopups: New function
* [if1632/winsock.spec] [misc/winsocket.c]
inet_addr, select: New prototypes in relay code
Fixed memory layout for netdb functions (getXbyY).
WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
* [objects/clipping.c]
RectVisible: Fixed call to LPToDP
* [rc/winerc.c]
main: Removed extra argument to getopt for Linux.
Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* [controls/listbox.c]
Yet another fix for ListBoxDirectory().
* [loader/module.c] [if1632/kernel.spec]
Make GetModuleHandle() accept instance handles as parameter.
* [if1632/relay.c] [loader/task.c]
Put a magic cookie at the bottom of the 32 bit stack, and check on
each return from a 32 bit function whether it's still there. Complain
if it's not.
* [if1632/user.spec]
Wrong entry for CloseDriver().
* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
[miscemu/int21.c]
Large parts of dos_fs.c simplified. Changed it to use one
current drive/directory per task, which is set to the module path on
task creation.
Prevent CorelPaint from closing stdin.
open() with O_CREAT set must be passed three parameters.
DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
it's in DOS_readdir() now.
* [misc/profile.c]
Some badly written software (Lotus Freelance Graphics) passes a bogus
size parameter that caused Wine to write off the end of a segment.
Fixed. (It's probably too paranoid now.)
* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
[multimedia/Imakefile] [if1632/winprocs.spec]
16 bit entry point for MMSysTimeCallback.
Split off time.c and joystick.c from mmsystem.c.
* [objects/dib.c]
GetDIBits(): call XGetImage() via CallTo32_LargeStack.
* [windows/cursor.c]
DestroyCursor(): do nothing for builtin cursors.
* [windows/mdi.c]
Half of WM_MDISETMENU implemented.
* [windows/win.c]
EnumWindows() and EnumTaskWindows() never enumerated any windows.
Fixed.
* [windows/*.c]
Fixed GetParent() to return correct values for owned windows.
* [windows/message.c]
Don't try to activate disabled top-level windows.
* [windows/nonclient.c]
Work around a bug in gcc-2.7.0.
* [tools/build.c] [include/stackframe.h] [memory/global.c]
[loader/task.c] [memory/selector.c]
Some Visual Basic programs (and possibly others, too) expect ES to be
preserved by a call to an API function, so we have to save it.
In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
to prevent segfaults if ES contained the selector to be freed.
Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
* [*/*]
Added missing prototypes to header files and relevant includes
to reduce compile time warnings.
Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
* [configure.in] [include/config.h] [*/Makefile.in]
New configuration scheme based on autoconf.
Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
* [miscemu/ioports.c]
Revamp to have only one in- and one out- variant, both really
implemented.
* [miscemu/instr.c]
INSTR_EmulateInstruction: Use new ioport interface. Implement
string io. Correct instruction pointer for 32-bit code.
* [include/miscemu.h]
Update port function prototypes.
* [include/registers.h]
Defined FS and GS.
Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
* [misc/dos_fs.c]
ChopOffSlash(): A path consisting off a single slash is left
intact, and multiple slashes are all removed.
1995-07-29 13:09:43 +00:00
|
|
|
dnl End:
|