15 lines
332 B
Plaintext
15 lines
332 B
Plaintext
|
// pc-lint options for this project
|
||
|
|
||
|
|
||
|
// not an absolute path to support private source trees
|
||
|
|
||
|
-i..\..\..\burnslib\inc;..\..\inc
|
||
|
|
||
|
// exclude MIDL-generated header files from consideration. We do this by
|
||
|
// marking the file as a library header (and in our global options, we ignore
|
||
|
// problems in library files)
|
||
|
|
||
|
+libh(clonepr.h)
|
||
|
|
||
|
|