2006-11-09 14:00 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)

- harbour/utils/hbpp/hbpptable.c
   + harbour/utils/hbpp/hbpptbl.c
   * harbour/utils/hbpp/Makefile
   * harbour/common.mak
     * Renamed hbpptable.c->hbpptbl.c to follow 8.3 naming convention
This commit is contained in:
Marek Paliwoda
2006-11-09 12:54:57 +00:00
parent aba0cbd9e4
commit 39791e2096
4 changed files with 12 additions and 5 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
! replaced direct access to HB_ITEM body by API function calls
2006-11-09 22:00 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
* harbour/include/hbstack.h
* Added HB_EXPORT to hb_stackReturnItem()
2006-11-09 14:00 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
- harbour/utils/hbpp/hbpptable.c
+ harbour/utils/hbpp/hbpptbl.c
* harbour/utils/hbpp/Makefile

View File

@@ -759,7 +759,7 @@ HARBOUR_EXE_OBJS = \
HBPP_EXE_OBJS = \
$(OBJ_DIR)\hbpp.obj \
$(OBJ_DIR)\hbpptable.obj\
$(OBJ_DIR)\hbpptbl.obj \
$(OBJ_DIR)\hbppcomp.obj \
$(OBJ_DIR)\hbppcore.obj \
$(OBJ_DIR)\pragma.obj \

View File

@@ -5,10 +5,10 @@
ROOT = ../../
C_SOURCES=\
ppcore.c \
ppcomp.c \
pptable.c \
pragma.c \
hbppcore.c \
hbppcomp.c \
hbpptbl.c \
pragma.c \
C_MAIN=hbpp.c