From b6bf07ac2c5c9e6f439885294392fe4c1bc5bdc1 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Sun, 13 Apr 2008 02:58:22 -0800 Subject: [PATCH] Rename cmdline.cpp to textwin.cpp, since it no longer has a command line. [git-p4: depot-paths = "//depot/solvespace/": change = 1666] --- Makefile | 2 +- cmdline.cpp => textwin.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmdline.cpp => textwin.cpp (100%) diff --git a/Makefile b/Makefile index 8e4737f..0f8d631 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ FREEZE = $(OBJDIR)\freeze.obj W32OBJS = $(OBJDIR)\w32main.obj \ SSOBJS = $(OBJDIR)\solvespace.obj \ - $(OBJDIR)\cmdline.obj \ + $(OBJDIR)\textwin.obj \ $(OBJDIR)\graphicswin.obj \ $(OBJDIR)\util.obj \ $(OBJDIR)\entity.obj \ diff --git a/cmdline.cpp b/textwin.cpp similarity index 100% rename from cmdline.cpp rename to textwin.cpp