mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Compile Zeek with MSVC
Allow Zeek to be embedded in another project
This commit is contained in:
parent
2bd4af7477
commit
3a80b79497
53 changed files with 724 additions and 153 deletions
|
@ -6,7 +6,10 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HAVE_GETOPT_H
|
||||
#include "zeek/ScriptProfile.h"
|
||||
#include "zeek/script_opt/ScriptOpt.h"
|
||||
|
||||
#if defined(HAVE_GETOPT_H) && ! defined(_MSC_VER)
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
||||
|
@ -15,7 +18,6 @@
|
|||
#include <cstdlib>
|
||||
#include <sstream>
|
||||
|
||||
#include "zeek/ScriptProfile.h"
|
||||
#include "zeek/logging/writers/ascii/Ascii.h"
|
||||
#include "zeek/script_opt/ScriptOpt.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue