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

Reply via email to