blob: be4f6f30efa48bf4200c304950dfbc126e9eda57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
build_script:
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x86
- mkdir C:\kfw
- set KRB_INSTALL_DIR=C:\kfw
- set CPU=i386
- set NO_LEASH=1
- set
- cd %APPVEYOR_BUILD_FOLDER%\src
- nmake -f Makefile.in prep-windows
- nmake
- nmake install
- set CPU=AMD64
- setenv /x64
- nmake clean
- nmake
- nmake install
|