From 28ceab045796a5eba01f94915f6d6f2bef8ef80e Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 12 Jun 1998 14:27:25 +0000 Subject: [PATCH] Pui -> PUI, Gui -> GUI. --- GUI/Makefile.am | 4 ++-- GUI/gui.h | 2 +- Main/GLUTkey.cxx | 17 ++++++++++------- Main/GLUTmain.cxx | 7 +++++-- Main/Makefile.am | 4 ++-- Simulator/Makefile.am | 2 +- 6 files changed, 21 insertions(+), 15 deletions(-) diff --git a/GUI/Makefile.am b/GUI/Makefile.am index 309f5c866..890aea000 100644 --- a/GUI/Makefile.am +++ b/GUI/Makefile.am @@ -1,5 +1,5 @@ -noinst_LIBRARIES = libGui.a +noinst_LIBRARIES = libGUI.a -libGui_a_SOURCES = gui.cxx gui.h +libGUI_a_SOURCES = gui.cxx gui.h INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator diff --git a/GUI/gui.h b/GUI/gui.h index 1335408c0..f642a281a 100644 --- a/GUI/gui.h +++ b/GUI/gui.h @@ -26,7 +26,7 @@ #ifndef _GUI_H_ #define _GUI_H_ -#include "Pui/pu.h" +#include "PUI/pu.h" extern puMenuBar *mainMenuBar; extern puButton *hideMenuButton; diff --git a/Main/GLUTkey.cxx b/Main/GLUTkey.cxx index 824217dd6..410222b4b 100644 --- a/Main/GLUTkey.cxx +++ b/Main/GLUTkey.cxx @@ -40,9 +40,9 @@ #include #include // Added autopilot.h to list, Jeff Goeke-Smith #include -#include +#include #include -#include +#include #include #include "GLUTkey.hxx" @@ -290,12 +290,15 @@ void GLUTspecialkey(int k, int x, int y) { /* $Log$ -/* Revision 1.11 1998/06/12 00:57:38 curt -/* Added support for Pui/Gui. -/* Converted fog to GL_FOG_EXP2. -/* Link to static simulator parts. -/* Update runfg.bat to try to be a little smarter. +/* Revision 1.12 1998/06/12 14:27:26 curt +/* Pui -> PUI, Gui -> GUI. /* + * Revision 1.11 1998/06/12 00:57:38 curt + * Added support for Pui/Gui. + * Converted fog to GL_FOG_EXP2. + * Link to static simulator parts. + * Update runfg.bat to try to be a little smarter. + * * Revision 1.10 1998/05/27 02:24:05 curt * View optimizations by Norman Vine. * diff --git a/Main/GLUTmain.cxx b/Main/GLUTmain.cxx index c6cb8699e..5ffe464e1 100644 --- a/Main/GLUTmain.cxx +++ b/Main/GLUTmain.cxx @@ -58,12 +58,12 @@ #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include