tileutils.* renamed to bucketutils.*
This commit is contained in:
parent
54a43c1459
commit
e3f22ebb2a
3 changed files with 13 additions and 7 deletions
|
@ -27,8 +27,8 @@
|
|||
ARLIBRARY = libScenery.a
|
||||
TARGETS = $(ARLIBRARY)
|
||||
|
||||
CFILES = common.c geometry.c mesh.c obj.c scenery.c texload.c \
|
||||
tilemgr.c tileutils.c
|
||||
CFILES = bucketutils.c common.c geometry.c mesh.c obj.c scenery.c texload.c \
|
||||
tilemgr.c
|
||||
CXXFILES =
|
||||
|
||||
LDIRT = $(FG_ROOT_LIB)/$(ARLIBRARY)
|
||||
|
|
|
@ -266,10 +266,13 @@ int main() {
|
|||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.6 1998/01/19 19:27:18 curt
|
||||
/* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
|
||||
/* This should simplify things tremendously.
|
||||
/* Revision 1.1 1998/01/23 20:06:51 curt
|
||||
/* tileutils.* renamed to bucketutils.*
|
||||
/*
|
||||
* Revision 1.6 1998/01/19 19:27:18 curt
|
||||
* Merged in make system changes from Bob Kuehne <rpk@sgi.com>
|
||||
* This should simplify things tremendously.
|
||||
*
|
||||
* Revision 1.5 1998/01/14 02:19:04 curt
|
||||
* Makde offset_bucket visible to outside.
|
||||
*
|
|
@ -77,9 +77,12 @@ void gen_idx_array(struct bucket *p1, struct bucket *tiles,
|
|||
|
||||
|
||||
/* $Log$
|
||||
/* Revision 1.6 1998/01/22 02:59:42 curt
|
||||
/* Changed #ifdef FILE_H to #ifdef _FILE_H
|
||||
/* Revision 1.1 1998/01/23 20:06:52 curt
|
||||
/* tileutils.* renamed to bucketutils.*
|
||||
/*
|
||||
* Revision 1.6 1998/01/22 02:59:42 curt
|
||||
* Changed #ifdef FILE_H to #ifdef _FILE_H
|
||||
*
|
||||
* Revision 1.5 1998/01/14 02:19:05 curt
|
||||
* Makde offset_bucket visible to outside.
|
||||
*
|
Loading…
Add table
Reference in a new issue