Windows Makefile



  • hi, wie kann ich in einem windows makefile einen include pfad setzen?
    dachte so:

    INCLUDE=C:\Programme\Microsoft Visual Studio 8\VC\PlatformSDK\Include
    

    er findet die windows.h nicht...hm

    C:\Dokumente und Einstellungen\Gerald\Desktop\openssl-0.9.8a-vc2005>nmake -f ms\
    ntdll.mak
    
    Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
    Copyright (C) Microsoft Corporation.  All rights reserved.
    
    Building OpenSSL
            cl /Fotmp32dll\uplink.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3 /WX /G
    s0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDS
    O_WIN32 -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_USE_APPLINK -I. /Fdout32dll -DOPENS
    SL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 -D_WINDLL  -c ms\uplink.c
    uplink.c
    ms\uplink.c(11) : fatal error C1083: Cannot open include file: 'windows.h': No s
    uch file or directory
    NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio 8\VC\bin\cl.EX
    E"' : return code '0x2'
    Stop.
    

    cu


Anmelden zum Antworten