Thanks Alex,

I finally found the problem. Just the fact that cl.exe do not allow a final "\" 
when include string is surrounded by double quotes.

Thanks,

PS:Just a question ? Is there any 'plus' using MinGW make in place of Microsoft 
one nMake ?

JF,

-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Alex Strickland
Envoyé : jeudi 28 août 2008 10:33
À : Harbour Project Main Developer List.
Objet : Re: [Harbour] 2008-08-27 21:30 UTC+0200 Viktor Szakats (harbour.01 
syenar hu)

J. Lefebvre wrote:
> Hummm, was not very well awake :-(
> 
> Do not work as the problem is not nmake.exe, but cl.exe as expected :-(

I also use MSVC 6 and I use quotes around the /i parameters:

MSVC_DIR = "\program files\microsoft visual studio\vc98"
MSVCSDK_DIR = "\program files\microsoft SDK"

and

$(OBJ_DIR)/%.obj : %.prg
        $(HB_DIR)\bin\harbour $< /q0 /n /m /w /gc0 /es2 /dECR32 /dEASIPOS 
/dECR /i$(HB_DIR)\include /i$(HWGUI_DIR)\include /o$(OBJ_DIR)\$*.c
        @cl /nologo /W3 /c /TP /I. /I$(HB_DIR)\include 
/I$(MSVCSDK_DIR)\include /I$(MSVC_DIR)\include $(OBJ_DIR)\$*.c /Fo$@
        @del $(OBJ_DIR)\$*.c

I am not using nmake, but so what.

Sorry about the folding but you should be able to see what I mean (the 
@cl means don't echo the cl command with MinGW make).

Regards
Alex
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to