* common.mak
* include/hbextern.ch
* source/rtl/Makefile
+ source/rtl/strxor.c
+ Added HB_STRXOR() (work of Mindaugas Kavaliauskas)
* common.mak
* source/common/Makefile
+ source/common/hbprintf.c
+ Added hb_snprintf_c() (temp name, untested) (work of Przemyslaw Czerpak)
[ I've added a normal Harbour license, as per your permission
on the list. Pls give me feedback is this is wrong. ]
* source/rdd/usrrdd/example/exlog.prg
! Fixed missing #includes.
* source/rdd/usrrdd/example/hbmk_b32.bat
+ source/rdd/usrrdd/example/hbmk_vc.bat
+ Added MSVC make file.
! Added EOL to the last line to hbmk_b32.bat.
! xhb.lib dependency removed. It was not needed anyway.
; TOFIX: When compiling exhsx.prg, this happens:
exhsx.obj : error LNK2001: unresolved external symbol _HB_FUN_HSXRDD
* contrib/hbssl/sslsess.c
* contrib/hbssl/sslctx.c
* contrib/hbssl/sslciph.c
* Minor changes.
30 lines
311 B
Makefile
30 lines
311 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
hbfsapi.c \
|
|
hbfopen.c \
|
|
hbgete.c \
|
|
hbwince.c \
|
|
hbhash.c \
|
|
hbprintf.c \
|
|
hbstr.c \
|
|
hbdate.c \
|
|
hbmem.c \
|
|
hbtrace.c \
|
|
hbver.c \
|
|
hbverdsp.c \
|
|
hbarch.c \
|
|
reserved.c \
|
|
expropt1.c \
|
|
expropt2.c \
|
|
|
|
PRG_SOURCES=\
|
|
|
|
LIBNAME=hbcommon
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|