diff options
Diffstat (limited to 'openvpn/build/msvc/msvc-generate/Makefile.mak')
-rwxr-xr-x | openvpn/build/msvc/msvc-generate/Makefile.mak | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/openvpn/build/msvc/msvc-generate/Makefile.mak b/openvpn/build/msvc/msvc-generate/Makefile.mak deleted file mode 100755 index 72415f17..00000000 --- a/openvpn/build/msvc/msvc-generate/Makefile.mak +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright (C) 2008-2012 Alon Bar-Lev <alon.barlev@gmail.com> - -CONFIG=$(SOURCEBASE)/version.m4 -INPUT=$(SOURCEBASE)/config-msvc-version.h.in -OUTPUT=$(SOURCEBASE)/config-msvc-version.h - -all: $(OUTPUT) - -$(OUTPUT): $(INPUT) $(CONFIG) - cscript //nologo msvc-generate.js --config="$(CONFIG)" --input="$(INPUT)" --output="$(OUTPUT)" - -clean: - -del "$(OUTPUT)" |