Subversion Repositories SvarDOS

Compare Revisions

Regard whitespace Rev 1280 → Rev 1281

/svarlang.lib/trunk/makefile
7,6 → 7,11
 
CFLAGS=-0 -wx -we -ox
 
# uncomment this if you prefer that SvarLANG uses fopen() etc to handle files
# instead of direct DOS calls. this might make the final program slightly
# larger if it does not use FILE accesses already.
#CFLAGS += -DWITHSTDIO
 
ALLFILES=auto_exe.c auto_nls.c svarlang.c version.c
 
svarlngs.lib: $(ALLFILES)