diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index 7d6c11b6b..38ac0a606 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -14,15 +14,15 @@ OPT_WHOLE_PROGRAM = YES #------------------------------------------------------- -WINLINK = link +WINLINK = $(MSVC_DIR)link -RCCMD = rc -l 0x409 $(INCLUDES) -fo $@ $< +RCCMD = $(MSVC_DIR)rc -l 0x409 $(INCLUDES) -fo $@ $< -ARCMD = lib -nologo -verbose -out:$@ $(LIB_OPT_LDFLAGS) $(LIBRARY_LD_OBJS) +ARCMD = $(MSVC_DIR)lib -nologo -verbose -out:$@ $(LIB_OPT_LDFLAGS) $(LIBRARY_LD_OBJS) # # Configure OS vendor C compiler -CC = cl +CC = $(MSVC_DIR)cl # Override CONFIG.gnuCommon settings for cross builds. GNU = NO @@ -75,14 +75,14 @@ STATIC_CFLAGS_YES= -MT$(VISC_CFLAGS_DEBUG) $(BUILD_DLL_CFLAGS) STATIC_CFLAGS_NO= -MD$(VISC_CFLAGS_DEBUG) $(BUILD_DLL_CFLAGS) -DEPICS_CALL_DLL # OS vendor c preprocessor -CPP = cl -nologo -C -E +CPP = $(MSVC_DIR)cl -nologo -C -E # Configure OS vendor C++ compiler # # -EHsc - generate code for exceptions # -GR - generate code for run time type identification # -CCC = cl -EHsc -GR +CCC = $(MSVC_DIR)cl -EHsc -GR # Other compiler flags, used for CPP, C and C++ #