Changeset 15682 for lang/cplusplus
- Timestamp:
- 07/12/08 02:46:16 (5 years ago)
- Location:
- lang/cplusplus/i3
- Files:
-
- 2 added
- 6 modified
- 2 moved
-
AUTHORS (added)
-
ChangeLog (moved) (moved from lang/cplusplus/i3/ChangeLog.txt)
-
Makefile.am (modified) (1 diff)
-
NEWS (added)
-
README (moved) (moved from lang/cplusplus/i3/README.txt)
-
am/i3_debug.am (modified) (1 diff)
-
am/i3_test_debug.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
src/Common.h (modified) (1 diff)
-
src/windows/LibintlUtf16le.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/Makefile.am
r15675 r15682 29 29 # copy locale file for windows 30 30 windows-locale: 31 ruby windows/locale.rb ${PACKAGE } ${localedir}31 ruby windows/locale.rb ${PACKAGE_NAME} ${localedir} 32 32 -
lang/cplusplus/i3/am/i3_debug.am
r15516 r15682 4 4 bin_PROGRAMS += i3_debug 5 5 i3_debug_exe : i3_debug$(EXEEXT) # for IDE 6 6 7 7 8 # -
lang/cplusplus/i3/am/i3_test_debug.am
r15333 r15682 4 4 bin_PROGRAMS += i3_test_debug 5 5 i3_test_debug_exe : i3_test_debug$(EXEEXT) # for IDE 6 6 7 7 8 if USE_WINDOWS_API -
lang/cplusplus/i3/configure.ac
r15516 r15682 5 5 AC_INIT([i3],[1.0],[dyob@lunaport.net]) 6 6 AC_CONFIG_AUX_DIR([build-aux]) 7 AM_INIT_AUTOMAKE([ foreign])7 AM_INIT_AUTOMAKE([gnu no-define]) 8 8 AC_CONFIG_SRCDIR([src/Main.cpp]) 9 9 AC_CONFIG_HEADER([config.h]) -
lang/cplusplus/i3/src/Common.h
r15328 r15682 11 11 12 12 #include "../config.h" 13 // for xbyak14 #undef VERSION15 13 16 14 #else 17 15 18 #define PACKAGE "i3"16 #define PACKAGE_NAME "i3" 19 17 #define ENABLE_NLS 1 20 18 -
lang/cplusplus/i3/src/windows/LibintlUtf16le.cpp
r15328 r15682 104 104 105 105 cout << "setlocale: " << setlocale(LC_ALL, "") << endl; 106 cout << "bindtextdomain: " << bindtextdomain(PACKAGE , LOCALEDIR) << endl;106 cout << "bindtextdomain: " << bindtextdomain(PACKAGE_NAME, LOCALEDIR) << endl; 107 107 #if defined(UNICODE) || defined(_UNICODE) 108 cout << "bind_textdomain_codeset: " << bind_textdomain_codeset(PACKAGE ,"UTF-16LE") << endl;108 cout << "bind_textdomain_codeset: " << bind_textdomain_codeset(PACKAGE_NAME,"UTF-16LE") << endl; 109 109 #endif 110 cout << "textdomain: " << textdomain(PACKAGE ) << endl;110 cout << "textdomain: " << textdomain(PACKAGE_NAME) << endl; 111 111 112 112 const TCHAR* j = _("Japanese");
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)