nginx-0.0.1-2003-12-25-23:26:58 import

This commit is contained in:
Igor Sysoev
2003-12-25 20:26:58 +00:00
parent fc68ea6f7b
commit 3b30a901b4
21 changed files with 507 additions and 54 deletions

View File

@@ -1,4 +1,5 @@
all:
cl -nologo -c -MT -O2 -D MD5_ASM -D L_ENDIAN md5_dgst.c md5_one.c
cl -nologo -c -MT -O2 -Ob1 -Oi -Gs -D MD5_ASM -D L_ENDIAN \
md5_dgst.c md5_one.c
link -lib -out:md5.lib md5_dgst.obj md5_one.obj asm/m-win32.obj