mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
copy applink.c in OpenSSL 1.1.0 to from /ms to /include to match location in 1.0.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -111,6 +111,33 @@ SOURCE=.\ab.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin 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
|
SOURCE=..\build\win32\httpd.rc
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
|
Reference in New Issue
Block a user