Subversion Repositories SvarDOS

Rev

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

Rev 1379 Rev 1381
Line 6... Line 6...
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 -os -s
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 SvarLANG to use fopen() and friends to handle
12
# instead of direct DOS calls. this might make the final program slightly
12
# file access instead of raw DOS calls. this might make the program larger if
13
# larger if it does not use FILE accesses already.
13
# it does not use FILE already, but it allows for 100% ANSI C compliancy.
14
#CFLAGS += -DWITHSTDIO
14
#CFLAGS += -DWITHSTDIO
15
 
15
 
16
ALLFILES = auto_exe.c auto_nls.c svarlang.c version.c
16
ALLFILES = auto_exe.c auto_nls.c svarlang.c version.c
17
 
17
 
18
svarlngs.lib: $(ALLFILES)
18
svarlngs.lib: $(ALLFILES)