comparison auto/cc/owc @ 2725:d43d73277c5c

Win32 master/workers model
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Apr 2009 06:08:47 +0000
parents 4e296b7d25bf
children bb05c0834c8c
comparison
equal deleted inserted replaced
2724:9fd2f12fee0a 2725:d43d73277c5c
69 NGX_BUILD_PCH="-fhq=$NGX_OBJS/ngx_config.pch" 69 NGX_BUILD_PCH="-fhq=$NGX_OBJS/ngx_config.pch"
70 NGX_USE_PCH="-fh=$NGX_OBJS/ngx_config.pch" 70 NGX_USE_PCH="-fh=$NGX_OBJS/ngx_config.pch"
71 71
72 72
73 # the link flags, built target is NT GUI mode application 73 # the link flags, built target is NT GUI mode application
74 CORE_LINK="$CORE_LINK -l=nt_win" 74 #CORE_LINK="$CORE_LINK -l=nt_win"
75 75
76 76
77 # the resource file 77 # the resource file
78 NGX_RCC="wrc \$(CORE_INCS) -fo=$NGX_OBJS/nginx.res " 78 NGX_RCC="wrc \$(CORE_INCS) -fo=$NGX_OBJS/nginx.res "
79 NGX_RCC="$NGX_RCC $NGX_WIN32_RC $NGX_OBJS/nginx.exe" 79 NGX_RCC="$NGX_RCC $NGX_WIN32_RC $NGX_OBJS/nginx.exe"