Skip to content

Commit

Permalink
nginx-0.0.2-2004-03-05-19:37:51 import
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Mar 5, 2004
1 parent ab9d5fd commit 833823c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions auto/lib/md5/makefile.msvc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
all:
cl -nologo -c -MT -O2 -Ob1 -Oi -Gs -D MD5_ASM -D L_ENDIAN \
md5_dgst.c md5_one.c

link -lib -out:md5.lib md5_dgst.obj md5_one.obj asm/m-win32.obj
2 changes: 1 addition & 1 deletion auto/make
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ do
fi

if [ $MAKE_SL = YES ]; then
echo $ngx_n " $obj," $ngx_c >> $MAKEFILE
echo $ngx_n " $obj" $ngx_c >> $MAKEFILE
else
echo " $obj \\" >> $MAKEFILE
fi
Expand Down
3 changes: 3 additions & 0 deletions auto/os/solaris
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ EVENT_MODULES="$EVENT_MODULES"

CORE_LIBS="$CORE_LIBS -lsocket -lnsl"

# the Solaris's make support
MAKE_SL=YES


CC_TEST_FLAGS="-D_FILE_OFFSET_BITS=64"

Expand Down

0 comments on commit 833823c

Please sign in to comment.