mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:03:34 +03:00
configure: NATIVE_WINDOWS no longer defined in config files
This commit is contained in:
parent
9e24b9c7af
commit
38ae6ec1a2
6 changed files with 7 additions and 21 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
|
|
@ -50,6 +50,10 @@ INCLUDES = -I$(top_builddir)/include/curl \
|
|||
-I$(top_srcdir)/lib
|
||||
endif
|
||||
|
||||
if DOING_NATIVE_WINDOWS
|
||||
AM_CPPFLAGS = -DCURL_STATICLIB
|
||||
endif
|
||||
|
||||
# Makefile.inc provides neat definitions
|
||||
include Makefile.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue