From e42bd02bb6218e87f61000a7cf65beb7b264ffa5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 5 Mar 2001 22:01:52 +0000 Subject: [PATCH] Use gcc for depends rule --- configure/os/CONFIG.win32-x86.win32-x86 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index f1fcc27e9..1594f2b89 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -29,7 +29,10 @@ ARCMD = lib /nologo /verbose /out:$@ $(LIBRARY_LD_OBJS) BAFCMD = bscmake /nologo /o $@ -DEPENDS_RULE = @echo depends target not supported +#DEPENDS_RULE = @echo depends target not supported +#GNU depends flag +DEPENDS.cpp = g++ +DEPENDS_FLAG = -MM # # Configure OS vendor C compiler @@ -82,7 +85,9 @@ STATIC_CFLAGS_YES= /MT$(VISC_STATIC_CFLAGS_DEBUG) $(VISC_DLL) STATIC_CFLAGS_NO= /MD$(VISC_STATIC_CFLAGS_DEBUG) $(VISC_DLL) # OS vendor c preprocessor -CPP = cl /E +#CPP = cl /E +#GNU c preprocessor +CPP = gcc -x c -E # Configure OS vendor C++ compiler #