Author: rjung
Date: Sun Mar 6 18:37:14 2016
New Revision: 1733819
URL: http://svn.apache.org/viewvc?rev=1733819&view=rev
Log:
Fix NMAKEmakefile in case WITH_OPENSSL is
not set.
Modified:
tomcat/native/trunk/native/NMAKEmakefile
Modified: tomcat/native/trunk/native/NMAKEmakefile
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/NMAKEmakefile?rev=1733819&r1=1733818&r2=1733819&view=diff
==============================================================================
--- tomcat/native/trunk/native/NMAKEmakefile (original)
+++ tomcat/native/trunk/native/NMAKEmakefile Sun Mar 6 18:37:14 2016
@@ -64,7 +64,7 @@ INCLUDES = $(INCLUDES) -I$(WITH_OPENSSL)
LDIRS = $(LDIRS) /libpath:"$(WITH_OPENSSL)\lib"
!ELSE
WITH_OPENSSL = $(SRCDIR)\srclib\openssl
-INCLUDES = $(INCLUDES) $(WITH_OPENSSL)\inc32
+INCLUDES = $(INCLUDES) -I$(WITH_OPENSSL)\inc32
LDIRS = $(LDIRS) /libpath:"$(WITH_OPENSSL)\out32"
!ENDIF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]