OSDN Git Service

Move guimain.cpp out of the way.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 10 Sep 2012 13:12:47 +0000 (14:12 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 10 Sep 2012 13:12:47 +0000 (14:12 +0100)
--HG--
rename : src/guimain.cpp => src/guistub.cpp

ChangeLog
Makefile.in
src/guistub.cpp [moved from src/guimain.cpp with 96% similarity]

index 7ebb5a3..5d979d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       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  <keithmarshall@users.sourceforge.net>
 
        Fix typo, and update licensing terms for embedded getopt.c
index 66a90c0..612d236 100644 (file)
@@ -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)
similarity index 96%
rename from src/guimain.cpp
rename to src/guistub.cpp
index 7d90b02..7e929ff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * guimain.cpp\r
+ * guistub.cpp\r
  *\r
  * $Id$\r
  *\r