Add source/rtl/typefile.prg

This commit is contained in:
Paul Tucker
2000-02-16 18:12:44 +00:00
parent ce93277ce4
commit 5d1145df8d
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
20000216-13:12 EST Paul Tucker <ptucker@sympatico.ca>
* makefile.vc
+ source/rtl/typefile.prg
20000216-06:00 GMT-3 Luiz Rafael Culik <culik@sl.conex.net>
*makefile.bc
*added the typefile makefile

View File

@@ -172,6 +172,7 @@ HARBOUR_LIB_OBJS = \
$(OBJ_DIR)\transfrm.obj \
$(OBJ_DIR)\treport.obj \
$(OBJ_DIR)\type.obj \
$(OBJ_DIR)\typefile.obj \
$(OBJ_DIR)\valtype.obj \
$(OBJ_DIR)\wait.obj \
$(OBJ_DIR)\word.obj \
@@ -882,6 +883,12 @@ $(OBJ_DIR)\treport.obj : $(OBJ_DIR)\treport.c
$(OBJ_DIR)\type.obj : $(RTL_DIR)\type.c
$(CC) $(CLIBFLAGS) -Fo$@ $**
$(OBJ_DIR)\typefile.c : $(RTL_DIR)\typefile.prg
$(HARBOUR_EXE) $** $(HARBOURFLAGS) -o$@
$(OBJ_DIR)\typefile.obj : $(OBJ_DIR)\typefile.c
$(CC) $(CLIBFLAGS) -Fo$@ $**
$(OBJ_DIR)\valtype.obj : $(RTL_DIR)\valtype.c
$(CC) $(CLIBFLAGS) -Fo$@ $**