Changeset 15423

Show
Ignore:
Timestamp:
07/08/08 00:56:42 (5 years ago)
Author:
saturday06
Message:

衝撃!アプリケーションを正しく初期化できませんでしたエラー

Location:
lang/cplusplus/i3
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/i3/Makefile.am

    r15419 r15423  
    33EXTRA_DIST      = build-aux/config.rpath windows netbeans \ 
    44                  .project .cproject am src 
     5bin_PROGRAMS    =  
     6CLEANFILES      =  
    57 
    6 bin_PROGRAMS    =  
    7  
    8 CLEANFILES      =  
    98 
    109include $(top_srcdir)/am/i3.am 
     
    2019endif 
    2120 
     21 
    2222windows-locale: 
    2323        ruby windows/locale.rb ${PACKAGE} ${localedir} 
  • lang/cplusplus/i3/src/Main.cpp

    r15333 r15423  
    88 
    99namespace i3 { 
    10     void init_global_data(int argc,char *argv[]); 
     10    void init_global_data(int argc, char *argv[]); 
    1111} 
    1212 
    13 int main(int argc,char *argv[]) { 
     13int main(int argc, char *argv[]) { 
    1414    using namespace std; 
    1515    using namespace boost; 
  • lang/cplusplus/i3/windows/locale.rb

    r15421 r15423  
    1515cd po 
    1616make install 
     17rm -rf locale/ 
     18rm -rf windows/bin/locale/ 
    1719SHELLSCRIPT 
    1820