mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
added object and added -Wall
svn path=/trunk/; revision=5978
This commit is contained in:
parent
7f9734c8df
commit
f82864342a
3 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.17 2003/08/04 19:31:05 royce Exp $
|
||||
# $Id: Makefile,v 1.18 2003/09/04 06:55:21 vizzini Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
|
@ -6,7 +6,7 @@ TARGET_TYPE = export_driver
|
|||
|
||||
TARGET_NAME = ndis
|
||||
|
||||
TARGET_CFLAGS = -I./include -DNDIS_WRAPPER -DDBG=1
|
||||
TARGET_CFLAGS = -I./include -DNDIS_WRAPPER -DDBG=1 -Wall
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
ndis/main.o \
|
||||
|
@ -18,6 +18,7 @@ TARGET_OBJECTS = \
|
|||
ndis/co.o \
|
||||
ndis/config.o \
|
||||
ndis/control.o \
|
||||
ndis/enum.o \
|
||||
ndis/hardware.o \
|
||||
ndis/io.o \
|
||||
ndis/memory.o \
|
||||
|
|
|
@ -297,7 +297,7 @@ NdisUpcaseUnicodeString@8
|
|||
NdisUpdateSharedMemory@20
|
||||
NdisWaitEvent@8
|
||||
NdisWriteConfiguration@16
|
||||
NdisWriteErrorLogEntry@16
|
||||
NdisWriteErrorLogEntry
|
||||
NdisWriteEventLogEntry@28
|
||||
NdisWritePciSlotInformation@20
|
||||
NdisWritePcmciaAttributeMemory@16
|
||||
|
|
|
@ -297,7 +297,7 @@ NdisUpcaseUnicodeString=NdisUpcaseUnicodeString@8
|
|||
NdisUpdateSharedMemory=NdisUpdateSharedMemory@20
|
||||
NdisWaitEvent=NdisWaitEvent@8
|
||||
NdisWriteConfiguration=NdisWriteConfiguration@16
|
||||
NdisWriteErrorLogEntry=NdisWriteErrorLogEntry@16
|
||||
NdisWriteErrorLogEntry=NdisWriteErrorLogEntry
|
||||
NdisWriteEventLogEntry=NdisWriteEventLogEntry@28
|
||||
NdisWritePciSlotInformation=NdisWritePciSlotInformation@20
|
||||
NdisWritePcmciaAttributeMemory=NdisWritePcmciaAttributeMemory@16
|
||||
|
|
Loading…
Reference in a new issue