=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/Makefile.vc,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- OpenXM_contrib2/asir2000/Makefile.vc 2011/02/04 09:45:48 1.9 +++ OpenXM_contrib2/asir2000/Makefile.vc 2011/02/07 06:15:23 1.10 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM_contrib2/asir2000/Makefile.vc,v 1.8 2009/03/18 05:19:43 ohara Exp $ +## $OpenXM: OpenXM_contrib2/asir2000/Makefile.vc,v 1.9 2011/02/04 09:45:48 ohara Exp $ ## Makefile for Visual Studio 2008 !if "$(ARCH)" == "" @@ -20,7 +20,7 @@ GCDIR= ..\windows\gc-7.1 GCINC = -I $(GCDIR)\include GCLIB= $(GCDIR)\gc.lib -DEFS = $(PARIDEF) -D NDEBUG -D VISUAL -D _CRT_SECURE_NO_WARNINGS -D WIN32 -D INET -D GC7 -D SIZEOF_LONG=4 -D HAVE_UNSIGNED_LONG_LONG -D ASIR_LIBDIR=\"c:/asir/stdlib\" +DEFS = $(PARIDEF) -D NDEBUG -D VISUAL -D _CRT_SECURE_NO_WARNINGS -D _CRT_NONSTDC_NO_WARNINGS -D WIN32 -D INET -D GC7 -D SIZEOF_LONG=4 -D HAVE_UNSIGNED_LONG_LONG -D ASIR_LIBDIR=\"c:/asir/stdlib\" INCLUDES= $(PARIINC) $(GCINC) -I include -I parse CFLAGS=-nologo -MT -W3 -Ox $(INCLUDES) $(DEFS)