* doc/dirstruc.txt
- contrib/hbtpathy/tpwin32.c
+ contrib/hbtpathy/tpwin.c
* contrib/hbtpathy/common.mak
* contrib/hbtpathy/Makefile
* Cleaned some 'win32'/'w32' to 'win'.
17 lines
228 B
Makefile
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) \
|