Files
harbour-core/harbour/contrib/hbcurl/common.mak
Przemyslaw Czerpak d6c536a44c 2008-06-02 13:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbcurl/common.mak
  * harbour/contrib/hbcurl/hbcurl.c
  * harbour/contrib/hbcurl/hbcurl.ch
  * harbour/contrib/hbcurl/Makefile
    ! set svn:eol-style to native

  * harbour/contrib/hbcurl/make_gcc.sh
    ! set svn:eol-style to LF

  * harbour/contrib/hbcurl/Makefile
    * added missing rules to install header files and create library

  * harbour/contrib/hbcurl/hbcurl.ch
    ! closed uncloused /* comments

  * harbour/contrib/hbcurl/hbcurl.c
    ! fixed hb_curl_calloc() to clear allocated memory
2008-06-02 11:57:53 +00:00

17 lines
186 B
Makefile

#
# $Id$
#
LIBNAME = $(LIBPREF)hbcurl
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
PRG_HEADERS = \
hbcurl.ch \
LIB_OBJS = \
$(OBJ_DIR)hbcurl$(OBJEXT) \
all: \
$(LIB_PATH) \