Rename cmdline.cpp to textwin.cpp, since it no longer has a command

line.

[git-p4: depot-paths = "//depot/solvespace/": change = 1666]
This commit is contained in:
Jonathan Westhues 2008-04-13 02:58:22 -08:00
parent a0e78e0da2
commit b6bf07ac2c
2 changed files with 1 additions and 1 deletions

View File

@ -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 \