*** empty log message ***

This commit is contained in:
2007-02-20 14:15:18 +00:00
parent 01d4ed2351
commit 3d0e1a5cc8
6 changed files with 40 additions and 40 deletions

View File

@ -1,11 +1,15 @@
/*
* $Id: awk.c,v 1.168 2007-02-20 14:09:44 bacon Exp $
* $Id: awk.c,v 1.169 2007-02-20 14:15:18 bacon Exp $
*/
#include <ase/awk/awk.h>
#include <ase/awk/val.h>
#include <ase/awk/map.h>
#include <stdio.h>
#include <ase/utl/ctype.h>
#include <ase/utl/stdio.h>
#include <ase/utl/main.h>
#include <string.h>
#include <signal.h>
#include <stdarg.h>
@ -28,10 +32,6 @@
#include <locale.h>
#endif
#include "../../etc/printf.c"
#include "../../etc/main.c"
#include "../../etc/ctype.h"
#if defined(_WIN32) && defined(_MSC_VER) && defined(_DEBUG)
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>

View File

@ -10,8 +10,8 @@
CC = bcc32
LD = ilink32
CFLAGS = -O2 -WM -WU -RT- -w -I..\..\..
LDFLAGS = -ap -Tpe -Gn -c -L..\..\awk
LIBS = import32.lib cw32mt.lib aseawk.lib
LDFLAGS = -ap -Tpe -Gn -c -L..\..\awk -L..\..\utl
LIBS = import32.lib cw32mt.lib aseawk.lib aseutl.lib
STARTUP = c0x32w.obj
all: aseawk