]> granicus.if.org Git - apache/commitdiff
copy applink.c in OpenSSL 1.1.0 to from /ms to /include to match location in 1.0.2
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 21 Jan 2018 02:12:46 +0000 (02:12 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 21 Jan 2018 02:12:46 +0000 (02:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821766 13f79535-47bb-0310-9956-ffa450edef68

support/abs.dsp

index 99eafd305727a96b4644964d082ada70aafddefa..bb407eb19b7e4bdf5b56821732a27b747412f4f4 100644 (file)
@@ -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