From 081b06d3a3372e5db56755c1fe5b2af9f8c189f3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 30 Jul 2000 15:58:18 +0000 Subject: [PATCH] r165: *** empty log message *** --- TODO | 1 + libctgraphics/Makefile.am | 2 +- libctgraphics/{ezpol.cpp => pol.cpp} | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename libctgraphics/{ezpol.cpp => pol.cpp} (99%) diff --git a/TODO b/TODO index 438846d..15c93d4 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ Fix BUGS -- see BUGS file +Convert pol to C++ object. diff --git a/libctgraphics/Makefile.am b/libctgraphics/Makefile.am index a7f9f27..8946871 100644 --- a/libctgraphics/Makefile.am +++ b/libctgraphics/Makefile.am @@ -1,5 +1,5 @@ noinst_LIBRARIES = libctgraphics.a -libctgraphics_a_SOURCES=ezplot.cpp ezset.cpp ezpol.cpp sgp.cpp transformmatrix.cpp +libctgraphics_a_SOURCES=ezplot.cpp ezset.cpp pol.cpp sgp.cpp transformmatrix.cpp INCLUDES=@my_includes@ EXTRA_DIST=Makefile.nt diff --git a/libctgraphics/ezpol.cpp b/libctgraphics/pol.cpp similarity index 99% rename from libctgraphics/ezpol.cpp rename to libctgraphics/pol.cpp index d93e006..9db01ce 100644 --- a/libctgraphics/ezpol.cpp +++ b/libctgraphics/pol.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezpol.cpp,v 1.3 2000/07/13 07:03:21 kevin Exp $ +** $Id: pol.cpp,v 1.1 2000/07/30 15:58:18 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as -- 2.34.1