comparison src/gnutls.mk @ 3080:c0222ce8760d

[MSVC] enable MSVC compilation - cc-msvc/clgcc/clg++: make WinXP SP3 the default target - set CCAS=gcc by default
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 23 Jun 2013 23:33:40 -0400
parents 5ef49fb3299d
children cce4bedf4c3d
comparison
equal deleted inserted replaced
3079:fd2f3cb4c360 3080:c0222ce8760d
32 --disable-nls \ 32 --disable-nls \
33 --disable-guile \ 33 --disable-guile \
34 --with-included-libtasn1 \ 34 --with-included-libtasn1 \
35 --with-included-libcfg \ 35 --with-included-libcfg \
36 --without-p11-kit \ 36 --without-p11-kit \
37 --disable-silent-rules 37 --disable-silent-rules && $(CONFIGURE_POST_HOOK)
38 38
39 $(MAKE) -C '$(1)' -j '$(JOBS)' install 39 $(MAKE) -C '$(1)' -j '$(JOBS)' install
40 endef 40 endef