c++ - How do I specify include directories using NMake? -
I am trying to use nmake to create libfcg (), however I am getting the following error: < / P>
.. \ include \ fcgios.h (23): fatal error C1083: The file can not be included: 'windows.h': Any such file or directory
I have a widow SDK installed and the Windows.h file exists in this directory:
C: \ Program Files \ Microsoft SDK \ Windows \ v7.0A \ Include < / Code>
How do I make a directive I might as specified?
pass-I "Include dir" as a command-line option for CL.
Comments
Post a Comment