Changeset 37579 for lang/objective-cplusplus/i3/trunk
- Timestamp:
- 05/16/10 20:03:47 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk
- Files:
-
- 3 modified
-
Makefile.am (modified) (2 diffs)
-
po/POTFILES.in (modified) (2 diffs)
-
src/os-windows/resources/i3.rc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/Makefile.am
r37565 r37579 20 20 21 21 if WITH_OS_WINDOWS 22 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += windcrest$(EXEEXT)22 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += $(PACKAGE)$(EXEEXT) 23 23 endif 24 24 … … 86 86 if WITH_GUI_WINDOWS 87 87 88 windows/bin/ windcrest.exe: windcrest.exe88 windows/bin/$(PACKAGE).win9x.exe: $(PACKAGE).exe 89 89 $(MKDIR_P) windows/bin 90 cp windcrest.exe windows/bin/windcrest.win9x.exe90 cp -f $< $@ 91 91 92 92 # dist -
lang/objective-cplusplus/i3/trunk/po/POTFILES.in
r37566 r37579 7 7 src/OutputWindow.h 8 8 src/ShellManager.h 9 src/Tester.h10 9 src/Version.h 11 10 src/gui-cocoa/CompletionWindowPlatform.h … … 75 74 src/os-windows/wlibintl.h 76 75 src/tests/Test.h 76 src/tests/Tester.h 77 77 src/tests/no-test/Test.h 78 78 src/os-windows/PtyProcess.c -
lang/objective-cplusplus/i3/trunk/src/os-windows/resources/i3.rc
r37296 r37579 44 44 BLOCK "040904b0" 45 45 { 46 VALUE "FileDescription", " i3- Previous Generation Keyboard Launcher"46 VALUE "FileDescription", "windcrest - Previous Generation Keyboard Launcher" 47 47 VALUE "FileVersion", I3_VERSION_STRING 48 48 VALUE "LegalCopyright", "Wooden Tree Software" 49 VALUE "ProductName", " i3"49 VALUE "ProductName", "windcrest" 50 50 VALUE "ProductVersion", I3_VERSION_STRING 51 51 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)