Guenter Knauf
3f2b1dea5e
The files were not gone but renamed ...
2011-09-08 11:59:49 +02:00
Guenter Knauf
31a9e8860d
Fixed link to native Win32 awk tool.
2011-08-29 14:05:15 +02:00
Guenter Knauf
b26c3e7cce
Renamed MinGW makefiles.
2011-08-29 13:59:43 +02:00
Guenter Knauf
e4eeb85f01
Some MinGW makefile tweaks.
...
Enable build without GNU tools and with MinGW64 compiler.
2011-08-29 13:54:51 +02:00
Guenter Knauf
cc84d875eb
Updated default (recommended) dependency versions.
2011-04-19 14:21:49 +02:00
Daniel Stenberg
4825171919
msvcproj: added libs and debug stuff
...
Added libraries needed to link whether using openssl dynamically or
statically
Added LIBSSH2DEBUG define to debug versions to enable tracing
URL: http://trac.libssh2.org/ticket/215
Patch by: Mark Smith
2011-04-15 14:29:30 +02:00
Guenter Knauf
326f741a52
Updated OpenSSL version.
2010-12-22 14:39:59 +01:00
Guenter Knauf
c32b0d164e
Fixed Win32 makefile which was now broken at resource build.
2010-08-18 17:22:33 +02:00
Guenter Knauf
835c03e076
It is sufficient to pipe stderr to NUL to get rid of the nasty messages.
2010-08-18 16:59:21 +02:00
Guenter Knauf
c46abb2663
Use the new libssh2.rc file.
2010-08-17 01:58:39 +02:00
Guenter Knauf
0a34fa79f0
Added resource file for libssh2.dll (shamelessly stolen from libcurl).
2010-08-17 01:54:20 +02:00
Guenter Knauf
43001570d6
Updated Win32 MSVC dependencies versions.
2010-08-17 01:35:55 +02:00
Guenter Knauf
ac709e0d4f
Added Watcom makefile borrowed from libcurl.
...
This makefile compiles already all files fine for static lib, but needs
final touch when I have OpenSSL fully working with shared libs and Watcom.
2010-08-16 16:10:07 +02:00
Guenter Knauf
56d0877f07
Added copyright define to libssh2.h and use it for binary builds.
2010-08-15 04:09:01 +02:00
Guenter Knauf
2bd9418ac7
Some minor makefile tweaks.
2010-08-14 21:56:37 +02:00
Guenter Knauf
a4fdf0de01
fixed libssh2.dsw to use the generated libssh2.dsp; removed old *.dsp files.
2010-06-10 02:43:49 +02:00
Guenter Knauf
2c1c751ad1
moved MSVC strdup define to libssh2_config.h which we include already.
2010-06-10 02:31:48 +02:00
Guenter Knauf
2996e02482
moved CRT_SECURE_NO_DEPRECATE define up so its defined before the winsock headers are included.
2010-06-03 03:12:20 +02:00
Guenter Knauf
2683fddcca
fixed platform detection for MingW32 test makefile.
2010-06-01 21:19:14 +02:00
Guenter Knauf
dceb3d1452
changed copyright notice for MinW32 and NetWare binaries.
2010-06-01 20:17:05 +02:00
Guenter Knauf
86c935317c
cleaned up MSVC ifdefs which where spreaded over 3 places.
2010-06-01 19:32:11 +02:00
Guenter Knauf
4d7b2950d9
updated MingW32 makefiles for latest dependency lib versions.
2010-06-01 16:58:40 +02:00
Grubsky Grigory
8145f9e79c
DSP: output lib name typo
2010-05-25 23:28:01 +02:00
Daniel Stenberg
eb4407975c
ignore libssh2.dsp
2010-03-23 21:59:12 +01:00
Daniel Stenberg
1b1b4ac387
libssh2 is released under the Modifed BSD license, not GPL
2010-03-14 23:30:46 +01:00
Simon Josefsson
b5e358618b
Move examples from example/simple to example/.
2009-12-19 10:54:45 +01:00
Peter Stuge
55034294e8
Ensure that win32/libssh2.dsp will be generated with CRLF line endings
...
First, win32/msvcproj.{head,foot} are now committed with CRLF line endings,
and .gitattributes specifies that these should not be changed on checkout or
commit. These are win32 files so it makes sense to store them with native
line endings.
Second, the rules for generating libssh2.dsp and libssh2.vcproj are changed
so that the full file contents passes through awk, which strips all CR and
then prints each line with one CRLF line ending. Stripping CR is important
to avoid CRCRLF in case the input already comes with CRLF.
2009-10-17 02:58:53 +02:00
Guenter Knauf
d48ee98ecf
renamed .cvsignore to .gitignore.
2009-09-04 02:12:50 +02:00
Guenter Knauf
b728b1018f
changed NetWare and MingW32 makefile to use Makefile.inc.
2009-09-03 22:06:59 +02:00
Hacki
8dabb1c5eb
added knownhost.c to makefiles.
2009-09-02 20:03:27 +02:00
Daniel Stenberg
b363c84366
From: Neil Gierman <ngierman@roadrunn.com>
...
Makefile changes to generate MSVS project files
- I integrated the libssh2_lib.dsp and libssh2_dll.dsp into a single
libssh2.dsp with different targets for lib vs dll
- Since I run Visual Studio 2008 with VC++9 I did not do vcproj files since
I would have newer vc8proj.head|foot than what others will be running
- My patch only has changes to Makefile.am's. I noticed that Makefile.in's
are included in the daily snapshots but they should be generated from the
.am's
- The 3 new files are msvcproj.head and msvcproj.foot for the beginning and
ending of the dsp file, and a new Makefile.inc that will have the source and
header file names. NOTE: All new source files will need to be added to
Makefile.inc and NOT Makefile.am now.
- I moved the win32 dir before the include dir
- I modified the dsw file so it points to the new libssh2.dsp project file
2009-07-18 00:23:25 +02:00
Guenter Knauf
2a39b32b1a
some minor Makefile tweaks; mainly for crosscompiling.
2009-04-09 03:13:51 +00:00
Guenter Knauf
16941e1fcf
some minor Makefile tweaks.
2009-03-06 07:25:37 +00:00
Daniel Stenberg
e5a36fb1cf
WINSOCK_VERSION is no longer used (Richard W.M. Jones fixed)
2008-11-10 21:26:14 +00:00
Daniel Stenberg
8c43bc52b1
Carlo Bramini fixed the build for msys+mingw. Bug #1943976 .
2008-09-30 21:54:20 +00:00
Daniel Stenberg
b4b8c51b32
Neil Gierman provided improved Visual Studio 2008 code in bug #1946268
2008-09-29 18:59:40 +00:00
Daniel Stenberg
818e9edfb1
- Bug #1862727 fixed libssh2_poll() to work on windows (by defining HAVE_SELECT).
2008-09-29 14:16:19 +00:00
Guenter Knauf
e905b206ed
fix line endings to crlf and flag binary to avoid nasty conversions.
2007-09-15 15:26:37 +00:00
Guenter Knauf
5879a0245b
added link to native Win32 awk.
2007-08-18 18:53:26 +00:00
Guenter Knauf
327c31a634
added var to specify cross compiler prefix.
2007-07-21 22:59:24 +00:00
Guenter Knauf
4ace76b30d
added some defines for MSVC and other non-gcc compilers.
2007-07-20 09:52:02 +00:00
Guenter Knauf
138b1b3830
fixed MSVC project files to build static lib and dll in separate direcories.
2007-07-15 23:46:30 +00:00
Guenter Knauf
402978bd1b
fixed MSVC project files.
2007-07-15 22:11:12 +00:00
Guenter Knauf
bb76ed34a0
fixed NMakefile stuff to build at least the DLL again.
2007-07-15 20:06:19 +00:00
James Housley
b12a16f89c
Add a define for vsnprintf, similar to snprintf that is already there.
...
Bug: 1702156
2007-06-10 11:16:36 +00:00
Guenter Knauf
40970adb53
changed to configure defines to control inclusion of headers from libssh2_config.h.
2007-04-26 22:59:29 +00:00
Guenter Knauf
ab7c3fb2d4
fixed ARFLAGS for CodeWarrior build.
2007-04-21 23:36:51 +00:00
Guenter Knauf
1ebe0a64b3
some more makefile fixes.
2007-04-21 21:26:54 +00:00
Guenter Knauf
6cd1c7528e
fixed debug option.
2007-04-21 20:15:33 +00:00
Guenter Knauf
d45d509a09
added ranlib when library is created with ar.
2007-04-16 20:56:08 +00:00