*** empty log message ***

This commit is contained in:
2007-02-13 06:42:41 +00:00
parent 16d69103d2
commit 98ea57a7b9
3 changed files with 42 additions and 2 deletions

View File

@ -7,7 +7,7 @@ objects = awk.obj
CFLAGS = /include="../../.."
#CFLAGS = /pointer_size=long /include="../../.."
awk.exe : $(objects)
link $(objects),[-.-.awk]aseawk/library
aseawk.exe : $(objects)
link /executable=aseawk.exe $(objects),[-.-.awk]aseawk/library
awk.obj depends_on awk.c