Add initial IDE build support with Windows VisualStudio. Just put in
the autoconf includes and a readme.
pull/37/head
John Safranek 2017-07-21 14:25:38 -07:00
parent 1d594eba1f
commit 05ee7b34c7
4 changed files with 14 additions and 0 deletions

View File

@ -35,6 +35,7 @@ include wolfssh/include.am
include examples/include.am
include tests/include.am
include keys/include.am
include ide/include.am
TEST_EXTENSIONS = .test

5
ide/include.am 100644
View File

@ -0,0 +1,5 @@
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
include ide/winvs/include.am

View File

@ -0,0 +1 @@
VisualStudio solution for wolfSSH

View File

@ -0,0 +1,7 @@
# vim:ft=automake
# All paths should be given relative to the root
EXTRA_DIST+= ide/winvs/README.txt
#EXTRA_DIST+= ide/winvs/api.vcxproj
#EXTRA_DIST+= ide/winvs/wolfssh.sln
#EXTRA_DIST+= ide/winvs/wolfssh.vcxproj