| # Copyright (C) Igor Sysoev |
| # optimize for Pentium and Athlon |
| # optimize for Pentium Pro, Pentium II and Pentium III |
| CFLAGS="$CFLAGS $CPU_OPT" |
| CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.csm" |
| NGX_PCH="$NGX_OBJS/ngx_config.csm" |
| NGX_BUILD_PCH="-H=$NGX_OBJS/ngx_config.csm" |
| NGX_USE_PCH="-Hu -H=$NGX_OBJS/ngx_config.csm" |
| # Win32 GUI mode application |
| NGX_RES="$NGX_OBJS/nginx.res" |
| NGX_RCC="brcc32 -fo$NGX_OBJS/nginx.res \$(CORE_INCS) $NGX_WIN32_RC" |
| # the pragma allows to link the resource file using bcc32 and |
| # to avoid the direct ilink32 calling and the c0w32.obj's WinMain/main problem |
| NGX_PRAGMA="#pragma resource \"$NGX_OBJS/nginx.res\"" |