Files
harbour-core/harbour/contrib/hbcurl/common.mak
Viktor Szakats d146d9bc50 2008-11-10 15:17 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbcurl/common.mak
  * contrib/hbcurl/Makefile
  * contrib/hbcurl/hbcurl.c
  + contrib/hbcurl/hbcurlm.c
    + Some disabled (not mainstream) functions moved to 
      a separate file.

  * contrib/hbwin/win_prn2.c
    * Minor fix in comment.
2008-11-10 14:19:04 +00:00

18 lines
219 B
Makefile

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