* include/hbextern.ch
! Added __QUITCANCEL.
* contrib/hbxpp/Makefile
+ contrib/hbxpp/pvaluex.c
* contrib/hbfship/Makefile
+ contrib/hbfship/pvalue.c
+ Added function PVALUE() to both Xbase++ and FlagShip lib.
* contrib/hbxpp/Makefile
* contrib/hbxpp/hbxpp.ch
* contrib/hbxpp/idlex.c
- contrib/hbxpp/sleepx.prg
* Renamed already existing XPP_SLEEP() to SLEEP().
- Deleted translation from SLEEP() to XPP_SLEEP() hbxpp.ch.
- Deleted recently added .prg implementation of SLEEP().
* contrib/hbqt/qtgui/QWidget.cpp
* contrib/hbqt/qtcore/TQChar.prg
* Regenerated.
20 lines
239 B
Makefile
20 lines
239 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
LIBNAME := hbfship
|
|
|
|
C_SOURCES := \
|
|
pvalue.c \
|
|
secondfs.c \
|
|
strpeek.c \
|
|
|
|
PRG_SOURCES := \
|
|
|
|
include $(TOP)$(ROOT)config/header.mk
|
|
include $(TOP)$(ROOT)config/lib.mk
|