2010-02-20 13:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/Makefile
- contrib/xpp
+ contrib/hbxpp
* contrib/hbxpp/Makefile
- contrib/hbxpp/xpp.hbc
+ contrib/hbxpp/hbxpp.hbc
- contrib/hbxpp/xppextrn.ch
+ contrib/hbxpp/hbxppext.ch
- contrib/hbxpp/xpp.ch
+ contrib/hbxpp/hbxpp.ch
* contrib/hbxpp/tests/hbmk.hbm
* utils/hbmk2/examples/contribf.hbc
* Renamed 'xpp' lib to 'hbxpp'. Final name.
This commit is contained in:
@@ -17,6 +17,21 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-20 13:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/Makefile
|
||||
- contrib/xpp
|
||||
+ contrib/hbxpp
|
||||
* contrib/hbxpp/Makefile
|
||||
- contrib/hbxpp/xpp.hbc
|
||||
+ contrib/hbxpp/hbxpp.hbc
|
||||
- contrib/hbxpp/xppextrn.ch
|
||||
+ contrib/hbxpp/hbxppext.ch
|
||||
- contrib/hbxpp/xpp.ch
|
||||
+ contrib/hbxpp/hbxpp.ch
|
||||
* contrib/hbxpp/tests/hbmk.hbm
|
||||
* utils/hbmk2/examples/contribf.hbc
|
||||
* Renamed 'xpp' lib to 'hbxpp'. Final name.
|
||||
|
||||
2010-02-20 12:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* include/hbsetup.ch
|
||||
* src/common/hbverdsp.c
|
||||
|
||||
@@ -23,10 +23,10 @@ DIRS := \
|
||||
hbtip \
|
||||
hbtpathy \
|
||||
hbwin \
|
||||
hbxpp \
|
||||
hbziparc \
|
||||
rddbmcdx \
|
||||
xhb \
|
||||
xpp \
|
||||
|
||||
# contribs _with_ external dependencies
|
||||
DIRS += \
|
||||
|
||||
@@ -6,7 +6,7 @@ ROOT := ../../
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
LIBNAME := xpp
|
||||
LIBNAME := hbxpp
|
||||
|
||||
C_SOURCES := \
|
||||
binnumx.c \
|
||||
@@ -36,7 +36,8 @@ PRG_SOURCES := \
|
||||
|
||||
PRG_HEADERS := \
|
||||
dll.ch \
|
||||
xpp.ch \
|
||||
hbxpp.ch \
|
||||
hbxppext.ch \
|
||||
|
||||
include $(TOP)$(ROOT)config/header.mk
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=xpp
|
||||
libs=hbxpp
|
||||
@@ -50,8 +50,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef XPP_EXTERN_CH_
|
||||
#define XPP_EXTERN_CH_
|
||||
#ifndef _HBXPPEXT_CH
|
||||
#define _HBXPPEXT_CH
|
||||
|
||||
EXTERNAL XPP_GET
|
||||
EXTERNAL XPP_TBROWSE
|
||||
@@ -87,4 +87,4 @@ EXTERNAL THREADOBJECT
|
||||
EXTERNAL THREAD
|
||||
EXTERNAL SIGNAL
|
||||
|
||||
#endif /* XPP_EXTERN_CH_ */
|
||||
#endif /* _HBXPPEXT_CH */
|
||||
@@ -2,6 +2,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../xpp.hbc
|
||||
../hbxpp.hbc
|
||||
|
||||
-w3 -es2
|
||||
@@ -6,7 +6,7 @@
|
||||
# [ This should be kept in sync with local Makefile information. ]
|
||||
|
||||
# contribs portable, with no external dependencies:
|
||||
libs=hbbmcdx hbbtree hbclipsm hbct hbfship hbgt hbmisc hbmzip hbnf hbtpathy hbziparc rddsql xhb
|
||||
libs=hbbmcdx hbbtree hbclipsm hbct hbfship hbgt hbmisc hbmzip hbnf hbtpathy hbxpp hbziparc rddsql xhb
|
||||
|
||||
# contribs portable, with external dependencies:
|
||||
libs=hbcurl hbfbird hbgd hbhpdf hbmysql hbpgsql hbqt hbtip sddfb sddmy sddpg
|
||||
|
||||
Reference in New Issue
Block a user