You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2018/01/21 02:12:46 UTC

svn commit: r1821766 - /httpd/httpd/trunk/support/abs.dsp

Author: gsmith
Date: Sun Jan 21 02:12:46 2018
New Revision: 1821766

URL: http://svn.apache.org/viewvc?rev=1821766&view=rev
Log:
copy applink.c in OpenSSL 1.1.0 to from /ms to /include to match location in 1.0.2

Modified:
    httpd/httpd/trunk/support/abs.dsp

Modified: httpd/httpd/trunk/support/abs.dsp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/abs.dsp?rev=1821766&r1=1821765&r2=1821766&view=diff
==============================================================================
--- httpd/httpd/trunk/support/abs.dsp (original)
+++ httpd/httpd/trunk/support/abs.dsp Sun Jan 21 02:12:46 2018
@@ -111,6 +111,33 @@ SOURCE=.\ab.c
 # End Source File
 # Begin Source File
 
+SOURCE=../include\ap_release.h
+
+!IF  "$(CFG)" == "abs - Win32 Release"
+
+# Begin Custom Build - Create applink.c from ms/applink.c
+InputPath=../include\ap_release.h
+
+"..\srclib\openssl\include\openssl\applink.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+	IF EXIST ..\srclib\openssl\ms\applink.c type ..\srclib\openssl\ms\applink.c > ..\srclib\openssl\include\openssl\applink.c
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "abs - Win32 Debug"
+
+# Begin Custom Build - Create applink.c from ms/applink.c
+InputPath=../include\ap_release.h
+
+"..\srclib\openssl\include\openssl\applink.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+	IF EXIST ..\srclib\openssl\ms\applink.c type ..\srclib\openssl\ms\applink.c > ..\srclib\openssl\include\openssl\applink.c
+
+# End Custom Build
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
 SOURCE=..\build\win32\httpd.rc
 # End Source File
 # End Target