summaryrefslogtreecommitdiff
path: root/libnet/README.win32
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-10-31 10:48:50 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-10-31 12:04:43 -0700
commit06087af56b4440b55c1af114a1085b07dc711b34 (patch)
tree1e78a53a450f5b1d275c8c149cc5766dab8bf8f2 /libnet/README.win32
parent22b56165c7edabc6c44378402c0a9305f0d0a362 (diff)
downloadlibnet-06087af56b4440b55c1af114a1085b07dc711b34.tar.gz
Use simple batch file to build for win32.
The project files are a painful and unmaintainable mess, they are replaced with a batch file, msvcbuild.bat, and the redundant version handling code is removed.
Diffstat (limited to 'libnet/README.win32')
-rw-r--r--libnet/README.win3214
1 files changed, 14 insertions, 0 deletions
diff --git a/libnet/README.win32 b/libnet/README.win32
new file mode 100644
index 0000000..4f22f0e
--- /dev/null
+++ b/libnet/README.win32
@@ -0,0 +1,14 @@
+Run msvcbuild.bat to build for Win32 with MSVC.
+
+The batch file depends on the MSVC build environment being set (PATH, etc.),
+this can be done with Visual Studio's vsvars32.bat, or by starting a Visual
+Studio shell.
+
+Also, the batch file hard-codes the location of the WinPcap developer's tools,
+you may have to modify it for your environment, or install the developer's
+pack in the expected location.
+
+For Visual Studio 2010, the shell can be found at:
+
+ Program Files >> Microsoft Visual Studio 2010 >> Visual Studio Tools >> Visual Studio Command Prompt
+