Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/make
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-12 00:34:52 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-03-12 00:34:52 +0300
commita893eab667078a8ad9f473296663b36e6ade111a (patch)
tree5eb4a198f0e0976948fc154c832663db661a4a91 /auto/make
parent6bb889f442bd7c5c6f640021014014ebc59bac27 (diff)
nginx-0.0.2-2004-03-12-00:34:52 import
Diffstat (limited to 'auto/make')
-rw-r--r--auto/make1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/make b/auto/make
index c9e672f1b..294a9cb13 100644
--- a/auto/make
+++ b/auto/make
@@ -5,6 +5,7 @@ mkdir -p $OBJS/src/core $OBJS/src/event $OBJS/src/event/modules \
echo "CC = $CC" > $MAKEFILE
+echo "CPP = $CPP" >> $MAKEFILE
echo "LINK = $LINK" >> $MAKEFILE
if [ $CC = wcl386 ]; then
echo MAKE = wmake >> $MAKEFILE