pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.106,1.107 pingus_main.c


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src Makefile.am,1.106,1.107 pingus_main.cxx,1.17,1.18
Date: 24 Sep 2002 17:02:50 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv5690/src

Modified Files:
        Makefile.am pingus_main.cxx 
Log Message:
- Gervase's digger cutter patch
 - misc release preperations

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/Makefile.am,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Makefile.am 21 Sep 2002 16:52:39 -0000      1.106
+++ Makefile.am 24 Sep 2002 17:02:48 -0000      1.107
@@ -43,7 +43,6 @@
              win32/Getopt1.c \
              win32/config.h  \
              boost/config.hpp \
-             boost/dummy_ptr.hpp \
              boost/smart_ptr.hpp \
              boost/utility.hpp   \
              make_docs.sh

Index: pingus_main.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pingus_main.cxx     19 Sep 2002 13:30:08 -0000      1.17
+++ pingus_main.cxx     24 Sep 2002 17:02:48 -0000      1.18
@@ -678,7 +678,10 @@
 #endif /* !WIN32 */
  
 #ifdef HAVE_GETTEXT
+  std::cout << "Setting gettext path to: " << path_manager.get_base_path () + 
"/../../locale/" << std::endl;
   bindtextdomain (PACKAGE, (path_manager.get_base_path () + 
"/../../locale/").c_str());
+  // We use another LOCALEDIR to make static binaries possible
+  // bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 #endif 
   std::cout << "BasePath: " << path_manager.get_base_path () << std::endl;





reply via email to

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