From 719d603885826aaf856b053a18629f1e35aa68ee Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Mon, 10 Sep 2012 14:12:47 +0100 Subject: [PATCH] Move guimain.cpp out of the way. --HG-- rename : src/guimain.cpp => src/guistub.cpp --- ChangeLog | 9 +++++++++ Makefile.in | 2 +- src/{guimain.cpp => guistub.cpp} | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) rename src/{guimain.cpp => guistub.cpp} (96%) diff --git a/ChangeLog b/ChangeLog index 7ebb5a3..5d979d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-09-10 Keith Marshall + + Move guimain.cpp out of the way. + + * src/guimain.cpp: Rename file as... + * src/guistub.cpp: ...this; we want to keep current features for now, + but to use the guimain.cpp name for main GUI application development. + * Makefile.in: Adjust references accordingly. + 2012-09-09 Keith Marshall Fix typo, and update licensing terms for embedded getopt.c diff --git a/Makefile.in b/Makefile.in index 66a90c0..612d236 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,7 +97,7 @@ GUI_LDFLAGS = -mwindows $(LDFLAGS) %.$(OBJEXT): %.ico echo $* ICON $*.ico | $(WINDRES) -I ${srcdir}/icons -o $@ # -gui$(EXEEXT): guimain.$(OBJEXT) pkgicon.$(OBJEXT) +gui$(EXEEXT): guistub.$(OBJEXT) pkgicon.$(OBJEXT) $(CXX) -o $@ $(CXXFLAGS) $(GUI_LDFLAGS) $+ lastrites$(EXEEXT): rites.$(OBJEXT) diff --git a/src/guimain.cpp b/src/guistub.cpp similarity index 96% rename from src/guimain.cpp rename to src/guistub.cpp index 7d90b02..7e929ff 100644 --- a/src/guimain.cpp +++ b/src/guistub.cpp @@ -1,5 +1,5 @@ /* - * guimain.cpp + * guistub.cpp * * $Id$ * -- 2.11.0