Logo
Explore Help
Sign In
IntenseWebs/nginx
3
0
Fork 0
You've already forked nginx
mirror of https://github.com/nginx/nginx.git synced 2025-02-25 18:55:26 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
c9aae14a7ebf75918bb383e7ee51eb9696e5a45c
nginx/auto/lib/md5/makefile.bcc

20 lines
283 B
Plaintext
Raw Normal View History

nginx-0.0.3-2004-03-29-21:43:58 import
2004-03-29 17:43:58 +00:00
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
2004-09-29 16:00:49 +00:00
# Copyright (C) Igor Sysoev
nginx-0.0.3-2004-03-29-21:43:58 import
2004-03-29 17:43:58 +00:00
CFLAGS = -q -O2 -tWM $(CPU_OPT) -DL_ENDIAN
!if "$(MD5_ASM)" == "YES"
md5.lib:
bcc32 -c $(CFLAGS) -DMD5_ASM md5_dgst.c
nginx-0.3.48-RELEASE import *) Change: now the ngx_http_charset_module works for subrequests, if the response has no "Content-Type" header line. *) Bugfix: if the "proxy_pass" directive has no URI part, then the "proxy_redirect default" directive add the unnecessary slash in start of the rewritten redirect. *) Bugfix: the internal redirect always transform client's HTTP method to GET, now the transformation is made for the "X-Accel-Redirect" redirects only and if the method is not HEAD; the bug had appeared in 0.3.42. *) Bugfix: the ngx_http_perl_module could not be built, if the perl was built with the threads support; the bug had appeared in 0.3.46.
2006-05-29 17:28:12 +00:00
tlib md5.lib +md5_dgst.obj +"asm\m-win32.obj"
nginx-0.0.3-2004-03-29-21:43:58 import
2004-03-29 17:43:58 +00:00
!else
md5.lib:
bcc32 -c $(CFLAGS) md5_dgst.c
tlib md5.lib +md5_dgst.obj
!endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 26ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API