Show
Ignore:
Timestamp:
05/16/10 20:03:47 (3 years ago)
Author:
saturday06
Message:

windcrest

Location:
lang/objective-cplusplus/i3/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/Makefile.am

    r37565 r37579  
    2020 
    2121if WITH_OS_WINDOWS 
    22 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += windcrest$(EXEEXT) 
     22AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += $(PACKAGE)$(EXEEXT) 
    2323endif 
    2424 
     
    8686if WITH_GUI_WINDOWS 
    8787 
    88 windows/bin/windcrest.exe: windcrest.exe 
     88windows/bin/$(PACKAGE).win9x.exe: $(PACKAGE).exe 
    8989        $(MKDIR_P) windows/bin 
    90         cp windcrest.exe windows/bin/windcrest.win9x.exe 
     90        cp -f $< $@ 
    9191 
    9292# dist 
  • lang/objective-cplusplus/i3/trunk/po/POTFILES.in

    r37566 r37579  
    77src/OutputWindow.h 
    88src/ShellManager.h 
    9 src/Tester.h 
    109src/Version.h 
    1110src/gui-cocoa/CompletionWindowPlatform.h 
     
    7574src/os-windows/wlibintl.h 
    7675src/tests/Test.h 
     76src/tests/Tester.h 
    7777src/tests/no-test/Test.h 
    7878src/os-windows/PtyProcess.c 
  • lang/objective-cplusplus/i3/trunk/src/os-windows/resources/i3.rc

    r37296 r37579  
    4444        BLOCK "040904b0" 
    4545        { 
    46             VALUE "FileDescription", "i3 - Previous Generation Keyboard Launcher" 
     46            VALUE "FileDescription", "windcrest - Previous Generation Keyboard Launcher" 
    4747            VALUE "FileVersion", I3_VERSION_STRING 
    4848            VALUE "LegalCopyright", "Wooden Tree Software" 
    49             VALUE "ProductName", "i3" 
     49            VALUE "ProductName", "windcrest" 
    5050            VALUE "ProductVersion", I3_VERSION_STRING 
    5151        }