2002-04-10 15:48 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user