diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-19 23:36:03 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-19 23:36:03 +0000 |
commit | 7c26a79b27a8dfb41d5116eb756109214a228231 (patch) | |
tree | 750acb4ae861a0404e04c84fee8386c2be9eb78e /cad/calculix/files/patch-cgx_VER+src+cgx.h | |
parent | Currently with "cpu I686_CPU" which is default, (diff) |
update to 1.4
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Diffstat (limited to 'cad/calculix/files/patch-cgx_VER+src+cgx.h')
-rw-r--r-- | cad/calculix/files/patch-cgx_VER+src+cgx.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cad/calculix/files/patch-cgx_VER+src+cgx.h b/cad/calculix/files/patch-cgx_VER+src+cgx.h index b40f68cee11d..2c9a19f5f098 100644 --- a/cad/calculix/files/patch-cgx_VER+src+cgx.h +++ b/cad/calculix/files/patch-cgx_VER+src+cgx.h @@ -1,13 +1,13 @@ ---- cgx_1.3/src/cgx.h.orig Fri Feb 25 20:00:16 2005 -+++ cgx_1.3/src/cgx.h Sat Feb 26 20:45:51 2005 -@@ -63,8 +63,8 @@ +--- cgx_1.4/src/cgx.h.orig Mon Oct 10 15:46:23 2005 ++++ cgx_1.4/src/cgx.h Mon Oct 10 16:06:53 2005 +@@ -77,8 +77,8 @@ #define MILLISECONDS_PER_PERIOD 1200 /* default location of the help files, please insert the actual one */ --#define HELPFILE {"/usr/local/CalculiX/cgx_1.3/doc/cgx/cgx.html",\ -- "/usr/local/CalculiX/ccx_1.3/doc/ccx/ccx.html"} +-#define HELPFILE {"/usr/local/CalculiX/cgx_1.4/doc/cgx/cgx.html",\ +- "/usr/local/CalculiX/ccx_1.4/doc/ccx/ccx.html"} +#define HELPFILE {"%%DOCSDIR%%/cgx/cgx.html",\ -+ "%%DOCSDIR%%/ccx/ccx.html"} ++ "%%DOCSDIR%%/ccx/ccx.html"} + /* html browser, change if necessary */ - /* #define BROWSER {"netscape"} */ |