Release 960114
[wine] / RELEASE-NOTES
1 This file contains information about the current release of Wine.
2 If you are new to Wine, read the files ANNOUNCE and README and the FAQ 
3 list first.
4 If you want to contribute code to Wine, read the DEVELOPER-HINTS. The
5 primary source of information to developers is the ChangeLog (next to
6 the source, of course).
7
8 1. make: No rule to make target foo/foo.o. Stop.
9 This frequently happens when a prior attempt to make foo.o failed.
10 In the current setup, make does not terminate then, but continues and
11 realises the problem later on. 'make' again and watch the output. Be
12 sure to analyze the problem before you report it to the newsgroup.
13
14 2. What are these questions in Configure?
15 - Emulator/Library: You need an emulator when you want to run MS-Win
16     binaries. You need a library when you want to compile the source code
17     of a Windows program.
18 - Language: Wine can present the system menu in multiple languages. Select
19     one of English, German, or Norwegian here.
20 - Inter-process communication: Allows setting up a DDE conversation
21     between different instances of Wine. Only really useful when
22     building Wine as a library.
23 - Malloc debugging: When enabled, the mtrace and mcheck GNU libc functions
24     are called. You might want to set the MALLOC_TRACE environment variable
25     to a trace file name. If your system supports another way of malloc 
26     debugging, feel free to add it.
27 - Config file: Sets the Wine environment. See README for details.
28
29 3. BAR.EXE used to work, but does not work anymore
30 Look at the ChangeLog to see what files have been changed. Try to undo
31 the particular patch and go partially back to the previous version. If
32 you have any suspicions, report them to the author or to the newsgroup.
33