Files
harbour-core/harbour/contrib/hbtpathy/common.mak
Viktor Szakats d77ce50be6 2009-02-04 00:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* doc/dirstruc.txt
  - contrib/hbtpathy/tpwin32.c
  + contrib/hbtpathy/tpwin.c
  * contrib/hbtpathy/common.mak
  * contrib/hbtpathy/Makefile
    * Cleaned some 'win32'/'w32' to 'win'.
2009-02-03 23:50:48 +00:00

17 lines
228 B
Makefile

#
# $Id$
#
LIBNAME = $(LIBPREF)hbtpathy
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
LIB_OBJS = \
$(OBJ_DIR)tpwin$(OBJEXT) \
$(OBJ_DIR)tpcommon$(OBJEXT) \
\
$(OBJ_DIR)telepath$(OBJEXT) \
all: \
$(LIB_PATH) \