=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/asir2000lib/Makefile.vc,v retrieving revision 1.8 retrieving revision 1.13 diff -u -p -r1.8 -r1.13 --- OpenXM_contrib2/windows/asir2000lib/Makefile.vc 2009/03/18 05:19:43 1.8 +++ OpenXM_contrib2/windows/asir2000lib/Makefile.vc 2013/11/10 16:18:36 1.13 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM_contrib2/windows/asir2000lib/Makefile.vc,v 1.7 2009/03/18 05:14:22 ohara Exp $ +## $OpenXM: OpenXM_contrib2/windows/asir2000lib/Makefile.vc,v 1.12 2012/05/30 02:24:33 ohara Exp $ ## Makefile for Visual Studio 2008 !if "$(ARCH)" == "" @@ -17,10 +17,10 @@ PARIDEF= -D PARI -D LONG_IS_32BIT PARIDIR= ..\pari20 PARIINC= -I $(PARIDIR)\win32 -GCDIR= ..\gc-7.1 +GCDIR= ..\gc-7.2 GCINC = -I $(GCDIR)\include -DEFS = $(PARIDEF) -D NDEBUG -D VISUAL -D INET -D GC7 -D SIZEOF_LONG=4 -D HAVE_UNSIGNED_LONG_LONG -D ASIR_LIBDIR=\"c:/asir/stdlib\" -D _MBCS -D DO_PLOT -D VISUAL_LIB -D KAN=0 -D READLINE=0 -D REMOTE=0 +DEFS = $(PARIDEF) -D NDEBUG -D VISUAL -D _MBCS -D _CRT_SECURE_NO_WARNINGS -D _CRT_NONSTDC_NO_WARNINGS -D INET -D GC7 -D SIZEOF_LONG=4 -D HAVE_UNSIGNED_LONG_LONG -D ASIR_LIBDIR=\"c:/asir/stdlib\" -D DO_PLOT -D VISUAL_LIB -D KAN=0 -D READLINE=0 -D REMOTE=0 INCLUDES = $(PARIINC) $(GCINC) -I $(SRCDIR)\include -I $(SRCDIR)\parse -I $(SRCDIR)\plot CFLAGS=-nologo -MT -W3 -Ox $(INCLUDES) $(DEFS) @@ -51,7 +51,7 @@ VPATH=$(SRCDIR)\asm;$(SRCDIR)\builtin;$(SRCDIR)\engine all: asir2000lib.lib clean: - -@del *.obj + -@del /q *.obj distclean: clean -@del asir2000lib.lib