20000423-14:35 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-23 12:29:33 +00:00
parent 9310045570
commit cb94df2cb3
7 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
20000423-14:35 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/pp/Makefile
- source/pp/stdalone/Makefile
- source/pp/stdalone/hbpp.c
+ utils/hbpp/Makefile
+ utils/hbpp/hbpp.c
* utils/Makefile
* makefile.bc
* makefile.vc (not tested)
* HBPP.EXE source files moved to utils/hbpp from source/pp/stdalone/
20000423-14:23 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/rtl/alert.prg

View File

@@ -75,6 +75,7 @@ VM_DIR = source\vm
HBRUN_DIR = utils\hbrun
HBTEST_DIR = utils\hbtest
HBDOC_DIR = utils\hbdoc
HBPP_DIR = utils\hbpp
#
# C compiler definition and C flags. These should never have to change.
@@ -1757,11 +1758,11 @@ $(OBJ_DIR)\mousewin.obj : $(RTL_DIR)\gtwin\mousewin.c
# HBPP.EXE dependencies
#
$(HBPP_EXE) : \
$(PP_DIR)\stdalone\hbpp.c \
$(HBPP_DIR)\hbpp.c \
$(PP_LIB_OBJS) \
$(COMMON_LIB_OBJS)
$(CC) $(CLIBFLAGS) -o$(OBJ_DIR)\hbpp.obj $(PP_DIR)\stdalone\hbpp.c
$(CC) $(CLIBFLAGS) -o$(OBJ_DIR)\hbpp.obj $(HBPP_DIR)\hbpp.c
echo. $(CFLAGS) > make.tmp
echo. -e$(HBPP_EXE) >> make.tmp
echo. -I$(INCLUDE_DIR) >> make.tmp

View File

@@ -73,6 +73,7 @@ VM_DIR = source\vm
HBRUN_DIR = utils\hbrun
HBTEST_DIR = utils\hbtest
HBDOC_DIR = utils\hbdoc
HBPP_DIR = utils\hbpp
#
# C compiler definition and C flags. These should never have to change.
@@ -624,7 +625,7 @@ all: \
!endif
$(HBPP_EXE) : \
$(PP_DIR)\stdalone\hbpp.c
$(HBPP_DIR)\hbpp.c
$(CC) $(CFLAGS) -Fo$(OBJ_DIR)\ $** -o $(HBPP_EXE) /link $(LDFLAGS) $(PP_LIB) $(COMMON_LIB)
#

View File

@@ -12,8 +12,4 @@ C_SOURCES=\
LIBNAME=pp
DIRS=\
stdalone \
include $(TOP)$(ROOT)config/lib.cf
include $(TOP)$(ROOT)config/dir.cf

View File

@@ -7,6 +7,7 @@ ROOT = ../
DIRS=\
hbrun \
hbdoc \
hbpp \
hbtest \
# hbextern \

View File

@@ -2,7 +2,7 @@
# $Id$
#
ROOT = ../../../
ROOT = ../../
C_SOURCES=\