*** empty log message ***

This commit is contained in:
2006-08-16 09:35:21 +00:00
parent 899dea38f0
commit 198b42407e
5 changed files with 65 additions and 25 deletions

8
ase/awk/sources Normal file
View File

@ -0,0 +1,8 @@
TARGETNAME=xpawk
TARGETPATH=obj
TARGETTYPE=DRIVER_LIBRARY
SOURCES=awk.c err.c tree.c tab.c map.c parse.c run.c sa.c val.c func.c misc.c extio.c rex.c
C_DEFINES=-DXP_AWK_STAND_ALONE -DXP_AWK_NTDDK
INCLUDES=..\..