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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -