comparison auto/cc @ 332:159dd60d257a

nginx-0.0.3-2004-05-10-23:53:35 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 May 2004 19:53:35 +0000
parents 39b6f2df45c0
children 6bdf858bff8c
comparison
equal deleted inserted replaced
331:f168a88e93f7 332:159dd60d257a
239 #DIRSEP='\\' 239 #DIRSEP='\\'
240 ;; 240 ;;
241 241
242 242
243 wcl386) 243 wcl386)
244 # Open Watcom 1.0 244 # Open Watcom C 1.0
245 245
246 # optimization 246 # optimization
247 247
248 # maximize speed 248 # maximize speed
249 CFLAGS="$CFLAGS -ot" 249 CFLAGS="$CFLAGS -ot"
293 CFLAGS="$CFLAGS -d2" 293 CFLAGS="$CFLAGS -d2"
294 294
295 # quiet 295 # quiet
296 CFLAGS="$CFLAGS -zq" 296 CFLAGS="$CFLAGS -zq"
297 297
298 # Open Watcom C 1.2
299 have=HAVE_C99_VARIADIC_MACROS . auto/have
300
298 # precompiled headers 301 # precompiled headers
299 CORE_DEPS="$CORE_DEPS $OBJS\\ngx_config.pch" 302 CORE_DEPS="$CORE_DEPS $OBJS\\ngx_config.pch"
300 PCH="$OBJS\\ngx_config.pch" 303 PCH="$OBJS\\ngx_config.pch"
301 BUILDPCH="-fhq=$OBJS\\ngx_config.pch" 304 BUILDPCH="-fhq=$OBJS\\ngx_config.pch"
302 USEPCH="-fh=$OBJS\\ngx_config.pch" 305 USEPCH="-fh=$OBJS\\ngx_config.pch"