2002-04-10 15:48 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2002-04-10 13:56:06 +00:00
parent d486330cef
commit 2ff8ac0ee2
2 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,12 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* contrib/libct/files.c
* contrib/libct/pos1.c
* contrib/libct/posdiff.c
* contrib/libct/strswap.c
* Add some values for default to eliminate warnings when compiling
with gcc -O2.
* contrib/libct/ctflist.txt
* state of CSETCENT() and UNSELECTED(): started.

View File

@@ -9,7 +9,7 @@ EXE_EXT =
LIB_PREF = lib
LIB_EXT = .a
CC = gcc
CC = $(HB_CCACHE) gcc
CC_IN = -c
CC_OUT = -o
CPPFLAGS = -I. -I$(HB_INC_COMPILE)
@@ -19,7 +19,7 @@ else
CFLAGS = -Wall -g
endif
LD = gcc
LD = $(HB_CCACHE) gcc
LD_OUT = -o
# Add all libraries specified in CONTRIBS and LIBS.