=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/mcpp/Makefile.vc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/windows/mcpp/Makefile.vc 2013/11/10 16:18:36 1.2 +++ OpenXM_contrib2/windows/mcpp/Makefile.vc 2018/09/08 02:06:09 1.3 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM_contrib2/windows/mcpp/Makefile.vc,v 1.1 2010/02/26 17:42:36 ohara Exp $ +# $OpenXM: OpenXM_contrib2/windows/mcpp/Makefile.vc,v 1.2 2013/11/10 16:18:36 ohara Exp $ !if "$(ARCH)" == "" ARCH=$(PROCESSOR_ARCHITECTURE) @@ -20,7 +20,7 @@ OBJS = cpp.obj main.obj directive.obj eval.obj expand. all: cpp.exe cpp.exe: $(OBJS) - $(LD) $(LDFLAGS) -out:$@ $** + $(LD) $(LDFLAGS) -out:$@ $** setargv.obj main.obj directive.obj eval.obj expand.obj support.obj system.obj mbchar.obj: system.H internal.H noconfig.H