1
1
libssh2/win32
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
..
test some minor Makefile tweaks; mainly for crosscompiling. 2009-04-09 03:13:51 +00:00
.cvsignore Add windows build files to ignore list 2005-01-22 01:39:50 +00:00
config.mk fixed NMakefile stuff to build at least the DLL again. 2007-07-15 20:06:19 +00:00
libssh2_config.h WINSOCK_VERSION is no longer used (Richard W.M. Jones fixed) 2008-11-10 21:26:14 +00:00
libssh2_dll.dsp fix line endings to crlf and flag binary to avoid nasty conversions. 2007-09-15 15:26:37 +00:00
libssh2_lib.dsp fix line endings to crlf and flag binary to avoid nasty conversions. 2007-09-15 15:26:37 +00:00
libssh2.dsw fix line endings to crlf and flag binary to avoid nasty conversions. 2007-09-15 15:26:37 +00:00
Makefile Netware and Windows fixes by Guenter Knauf 2007-02-07 21:21:06 +00:00
Makefile.win32 some minor Makefile tweaks; mainly for crosscompiling. 2009-04-09 03:13:51 +00:00
msvcproj.foot From: Neil Gierman <ngierman@roadrunn.com> 2009-07-18 00:23:25 +02:00
msvcproj.head From: Neil Gierman <ngierman@roadrunn.com> 2009-07-18 00:23:25 +02:00
rules.mk Add support for win32. 2005-01-03 22:46:15 +00:00
tests.dsp fix line endings to crlf and flag binary to avoid nasty conversions. 2007-09-15 15:26:37 +00:00