* contrib/hbsms/Makefile
! Fixed dependency on tpathy headers.
* contrib/hbsms/hbsms.prg
* contrib/hbsms/hbsms.hbc
- Deleted implementation based on hbwin com port support.
17 lines
203 B
Makefile
17 lines
203 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
LIBNAME := hbsms
|
|
|
|
PRG_SOURCES := \
|
|
hbsms.prg \
|
|
|
|
HB_INC_DEPEND := -I$(TOP)$(ROOT)contrib/hbtpathy
|
|
|
|
include $(TOP)$(ROOT)config/lib.mk
|