Release 950319
[wine/dcerpc.git] / RELEASE-NOTES
blob8d53b913a311f1aa26579fc3c269abb36f895fc2
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).
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.
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 Short filenames: Some file systems are limited to 11 characters per
19 file name. Files generated in if1632 will get gracefully translated
20 names.
21 Language: Wine can present the system menu in multiple languages. Select
22 one of English, German, or Norwegian here.
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.
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.