*** empty log message ***
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user