From 444716fd5c471c6cb9a486a66fef96809f352c94 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 24 Apr 2001 21:07:33 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/lwo/Sources.pp | 68 ++++++++++++------------- pandatool/src/lwo/lwoBoundingBox.I | 4 -- pandatool/src/lwo/lwoBoundingBox.h | 2 - pandatool/src/lwo/lwoClip.I | 4 -- pandatool/src/lwo/lwoClip.h | 2 - pandatool/src/lwo/lwoGroupChunk.h | 2 - pandatool/src/lwo/lwoHeader.I | 4 -- pandatool/src/lwo/lwoHeader.h | 2 - pandatool/src/lwo/lwoStillImage.I | 4 -- pandatool/src/lwo/lwoStillImage.h | 2 - pandatool/src/lwo/lwoSurface.I | 4 -- pandatool/src/lwo/lwoSurface.h | 2 - pandatool/src/lwo/lwoSurfaceColor.I | 4 -- pandatool/src/lwo/lwoSurfaceColor.h | 2 - pandatool/src/lwo/lwoSurfaceParameter.I | 4 -- pandatool/src/lwo/lwoSurfaceParameter.h | 2 - 16 files changed, 34 insertions(+), 78 deletions(-) delete mode 100644 pandatool/src/lwo/lwoBoundingBox.I delete mode 100644 pandatool/src/lwo/lwoClip.I delete mode 100644 pandatool/src/lwo/lwoHeader.I delete mode 100644 pandatool/src/lwo/lwoStillImage.I delete mode 100644 pandatool/src/lwo/lwoSurface.I delete mode 100644 pandatool/src/lwo/lwoSurfaceColor.I delete mode 100644 pandatool/src/lwo/lwoSurfaceParameter.I diff --git a/pandatool/src/lwo/Sources.pp b/pandatool/src/lwo/Sources.pp index ed72b5d4d7..d948110531 100644 --- a/pandatool/src/lwo/Sources.pp +++ b/pandatool/src/lwo/Sources.pp @@ -11,44 +11,44 @@ config_lwo.cxx config_lwo.h iffChunk.I iffChunk.cxx iffChunk.h \ iffGenericChunk.I iffGenericChunk.cxx iffGenericChunk.h iffId.I \ iffId.cxx iffId.h iffInputFile.I iffInputFile.cxx iffInputFile.h \ - lwoBoundingBox.I lwoBoundingBox.cxx lwoBoundingBox.h \ - lwoChunk.I lwoChunk.cxx lwoChunk.h \ - lwoClip.I lwoClip.cxx lwoClip.h \ - lwoDiscontinuousVertexMap.I lwoDiscontinuousVertexMap.cxx lwoDiscontinuousVertexMap.h \ - lwoGroupChunk.I lwoGroupChunk.cxx lwoGroupChunk.h \ - lwoHeader.I lwoHeader.cxx \ - lwoHeader.h lwoInputFile.I lwoInputFile.cxx lwoInputFile.h \ - lwoLayer.h lwoLayer.I lwoLayer.cxx \ - lwoPoints.h lwoPoints.I lwoPoints.cxx \ - lwoPolygons.h lwoPolygons.I lwoPolygons.cxx \ - lwoPolygonTags.h lwoPolygonTags.I lwoPolygonTags.cxx \ - lwoTags.h lwoTags.I lwoTags.cxx \ - lwoStillImage.h lwoStillImage.I lwoStillImage.cxx \ - lwoSurface.h lwoSurface.I lwoSurface.cxx \ - lwoSurfaceColor.h lwoSurfaceColor.I lwoSurfaceColor.cxx \ - lwoSurfaceParameter.h lwoSurfaceParameter.I lwoSurfaceParameter.cxx \ - lwoVertexMap.h lwoVertexMap.I lwoVertexMap.cxx + lwoBoundingBox.cxx lwoBoundingBox.h \ + lwoChunk.cxx lwoChunk.h \ + lwoClip.cxx lwoClip.h \ + lwoDiscontinuousVertexMap.cxx lwoDiscontinuousVertexMap.h \ + lwoGroupChunk.cxx lwoGroupChunk.h \ + lwoHeader.cxx \ + lwoHeader.h lwoInputFile.cxx lwoInputFile.h \ + lwoLayer.h lwoLayer.cxx \ + lwoPoints.h lwoPoints.cxx \ + lwoPolygons.h lwoPolygons.cxx \ + lwoPolygonTags.h lwoPolygonTags.cxx \ + lwoTags.h lwoTags.cxx \ + lwoStillImage.h lwoStillImage.cxx \ + lwoSurface.h lwoSurface.cxx \ + lwoSurfaceColor.h lwoSurfaceColor.cxx \ + lwoSurfaceParameter.h lwoSurfaceParameter.cxx \ + lwoVertexMap.h lwoVertexMap.cxx #define INSTALL_HEADERS \ iffChunk.I iffChunk.h iffGenericChunk.I iffGenericChunk.h iffId.I \ iffId.h iffInputFile.I iffInputFile.h \ - lwoBoundingBox.I lwoBoundingBox.h \ - lwoChunk.I lwoChunk.h \ - lwoClip.I lwoClip.h \ - lwoDiscontinuousVertexMap.I lwoDiscontinuousVertexMap.h \ - lwoGroupChunk.I lwoGroupChunk.h \ - lwoHeader.I lwoHeader.h \ - lwoInputFile.I lwoInputFile.h \ - lwoLayer.I lwoLayer.h \ - lwoPoints.I lwoPoints.h \ - lwoPolygons.I lwoPolygons.h \ - lwoPolygonTags.I lwoPolygonTags.h \ - lwoTags.I lwoTags.h \ - lwoStillImage.I lwoStillImage.h \ - lwoSurface.I lwoSurface.h \ - lwoSurfaceColor.I lwoSurfaceColor.h \ - lwoSurfaceParameter.I lwoSurfaceParameter.h \ - lwoVertexMap.I lwoVertexMap.h + lwoBoundingBox.h \ + lwoChunk.h \ + lwoClip.h \ + lwoDiscontinuousVertexMap.h \ + lwoGroupChunk.h \ + lwoHeader.h \ + lwoInputFile.h \ + lwoLayer.h \ + lwoPoints.h \ + lwoPolygons.h \ + lwoPolygonTags.h \ + lwoTags.h \ + lwoStillImage.h \ + lwoSurface.h \ + lwoSurfaceColor.h \ + lwoSurfaceParameter.h \ + lwoVertexMap.h #end ss_lib_target diff --git a/pandatool/src/lwo/lwoBoundingBox.I b/pandatool/src/lwo/lwoBoundingBox.I deleted file mode 100644 index 03c50e4bb8..0000000000 --- a/pandatool/src/lwo/lwoBoundingBox.I +++ /dev/null @@ -1,4 +0,0 @@ -// Filename: lwoBoundingBox.I -// Created by: drose (24Apr01) -// -//////////////////////////////////////////////////////////////////// diff --git a/pandatool/src/lwo/lwoBoundingBox.h b/pandatool/src/lwo/lwoBoundingBox.h index fe59a7ca66..d5a37f6690 100644 --- a/pandatool/src/lwo/lwoBoundingBox.h +++ b/pandatool/src/lwo/lwoBoundingBox.h @@ -44,8 +44,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoBoundingBox.I" - #endif diff --git a/pandatool/src/lwo/lwoClip.I b/pandatool/src/lwo/lwoClip.I deleted file mode 100644 index 706fb12608..0000000000 --- a/pandatool/src/lwo/lwoClip.I +++ /dev/null @@ -1,4 +0,0 @@ -// Filename: lwoClip.I -// Created by: drose (24Apr01) -// -//////////////////////////////////////////////////////////////////// diff --git a/pandatool/src/lwo/lwoClip.h b/pandatool/src/lwo/lwoClip.h index 49e4dc857a..8db2679dab 100644 --- a/pandatool/src/lwo/lwoClip.h +++ b/pandatool/src/lwo/lwoClip.h @@ -29,8 +29,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoClip.I" - #endif diff --git a/pandatool/src/lwo/lwoGroupChunk.h b/pandatool/src/lwo/lwoGroupChunk.h index 0f0479f29c..e75945e785 100644 --- a/pandatool/src/lwo/lwoGroupChunk.h +++ b/pandatool/src/lwo/lwoGroupChunk.h @@ -51,8 +51,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoGroupChunk.I" - #endif diff --git a/pandatool/src/lwo/lwoHeader.I b/pandatool/src/lwo/lwoHeader.I deleted file mode 100644 index 392594ddcd..0000000000 --- a/pandatool/src/lwo/lwoHeader.I +++ /dev/null @@ -1,4 +0,0 @@ -// Filename: lwoHeader.I -// Created by: drose (24Apr01) -// -//////////////////////////////////////////////////////////////////// diff --git a/pandatool/src/lwo/lwoHeader.h b/pandatool/src/lwo/lwoHeader.h index 9235bbca88..14890753cd 100644 --- a/pandatool/src/lwo/lwoHeader.h +++ b/pandatool/src/lwo/lwoHeader.h @@ -40,8 +40,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoHeader.I" - #endif diff --git a/pandatool/src/lwo/lwoStillImage.I b/pandatool/src/lwo/lwoStillImage.I deleted file mode 100644 index 44a6e1b09e..0000000000 --- a/pandatool/src/lwo/lwoStillImage.I +++ /dev/null @@ -1,4 +0,0 @@ -// Filename: lwoStillImage.I -// Created by: drose (24Apr01) -// -//////////////////////////////////////////////////////////////////// diff --git a/pandatool/src/lwo/lwoStillImage.h b/pandatool/src/lwo/lwoStillImage.h index 1cd9243dcb..32a0e68caa 100644 --- a/pandatool/src/lwo/lwoStillImage.h +++ b/pandatool/src/lwo/lwoStillImage.h @@ -42,8 +42,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoStillImage.I" - #endif diff --git a/pandatool/src/lwo/lwoSurface.I b/pandatool/src/lwo/lwoSurface.I deleted file mode 100644 index 0746a92c64..0000000000 --- a/pandatool/src/lwo/lwoSurface.I +++ /dev/null @@ -1,4 +0,0 @@ -// Filename: lwoSurface.I -// Created by: drose (24Apr01) -// -//////////////////////////////////////////////////////////////////// diff --git a/pandatool/src/lwo/lwoSurface.h b/pandatool/src/lwo/lwoSurface.h index f76e224b89..d74cee765c 100644 --- a/pandatool/src/lwo/lwoSurface.h +++ b/pandatool/src/lwo/lwoSurface.h @@ -31,8 +31,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoSurface.I" - #endif diff --git a/pandatool/src/lwo/lwoSurfaceColor.I b/pandatool/src/lwo/lwoSurfaceColor.I deleted file mode 100644 index 92a0c844a7..0000000000 --- a/pandatool/src/lwo/lwoSurfaceColor.I +++ /dev/null @@ -1,4 +0,0 @@ -// Filename: lwoSurfaceColor.I -// Created by: drose (24Apr01) -// -//////////////////////////////////////////////////////////////////// diff --git a/pandatool/src/lwo/lwoSurfaceColor.h b/pandatool/src/lwo/lwoSurfaceColor.h index c411915a85..f4db2647d8 100644 --- a/pandatool/src/lwo/lwoSurfaceColor.h +++ b/pandatool/src/lwo/lwoSurfaceColor.h @@ -44,8 +44,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoSurfaceColor.I" - #endif diff --git a/pandatool/src/lwo/lwoSurfaceParameter.I b/pandatool/src/lwo/lwoSurfaceParameter.I deleted file mode 100644 index 55948833b8..0000000000 --- a/pandatool/src/lwo/lwoSurfaceParameter.I +++ /dev/null @@ -1,4 +0,0 @@ -// Filename: lwoSurfaceParameter.I -// Created by: drose (24Apr01) -// -//////////////////////////////////////////////////////////////////// diff --git a/pandatool/src/lwo/lwoSurfaceParameter.h b/pandatool/src/lwo/lwoSurfaceParameter.h index cd9931ae9e..ea2675be4a 100644 --- a/pandatool/src/lwo/lwoSurfaceParameter.h +++ b/pandatool/src/lwo/lwoSurfaceParameter.h @@ -43,8 +43,6 @@ private: static TypeHandle _type_handle; }; -#include "lwoSurfaceParameter.I" - #endif