lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5216] Rename msw resource file


From: Greg Chicares
Subject: [lmi-commits] [5216] Rename msw resource file
Date: Thu, 23 Jun 2011 20:34:21 +0000

Revision: 5216
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5216
Author:   chicares
Date:     2011-06-23 20:34:20 +0000 (Thu, 23 Jun 2011)
Log Message:
-----------
Rename msw resource file

Modified Paths:
--------------
    skeleton/trunk/ChangeLog
    skeleton/trunk/Makefile.am
    skeleton/trunk/objects.make
    skeleton/trunk/workhorse.make

Added Paths:
-----------
    skeleton/trunk/lmi_msw_res.rc

Removed Paths:
-------------
    skeleton/trunk/lmi.rc

Modified: skeleton/trunk/ChangeLog
===================================================================
--- skeleton/trunk/ChangeLog    2011-06-23 10:36:23 UTC (rev 5215)
+++ skeleton/trunk/ChangeLog    2011-06-23 20:34:20 UTC (rev 5216)
@@ -5120,7 +5120,7 @@
 
   main_wx.cpp
 Return success when unit test succeeds. See:
-  http://lists.nongnu.org/archive/html/lmi/2011-06/msg00028.html
+  http://lists.nongnu.org/archive/html/lmi/2011-06/msg00030.html
 
 20110620T1615Z <address@hidden> [31]
 
@@ -5128,3 +5128,12 @@
 Anticipate an improvement in what will become wx-2.9.2 . See:
   http://lists.nongnu.org/archive/html/lmi/2011-06/msg00028.html
 
+20110623T2034Z <address@hidden> [31]
+
+  Makefile.am
+  lmi.rc [renamed to 'lmi_msw_res.rc']
+  objects.make
+  workhorse.make
+Rename msw resource file. See:
+  http://lists.nongnu.org/archive/html/lmi/2011-06/msg00036.html
+

Modified: skeleton/trunk/Makefile.am
===================================================================
--- skeleton/trunk/Makefile.am  2011-06-23 10:36:23 UTC (rev 5215)
+++ skeleton/trunk/Makefile.am  2011-06-23 20:34:20 UTC (rev 5216)
@@ -163,7 +163,7 @@
 .rc.o:
        $(WINDRES) -I $(top_srcdir) $(WX_CPPFLAGS) $< $@
 
-    skeleton_SOURCES += lmi.rc
+    skeleton_SOURCES += lmi_msw_res.rc
     skeleton_CXXFLAGS += -mwindows
 endif
 

Deleted: skeleton/trunk/lmi.rc
===================================================================
--- skeleton/trunk/lmi.rc       2011-06-23 10:36:23 UTC (rev 5215)
+++ skeleton/trunk/lmi.rc       2011-06-23 20:34:20 UTC (rev 5216)
@@ -1,40 +0,0 @@
-// Trivial msw resource file for wxWindows.
-//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 
Gregory W. Chicares.
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License version 2 as
-// published by the Free Software Foundation.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software Foundation,
-// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-//
-// http://savannah.nongnu.org/projects/lmi
-// email: <address@hidden>
-// snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
-
-// $Id$
-
-// To make msw use this:
-AAAAAAAA ICON "skeleton.ico"
-// as the application's icon e.g. for 'explorer', make sure it's both
-// the first icon alphabetically and the first defined in the resource
-// file, for reasons explained here:
-//   http://groups.google.com/groups?selm=a825ce%244iqj%241%40as201.hinet.hr
-// On the msw platform, this icon must be embedded in the application
-// binary. Other icons are treated the same way here, not because they
-// must be, but simply as a matter of consistency and convenience.
-
-// Get stock cursors etc. Unconventionally, write this #include
-// directive at the end of this file, to prevent any ICON statements
-// in the included file from preceding the application's icon--which
-// would be bad for reasons explained above.
-//
-#include <wx/msw/wx.rc>
-

Copied: skeleton/trunk/lmi_msw_res.rc (from rev 5140, skeleton/trunk/lmi.rc)
===================================================================
--- skeleton/trunk/lmi_msw_res.rc                               (rev 0)
+++ skeleton/trunk/lmi_msw_res.rc       2011-06-23 20:34:20 UTC (rev 5216)
@@ -0,0 +1,40 @@
+// Trivial msw resource file for wxWindows.
+//
+// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 
Gregory W. Chicares.
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License version 2 as
+// published by the Free Software Foundation.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software Foundation,
+// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+//
+// http://savannah.nongnu.org/projects/lmi
+// email: <address@hidden>
+// snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
+
+// $Id$
+
+// To make msw use this:
+AAAAAAAA ICON "skeleton.ico"
+// as the application's icon e.g. for 'explorer', make sure it's both
+// the first icon alphabetically and the first defined in the resource
+// file, for reasons explained here:
+//   http://groups.google.com/groups?selm=a825ce%244iqj%241%40as201.hinet.hr
+// On the msw platform, this icon must be embedded in the application
+// binary. Other icons are treated the same way here, not because they
+// must be, but simply as a matter of consistency and convenience.
+
+// Get stock cursors etc. Unconventionally, write this #include
+// directive at the end of this file, to prevent any ICON statements
+// in the included file from preceding the application's icon--which
+// would be bad for reasons explained above.
+//
+#include <wx/msw/wx.rc>
+

Modified: skeleton/trunk/objects.make
===================================================================
--- skeleton/trunk/objects.make 2011-06-23 10:36:23 UTC (rev 5215)
+++ skeleton/trunk/objects.make 2011-06-23 20:34:20 UTC (rev 5216)
@@ -60,7 +60,7 @@
   wx_utility.o \
 
 ifneq (,$(RC))
-  view_controller_objects += lmi.rc.o
+  view_controller_objects += lmi_msw_res.o
 endif
 
 skeleton_objects := \

Modified: skeleton/trunk/workhorse.make
===================================================================
--- skeleton/trunk/workhorse.make       2011-06-23 10:36:23 UTC (rev 5215)
+++ skeleton/trunk/workhorse.make       2011-06-23 20:34:20 UTC (rev 5216)
@@ -647,7 +647,7 @@
        $(CXX) $(MAKEDEPEND_FLAGS) -c $(ALL_CPPFLAGS) $(ALL_CXXFLAGS) $< -o$@
        $($(MAKEDEPEND_COMMAND))
 
-%.rc.o: %.rc
+%.o: %.rc
        $(RC) -o $@ $(ALL_RCFLAGS) -i $<
        $(MAKEDEPEND_NON_GCC_COMMAND)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]