/usr/src/openswan-2.6.38/packaging/defaults/mingw32-linux is in openswan-modules-dkms 1:2.6.38-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # this is the debian installed mingw32 package.
USE_OBJDIR=true
CC=i586-mingw32msvc-gcc
AR=i586-mingw32msvc-ar
CYGWINDIR?=/0g/sandboxes/cygwin
SYSINCDIR=$(shell i586-mingw32msvc-gcc --print-file-name=include)
LIBGCC=$(shell i586-mingw32msvc-gcc --print-file-name=libgcc.a)
USERCOMPILE=-g -O3
PORTINCLUDE=-nostdinc -isystem ${SYSINCDIR}
PORTINCLUDE+=-isystem ${CYGWINDIR}include
PORTINCLUDE+=-I${OPENSWANSRCDIR}/ports/win2k/include
USERCOMPILE+=-mcygwin -D__CYGWIN__ -D__CYGWIN32__
USERLINK=-mcygwin -nostdlib ${CYGWINDIR}/lib/crt0.o
USERLINK+=-L${CYGWINDIR}/lib -lcygwin ${LIBGCC}
USE_KLIPS=false
USE_NETKEY=false
USE_WIN2K=true
BUILD_KLIPS=false
ISCARCH=cygwin
|