I am using the fpfilter ddk sample. I want to compile this
sample. When I type build all works fine. Then, if I type
build a 2nd time I have warning messages. I don't
understand why the warnings don't appear on the 1st
compilation as I have not changed anything in the project
files. Here is the output from the build command:
C:\NTDDK>cd ..
C:\>cd fpfilter
C:\fpfilter>build
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading c:\NTDDK\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining c:\fpfilter directory for files to compile.
c:\fpfilter - 2 source files (1,122 lines)
BUILD: Saving c:\NTDDK\build.dat...
BUILD: Compiling c:\fpfilter directory
Compiling - fpfilter.rc for i386
Compiling - fpfilter.c for i386
BUILD: Linking c:\fpfilter directory
Linking Executable - objchk\i386\fpfilter.sys for i386
BUILD: Done
2 files compiled
1 executable built
C:\fpfilter>build
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading c:\NTDDK\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining c:\fpfilter directory for files to compile.
BUILD: c:\fpfilter\fpfilter.rc: c:\ntddk\inc\winbase.h: cannot find include
file
<macwin32.h>
BUILD: c:\fpfilter\fpfilter.rc: c:\ntddk\inc\wingdi.h: cannot find include
file
<macwin32.h>
BUILD: c:\fpfilter\fpfilter.rc: c:\ntddk\inc\winuser.h: cannot find include
file
<macwin32.h>
BUILD: c:\fpfilter\fpfilter.rc: c:\ntddk\inc\winnls.h: cannot find include
file
<macwin32.h>
BUILD: c:\fpfilter\fpfilter.rc: c:\ntddk\inc\winreg.h: cannot find include
file
<macwin32.h>
BUILD: c:\fpfilter\fpfilter.rc: c:\ntddk\inc\mmsystem.h: cannot find include
fil
e <macwin32.h>
BUILD: Linking c:\fpfilter directory
BUILD: Done