Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache Visual studio vc10 project |
|
Author |
|
bpommerenke
Joined: 22 Feb 2016 Posts: 1
|
Posted: Tue 23 Feb '16 16:48 Post subject: Apache Visual studio vc10 project |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 26 Feb '16 12:00 Post subject: |
|
|
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 |
|
|
|
|
|
|