Verify tools fails if wireshark-win32-libs does not exist.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 Feb 2011 15:10:35 +0000 (15:10 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 25 Feb 2011 15:10:35 +0000 (15:10 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36069 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake

index 1e698515597f8b65030174acad323b5346bf5373..b4ef8288fb49f241b5e822c74b4538463d7363ef 100644 (file)
@@ -725,6 +725,8 @@ REQUIRED_TOOLS=\
        wget
 
 verify_tools:
+       # As win-setup.sh assumes the dir exists create it if it doesn't
+       @if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
        @$(SH) $(WIN_SETUP) --appverify $(REQUIRED_TOOLS)
 
 # Targets and etc used to verify or download libraries