-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbuildout-build-windows-64bit.cfg
More file actions
28 lines (24 loc) · 1.04 KB
/
buildout-build-windows-64bit.cfg
File metadata and controls
28 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[buildout]
extends = buildout-build-windows.cfg
[environment-windows]
FrameworkDir = ${:WinDir}\Microsoft.NET\Framework64
VSINSTALLDIR = ${:ProgramFiles64}\Microsoft Visual Studio 9.0
ProgramFiles64 = ${:SystemDrive}\Program Files (x86)
VSBIN = ${:VCRoot}\BIN\amd64
ATLMFC_LIB = ${:VCRoot}\ATLMFC\LIB\amd64
VSLIB = ${:VCRoot}\LIB\amd64
VC90CRT = ${:VCRoot}\redist\amd64\Microsoft.VC90.CRT
SDKLIB = ${:WindowsSdkDir}\lib\x64
SDKLIB32 = ${:WindowsSdkDir}\lib
SDKBIN = ${:WindowsSdkDir}\bin\x64
PerlExe = ${:SystemDrive}\Perl64\bin\perl.exe
[openssl]
configure-options = Configure VC-WIN64A enable-zlib enable-static-engine enable-zlib-dynamic enable-capieng no-asm no-shared --prefix=${options:prefix}
pre-make-hook = ${options:hooks-dir}\windows.py:openssl_pre_make64
[db]
make-binary = devenv
make-options = build_windows\Berkeley_DB.sln /build "Release|x64"
post-make-hook = ${options:hooks-dir}\windows.py:db_post_make64
[python-win]
make-options = pcbuild.sln /useenv /build "Release|x64"
post-make-hook = ${options:hooks-dir}\windows.py:python_post_make64