*** empty log message ***

This commit is contained in:
2005-05-19 15:08:04 +00:00
parent fd13891ef3
commit 716fd0f03d
7 changed files with 8 additions and 69 deletions

View File

@ -3,7 +3,7 @@ OBJS = stx.obj
OUT = stx.exe
CC = lcc
CFLAGS = -I../../..
CFLAGS = -I../../.. -g2
#LDFLAGS = -L../../../xp/bas -L../../../xp/stx
#LIBS = -lxpstx -lxpbas
LIBS = ..\..\..\xp\bas\xpbas.lib ..\..\..\xp\stx\xpstx.lib

View File

@ -27,7 +27,7 @@ int xp_main (int argc, xp_char_t* argv[])
xp_stx_word_t i;
if (argc != 2) { // TODO: argument processing
xp_printf (XP_TEXT("Usage: %s [-f imageFile] MainClass"), argv[0]);
xp_printf (XP_TEXT("Usage: %s [-f imageFile] MainClass\n"), argv[0]);
return -1;
}