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
Guenter Knauf
0eefd06af0
removed HAVE_IOCTLSOCKET define;
...
updated OpenSSL version to have users use latest.
2007-04-12 22:13:14 +00:00
Guenter Knauf
3026c46109
removed ENOTCONN define, added HAVE_IOCTLSOCKET define;
...
added the new defines for inclusion of headers.
2007-04-12 21:37:09 +00:00
Daniel Stenberg
f015b10b02
Guenter Knauf's Netware+Win32 updates after my recent changes
2007-02-08 14:34:41 +00:00
Daniel Stenberg
e7181a8c36
Netware and Windows fixes by Guenter Knauf
2007-02-07 21:21:06 +00:00
Sara Golemon
0a9a5ffc22
Genericise win32 build params
2005-02-18 16:13:03 +00:00
Edin Kadribasic
2c5a8480b0
Silence warnings when win32 is already defined.
...
Enable zlib and newer diffie-hellman-group-exchange-sha1 syntax.
2005-01-22 02:29:37 +00:00
Edin Kadribasic
87d61a39e8
Adjust project files to live in /win32
2005-01-22 02:28:22 +00:00
Edin Kadribasic
0e878271db
Add windows build files to ignore list
2005-01-22 01:39:50 +00:00
Edin Kadribasic
bc16411dd3
Correct line endings
2005-01-22 01:34:02 +00:00
Sara Golemon
d1ae5a501f
Add MSVC6 build files
2005-01-11 19:10:53 +00:00
Wez Furlong
22c105332d
Add release build for win32
2005-01-11 02:23:28 +00:00
Wez Furlong
dc4bb1af96
Add support for win32.
...
Edit win32/config.mk to set the paths to your openssl and zlib headers and
libraries.
Then, from the root of the tree:
nmake -f NMakefile
voila.
2005-01-03 22:46:15 +00:00