comparison auto/cc/bcc @ 2725:d43d73277c5c

Win32 master/workers model
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Apr 2009 06:08:47 +0000
parents 41f993457021
children d620f497c50f
comparison
equal deleted inserted replaced
2724:9fd2f12fee0a 2725:d43d73277c5c
44 NGX_BUILD_PCH="-H=$NGX_OBJS/ngx_config.csm" 44 NGX_BUILD_PCH="-H=$NGX_OBJS/ngx_config.csm"
45 NGX_USE_PCH="-Hu -H=$NGX_OBJS/ngx_config.csm" 45 NGX_USE_PCH="-Hu -H=$NGX_OBJS/ngx_config.csm"
46 46
47 47
48 # Win32 GUI mode application 48 # Win32 GUI mode application
49 LINK="\$(CC) -laa" 49 #LINK="\$(CC) -laa"
50 50
51 51
52 # the resource file 52 # the resource file
53 NGX_RES="$NGX_OBJS/nginx.res" 53 NGX_RES="$NGX_OBJS/nginx.res"
54 NGX_RCC="brcc32 -fo$NGX_OBJS/nginx.res \$(CORE_INCS) $NGX_WIN32_RC" 54 NGX_RCC="brcc32 -fo$NGX_OBJS/nginx.res \$(CORE_INCS) $NGX_WIN32_RC"