Subversion Repositories SvarDOS

Rev

Rev 1372 | Rev 1381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1372 Rev 1379
Line 4... Line 4...
4
#
4
#
5
 
5
 
6
ALLBIN = svarlngs.lib svarlngc.lib svarlngm.lib svarlngl.lib tlumacz.exe
6
ALLBIN = svarlngs.lib svarlngc.lib svarlngm.lib svarlngl.lib tlumacz.exe
7
all: $(ALLBIN)
7
all: $(ALLBIN)
8
 
8
 
9
CFLAGS = -0 -wx -we -ox
9
CFLAGS = -0 -wx -we -os -s
10
 
10
 
11
# uncomment this if you prefer that SvarLANG uses fopen() etc to handle files
11
# uncomment this if you prefer that SvarLANG uses fopen() etc to handle files
12
# instead of direct DOS calls. this might make the final program slightly
12
# instead of direct DOS calls. this might make the final program slightly
13
# larger if it does not use FILE accesses already.
13
# larger if it does not use FILE accesses already.
14
#CFLAGS += -DWITHSTDIO
14
#CFLAGS += -DWITHSTDIO