Fix for UBSan build
[platform/upstream/doxygen.git] / tmake / CHANGES
1                      Changes from version 1.2 to 1.3
2
3 * Improved Qt 2.0 support.
4
5 * INCLUDEPATH can have directories containing whitespace (use semicolon)
6   as separator.
7
8 * Many, many code fixes and doc improvements.
9
10
11                      Changes from version 1.1 to 1.2
12
13 * tmake is no longer restricted to C++ only.  You can now use both C++
14   and C files in your project.  Thanks to Ulrich Ring for valuable feed-
15   back and comments.
16
17 * Added support for building DLL libraries under Windows.
18   NOTE: Qt 1.42 and later now uses qtmain.lib in addition to qt.lib
19   when your application uses the Qt DLL.  Add "DEFINES = QT_DLL" to
20   your project file to use the Qt DLL.
21
22 * New dist target added in the app and lib templates.
23   Run "make dist" to pack all files in your project using tar/gzip or zip.
24   Thanks to Kalle Dalheimer for this patch.
25
26 * Fixed bad command line interpretation bug in tmake.exe and progen.exe.
27
28 * Added support for Borland C++ builder 3.
29
30 * Initial support for QNX/g++ and the IBM Visual Age compiler on Win32.
31   Thanks to Igor Kovalenko and Joost Kraaijeveld.
32
33 * Many fixes in tmake.conf for several Unix configurations.
34
35
36                      Changes from version 1.0 to 1.1
37
38 * Provides tmake.exe and progen.exe for Windows users without perl.
39
40 * Added many new Unix templates.
41
42 * Added subdirs.t templates.
43
44 * Added system-dependent project settings
45   (e.g. solaris-cc:TMAKE_CFLAGS = -pts)
46
47 * Many bug fixes and improvements for existing templates.
48
49 * Improved documentation.