History log of /curl/Makefile.am (Results 101 – 125 of 207)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c8224d7e 17-May-2014 Steve Holme

Makefile.am: Added new Visual Studio project file generation for libcurl


# b121de9d 17-May-2014 Steve Holme

Makefile.am: Removed old Visual Studio project file generation


# 4b60db7e 01-May-2014 Steve Holme

Makefile.am: Added build-openssl.bat as README file references it

Missed in commit dce748d3f1.


# 50b3111b 01-May-2014 Steve Holme

build: Added Visual Studio 2003 .NET (VC7.1) project files

Carrying on from commit 11025613b9 added VC7.1 project files which are
capable of supporting side-by-side compilation, as well

build: Added Visual Studio 2003 .NET (VC7.1) project files

Carrying on from commit 11025613b9 added VC7.1 project files which are
capable of supporting side-by-side compilation, as well as support for
some of the third-party libraries curl uses.

show more ...


# 0d854de5 27-Apr-2014 Steve Holme

build: Added Visual Studio .NET (VC7) project files

Carrying on from commit 11025613b9 added VC7 project files which are
capable of supporting side-by-side compilation, as well as suppor

build: Added Visual Studio .NET (VC7) project files

Carrying on from commit 11025613b9 added VC7 project files which are
capable of supporting side-by-side compilation, as well as support for
some of the third-party libraries curl uses.

show more ...


# c506e03f 27-Apr-2014 Steve Holme

build: Added Visual Studio 6.0 (VC6) project files

Carrying on from commit 11025613b9 added a more thorough version of
the VC6 project files which are capable of supporting side-by-side

build: Added Visual Studio 6.0 (VC6) project files

Carrying on from commit 11025613b9 added a more thorough version of
the VC6 project files which are capable of supporting side-by-side
compilation, as well as support for some of the third-party libraries
curl uses.

show more ...


# cf9342e2 23-Apr-2014 Steve Holme

build: Added Visual Studio 2013 (VC12) project files

Carrying on from commit 11025613b9 added VC12 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-b

build: Added Visual Studio 2013 (VC12) project files

Carrying on from commit 11025613b9 added VC12 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.

show more ...


# 0160cb2e 18-Apr-2014 Steve Holme

build: Added Visual Studio 2012 (VC11) project files

Carrying on from commit 11025613b9 added VC11 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-b

build: Added Visual Studio 2012 (VC11) project files

Carrying on from commit 11025613b9 added VC11 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.

show more ...


# 5a23aeb0 16-Apr-2014 Steve Holme

Makefile.am: Missed separator in commit fbaa2f8660


# fbaa2f86 16-Apr-2014 Steve Holme

build: Added Visual Studio 2010 (VC10) project files

Carrying on from commit 11025613b9 added VC10 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-b

build: Added Visual Studio 2010 (VC10) project files

Carrying on from commit 11025613b9 added VC10 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.

show more ...


# 78e3844a 08-Apr-2014 Steve Holme

build: Added Visual Studio 2008 (VC9) project files

Carrying on from commit 11025613b9, added VC9 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bi

build: Added Visual Studio 2008 (VC9) project files

Carrying on from commit 11025613b9, added VC9 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.

show more ...


# a700f900 08-Apr-2014 Daniel Stenberg

dist: include the projects/ files in releases

... the recent MSVC project files added by Steve Holme


Revision tags: curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0, curl-7_30_0
# cc8fad9a 13-Feb-2013 Yang Tse

move msvc IDE related files to 'vs' directory tree

Use 'vs' directory tree given that 'vc' intended one clashes
with an already existing build target in file Makefile.dist.


# beae838e 11-Feb-2013 Yang Tse

move msvc IDE related files to 'vc' directory tree


# 4ed469a5 07-Feb-2013 Daniel Stenberg

Revert "vc: remove explicit MSVC6 IDE project file and documentation"

This reverts commit 0e66d5878edc3d7ffc445116d194b58bbc7504b9.


# 0e66d587 06-Feb-2013 Daniel Stenberg

vc: remove explicit MSVC6 IDE project file and documentation

VC6 is _very_ old and we provide working makefiles even for that
compiler. Users who build with the IDE never use that method

vc: remove explicit MSVC6 IDE project file and documentation

VC6 is _very_ old and we provide working makefiles even for that
compiler. Users who build with the IDE never use that method and project
file anyway and it was just lingering in the root dir.

show more ...


# 632e50ca 06-Feb-2013 Daniel Stenberg

msvc: move Makefile.msvc.names into winbuild/

In an attempt to clear up misc files from the root dir


# 7be925ae 06-Feb-2013 Daniel Stenberg

build: move Android.mk to packages/Android/


# 611ec0a1 06-Feb-2013 Daniel Stenberg

emacs files: remove from git and dist

We don't need them and I doubt many people used them. We also don't have
any configs for other editors and we wouldn't want that.


Revision tags: curl-7_29_0
# 14dc679c 23-Nov-2012 Daniel Stenberg

test: offer "automake" output and check for perl better

runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each
executed test. You can run 'make test-am' in the root build direc

test: offer "automake" output and check for perl better

runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each
executed test. You can run 'make test-am' in the root build directory to
invoke that. The reason for this output style is to better allow generic
test suite parsers to also grok our test output.

The test Makefile now also tests that perl was indeed found and that the
PERL variable points to an executable before it tries to run the main
test perl script runtests.pl,

show more ...


Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0
# b0735f31 15-Jul-2012 Daniel Stenberg

make: make distclean work again

The clean-local hook needed some polish to make sure make distclean
works. Added comment describing why.


Revision tags: curl-7_26_0, curl-7_25_0, curl-7_24_0
# 7cc2e8b3 16-Dec-2011 Alessandro Ghedini

configure: add symbols versioning option

Allow, at configure time, the production of versioned symbols. The
symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where
<FLAVOUR

configure: add symbols versioning option

Allow, at configure time, the production of versioned symbols. The
symbols will look like "CURL_<FLAVOUR>_<VERSION> <SYMBOL>", where
<FLAVOUR> represents the SSL flavour (e.g. OPENSSL, GNUTLS, NSS, ...),
<VERSION> is the major SONAME version and <SYMBOL> is the actual symbol
name. If no SSL library is enabled the symbols will be just
"CURL_<VERSION> <SYMBOL>".

show more ...


Revision tags: curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7
# 2ef7a28a 03-May-2011 Daniel Stenberg

include: cleanup

Made the public headers checksrc compliant

Removed types.h (it's been unused since April 2004)

Made the root makefile do make in include by default as well

include: cleanup

Made the public headers checksrc compliant

Removed types.h (it's been unused since April 2004)

Made the root makefile do make in include by default as well, so that
TAGS and the checksrc will work better.

show more ...


# 45de0579 27-Apr-2011 Daniel Stenberg

make: add 'checksrc' as target to check code style

The make target checksrc now works in the root makefile and in both the
src and lib directories.

It is also run automatically

make: add 'checksrc' as target to check code style

The make target checksrc now works in the root makefile and in both the
src and lib directories.

It is also run automatically on "all" if configure --enable-debug was
used.

show more ...


Revision tags: curl-7_21_6, curl-7_21_5, curl-7_21_4
# 76ac6b94 28-Jan-2011 Pierre Joye

Windows build: alternative makefile

This is a separate makefile for MSVC builds. It is deliberately put in
another dir than src/ and lib/ to allow a different build experience
than t

Windows build: alternative makefile

This is a separate makefile for MSVC builds. It is deliberately put in
another dir than src/ and lib/ to allow a different build experience
than the previous - at least during a period. Eventually we should
unify.

show more ...


123456789