Skip to content

Commit

Permalink
Remove all traces of the previous MSVC build system
Browse files Browse the repository at this point in the history
Completely replaced by the CMake build system now.

v2:
 - rebase on top of my dist fixes

Change-Id: I807cffa40f18faa1adec4e15e84c032877a2b92e
Signed-off-by: Frank Lichtenheld <[email protected]>
Acked-by: Lev Stipakov <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/search?l=mid&[email protected]
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
flichtenheld authored and cron2 committed Sep 26, 2023
1 parent 96ca5a5 commit f04ce77
Show file tree
Hide file tree
Showing 154 changed files with 2 additions and 2,403 deletions.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
*.idb
*.suo
*.ncb
*.vcproj.*
*.vcxproj.user
*.sln.cache
*.log
Release
Debug
Win32-Output
out
.vs
.deps
Expand Down Expand Up @@ -45,12 +39,8 @@ m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
vcpkg_installed

version.sh
msvc-env-local.bat
config-msvc-local.h
config-msvc-version.h
doc/openvpn-examples.5
doc/openvpn-examples.5.html
doc/openvpn.8
Expand All @@ -62,7 +52,6 @@ distro/systemd/*.service
sample/sample-keys/sample-ca/
vendor/cmocka_build
vendor/dist
build/msvc/msvc-generate/version.m4

tests/t_client.sh
tests/t_client-*-20??????-??????/
Expand Down
6 changes: 1 addition & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ dist_noinst_DATA = \
README.dco.md \
README.ec \
README.wolfssl \
openvpn.sln

dist_noinst_HEADERS = \
config-msvc.h \
config-msvc-version.h.in
README.mbedtls

if WIN32
rootdir=$(prefix)
Expand Down
2 changes: 0 additions & 2 deletions build/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ MAINTAINERCLEANFILES = \

EXTRA_DIST = \
ltrc.inc

SUBDIRS = msvc
15 changes: 0 additions & 15 deletions build/msvc/Makefile.am

This file was deleted.

20 changes: 0 additions & 20 deletions build/msvc/msvc-generate/Makefile.am

This file was deleted.

67 changes: 0 additions & 67 deletions build/msvc/msvc-generate/Makefile.mak

This file was deleted.

75 changes: 0 additions & 75 deletions build/msvc/msvc-generate/git-version.py

This file was deleted.

118 changes: 0 additions & 118 deletions build/msvc/msvc-generate/msvc-generate.js

This file was deleted.

Loading

0 comments on commit f04ce77

Please sign in to comment.