Powered by Apache

CVS log for OpenXM_contrib2/asir2000/Makefile.vc

[BACK] Up to [local] / OpenXM_contrib2 / asir2000

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Thu Sep 13 19:20:47 2018 UTC (5 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

A builtin function sysinfo() can get true OS version of Windows10.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Sep 8 02:06:09 2018 UTC (5 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified)

In Visual Studio 2017, the function _setargv() is no longer supported.
To expand command line parameters, the program should link with setargv.obj.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 29 07:18:30 2017 UTC (6 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

Added new commandline option "-d" which enables Risa/Asir debugger.
The option works only on Windows console because asir.exe now
disables the debugger by default.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 25 22:23:56 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (unified)

Changed libraries.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Aug 20 17:44:35 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.16: +4 -7 lines
Diff to previous 1.16 (unified)

Registerd libraries to makefiles and scripts for Visual Studio.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 13 13:45:26 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.15: +11 -13 lines
Diff to previous 1.15 (unified)

Removed pari.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 7 03:56:02 2015 UTC (9 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

Add an option -dynamicbase:no to linker.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 25 20:14:06 2014 UTC (10 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.13: +15 -4 lines
Diff to previous 1.13 (unified)

Add GMPINC and GMPLIB into makefiles for Visual Studio.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Nov 10 16:18:36 2013 UTC (10 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

Add an option "/q" to "del".

Revision 1.12 / (download) - annotate - [select for diffs], Wed May 30 02:24:33 2012 UTC (11 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified)

Boehm GC is upgraded to version 7.2b.

Revision 1.11 / (download) - annotate - [select for diffs], Wed May 9 06:17:13 2012 UTC (11 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

Boehm GC is upgraded to version 7.2 alpha6.
After this commit, Risa/Asir can be built on MacOS X 10.6 and 10.7.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 7 06:15:23 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

Disable warnings for POSIX functions in recent Visual Stdio.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 4 09:45:48 2011 UTC (13 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

Define a macro _CRT_SECURE_NO_WARNINGS for Visual Studio 2010.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 18 05:19:43 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (unified)

Removed the environment variable WITH_PARI.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 18 05:14:21 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.6: +3 -13 lines
Diff to previous 1.6 (unified)

*** empty log message ***

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 17 14:58:23 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (unified)

Macros CONSOLE, _WINDOWS,  WIN32, __WIN32__ and SILENT removed
if these are unused.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 16 16:43:02 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (unified)

In asir sources, LONG_IS_32BIT and LONG_IS_64BIT are replaced by SIZEOF_LONG.
Still, these are defined for pari.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 16 16:08:05 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (unified)

1. Removed a macro HMEXT.
2. A macro ULONG_NOT_DEFINED is used only with pari.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 10 20:21:34 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

Changed the path of PARI's headers.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 10 16:26:11 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.1: +13 -2 lines
Diff to previous 1.1 (unified)

1. Corrected options for MS C compiler and linker.
2. Add conditional branch WITH_PARI to Makefile.vc.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 9 16:00:42 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN

Now we can build Risa/Asir for Windows x64 by Visual Studio 2008.
but pari functions and html helps are disabled.

makefiles are written in Microsoft nmake.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>