mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
up version string to rc1; add DEBUG to makefile help.
This commit is contained in:
parent
45979f547a
commit
4d79c85e94
2 changed files with 3 additions and 3 deletions
|
@ -165,5 +165,5 @@ clean :
|
|||
rm -rf $(OBJDIR) $(TARGET)
|
||||
|
||||
help:
|
||||
@echo "try 'make TARGET_OS=wince'"
|
||||
@echo "or 'make TARGET_OS=win32'"
|
||||
@echo "try 'make TARGET_OS=wince [DEBUG=TRUE]'"
|
||||
@echo "or 'make TARGET_OS=win32 [DEBUG=TRUE]'"
|
||||
|
|
|
@ -148,7 +148,7 @@ CAPTION "About Crosswords"
|
|||
FONT 8, "System"
|
||||
BEGIN
|
||||
ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20
|
||||
LTEXT "Crosswords 4.1b9 (rev " SVN_REV ") "\
|
||||
LTEXT "Crosswords 4.1rc1 (rev " SVN_REV ") "\
|
||||
"for PocketPC. Copyright 1998-2006 by "\
|
||||
"Eric House. This software is released under the GNU "\
|
||||
"Public License.\r\r"\
|
||||
|
|
Loading…
Reference in a new issue