aboutsummaryrefslogtreecommitdiff
path: root/install-win32/maketapinstall
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-25 22:58:21 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-25 22:58:21 +0000
commit52d84f6eaf811749c965d1634f781c9f7c12d5eb (patch)
treef12efcc7600c7b192cc74662d13ccd7a11ba9e81 /install-win32/maketapinstall
parentTAP driver now passes signing tests on Vista x64. (diff)
downloadopenvpn-52d84f6eaf811749c965d1634f781c9f7c12d5eb.tar.xz
misc Windows build system changes
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1875 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r--install-win32/maketapinstall4
1 files changed, 4 insertions, 0 deletions
diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall
index 1ebc220..781380e 100644
--- a/install-win32/maketapinstall
+++ b/install-win32/maketapinstall
@@ -22,6 +22,10 @@ if [ -z "$DRVBINSRC" ] ; then
rm -rf tapinstall
cp -a "$TISRC" tapinstall
+ if [ -e tapinstall/sources.in ]; then
+ perl install-win32/ifdef.pl autodefs/defs.in <tapinstall/sources.in >tapinstall/sources
+ fi
+
cd tapinstall
t=`pwd`
cd ..