add winpcap 4.0.2 from url http://www.winpcap.org/
[natblaster.git] / winpcap / Packet9x / VXD / MAKEFILE
blob47fb18742a3e019743370e923b87da28e7e85be3
1 ##################################################################\r
2 #\r
3 #       Microsoft Confidential\r
4 #       Copyright (C) Microsoft Corporation 1993-95\r
5 #       All Rights Reserved.\r
6 #\r
7 #       This document is provided for informational purposes only and Microsoft \r
8 #       Corporation makes no warranties, either expressed or implied, in this document.\r
9 #       Information in this document may be substantially changed without notice in\r
10 #       subsequent versions of windows and does not represent a commitment on the \r
11 #       part of Microsoft Corporation. This information is for internal use only for \r
12 #       development purposes.\r
13 #\r
14 #       INPUT:\r
15 #               BIN: Where to put the stuff\r
16 #               DEB: Flags to control debug level\r
17 #\r
18 ##################################################################\r
20 DEVICE=NPF\r
22 BIN = debug\r
23 #SDK = $(SDKROOT)\r
24 #DDK = $(DDKROOT)\r
26 OBJS=\\r
27 $(BIN)\openclos.obj\\r
28 $(BIN)\packet.obj\\r
29 $(BIN)\request.obj\\r
30 $(BIN)\win_bpf_filter.obj\\r
31 $(BIN)\read.obj\\r
32 $(BIN)\write.obj\\r
33 $(BIN)\lock.obj\\r
34 $(BIN)\functs.obj\\r
35 $(BIN)\ndisdev.obj\\r
36 # this is needed by 64 bit math operations\r
37 $(MSVCDIR)\lib\msvcrt.lib\\r
39 !include ndis.mk\r