*** empty log message ***

This commit is contained in:
2005-06-22 15:02:41 +00:00
parent 68e7d92f3e
commit ad0c9a26dc
3 changed files with 72 additions and 55 deletions

View File

@ -3,7 +3,7 @@ CFLAGS = -I../../.. -A -ansic -libcdll
#LDFLAGS = -L../../../xp/bas -L../../../xp/stx
#LIBS = -lxpstx -lxpbas
LDFLAGS = -subsystem console -dynamic -s
LIBS = ..\..\..\xp\bas\xpbas.lib ..\..\..\xp\stx\xpstx.lib
LIBS = ..\..\..\xp\stx\xpstx.lib ..\..\..\xp\bas\xpbas.lib
all: stx parser

View File

@ -4,7 +4,7 @@ perform: method with: x with: y with: z with: a with: b with: c
| a b c d e f g |
a := 'this is ''good'.
b := -30.
b := -30 xxx nil this.
"
$a.