summaryrefslogtreecommitdiff
path: root/openvpn/build/msvc/msvc-generate/Makefile.mak
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
commit3e4d8f433239c40311037616b1b8833a06651ae0 (patch)
tree98ab7fce0d011d34677b0beb762d389cb5c39199 /openvpn/build/msvc/msvc-generate/Makefile.mak
Initial import
Diffstat (limited to 'openvpn/build/msvc/msvc-generate/Makefile.mak')
-rwxr-xr-xopenvpn/build/msvc/msvc-generate/Makefile.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/openvpn/build/msvc/msvc-generate/Makefile.mak b/openvpn/build/msvc/msvc-generate/Makefile.mak
new file mode 100755
index 00000000..72415f17
--- /dev/null
+++ b/openvpn/build/msvc/msvc-generate/Makefile.mak
@@ -0,0 +1,13 @@
+# 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)"