logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Apache Visual studio vc10 project
Author
bpommerenke



Joined: 22 Feb 2016
Posts: 1

PostPosted: Tue 23 Feb '16 16:48    Post subject: Apache Visual studio vc10 project Reply with quote

Can someone can give a link with the source code of apache with the vc10 projects?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Fri 26 Feb '16 12:00    Post subject: Reply with quote

We all use the source code from httpd.apache.org

Most of the work can be done with a perl script that is in the source code called cvtdsp.pl

From my old build notes

Quote:

unpack httpd-2.4.18.tar.gz to C:\build\2.4.18
unpack httpd-2.4.18-deps.tar.gz to C:\build\2.4.18
unpack apr-iconv-1.2.1.tar.gz to C:\build\2.4.18\srclib\apr-iconv
unpack openssl-1.0.1c.tar.gz and C:\build\2.4.18\srclib\openssl
unpack zlib-1.2.7.tar.gz C:\build\2.4.18\srclib\zlib
unpack pcre-8.20.zip C:\build\2.4.18\srclib\pcre


command line
cd C:\build\2.4.18
srclib\apr\build\lineends.pl
srclib\apr\build\cvtdsp.pl -2005


cd srclib\zlib
nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF -I." OBJA="inffas32.obj match686.obj"
MT -manifest zlib1.dll.manifest -outputresource:zlib1.dll;2

cd ..\..\srclib\openssl
perl Configure VC-WIN32 --prefix=/Apache24 --openssldir=/Apache24/conf enable-camellia disable-idea
ms\do_nasm
nmake /f ms\ntdll.mak


Open Apache.dsw with VS8/VS9/VS10 and answer "Yes to All" to the "convert projects" question
Select relase win32

Now build InstallBin
Back to top


Reply to topic   Topic: Apache Visual studio vc10 project View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads