From 7132f9dfba0ca4d9a5f639360dcb009d29fa4782 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 22 Jun 2009 00:44:02 +0000 Subject: Rename generated tapdrvr.cod to a unique name to avoid the issue where building for multiple architectures causes the previous tapdrvr.cod to be overwritten. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4604 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/maketap | 1 + 1 file changed, 1 insertion(+) (limited to 'install-win32') diff --git a/install-win32/maketap b/install-win32/maketap index 94ee4d5..0d33329 100644 --- a/install-win32/maketap +++ b/install-win32/maketap @@ -40,6 +40,7 @@ if [ -z "$DRVBINSRC" ] ; then for mode in "$w2ktarget" "$amdtarget"; do echo '**********' build TAP $mode cmd //c "C:\\WINDDK\\$DDKVER\\bin\\setenv.bat C:\\WINDDK\\$DDKVER $mode && cd `perl install-win32/dosname.pl $t` && build -cef" + mv tap-win32/tapdrvr.cod "tap-win32/tapdrvr-$(echo $mode | tr ' ' '-').cod" done title openvpn-build &>/dev/null -- cgit v1.2.3