add winpcap 4.0.2 from url http://www.winpcap.org/
[natblaster.git] / winpcap / build_wpdpack.txt
blobd5ba0aa7a929d69abc01f83b9f14a2004f0cb331
1 In order to build the developers' pack, you need to compile the various DLLs and then call build_wpdpack.bat\r
2 This batch file, in turn, calls the four batches\r
3 - create_includes.bat           creates the include folder\r
4 - create_lib.bat                creates the lib folder\r
5 - create_examples.bat           copies the examples folder to the developers' pack. The examples can be compiled only under the developers' pack folder.\r
6 - create_docs.bat               calls createdoc.bat to create the documentation (via doxygen), and then copies the generated files under the developers' pack folder.\r
7 \r
8 The syntax for the various scripts is\r
9 \r
10 <script.bat> winpcap_folder developer_folder\r
12 winpcap_folder          The winpcap sources folder. It is defaulted to .\\r
13 developer_folder        The developers' pack folder. It is defaulted to .\wpdpack.\r
15 HINT: just call build_wpdpack.bat without any parameter!\r