aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.proj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add handle closing ioctlJason A. Donenfeld2019-07-311-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Split driver setup to EV signed (<Win10) and WHQL signed (>=Win10)Simon Rozman2019-04-261-2/+2
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* De-haiku wintun.projSimon Rozman2019-04-231-41/+12
| | | | | | | | | No need for breaking every XML tag with attributes into lines - besides, we're imposing 2-space indentation on .proj files making lines even shorter and indentation combined with excessive line breaking harder to follow visually. Signed-off-by: Simon Rozman <simon@rozman.si>
* Extend MSBuild project to build all supported platforms at onceSimon Rozman2019-04-231-38/+39
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* Add missing dependenciesSimon Rozman2019-04-191-1/+1
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* Switch from NMake to MSBuildSimon Rozman2019-04-191-0/+100
This allows common version and other configuration in wintun.props. - MSM packaging migrated to WiX MSBuild project and extended to support digital signing - Building supports single Platform|Configuration per run - again :( - wintun.vcxproj cleanup Signed-off-by: Simon Rozman <simon@rozman.si>