Changeset df4c47 in git


Ignore:
Timestamp:
Jul 12, 2004, 5:02:08 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
942c79c252b19f21f8eadd758b44101f0c71b73c
Parents:
2c630c9398304741411e791a37971fa67efdafe2
Message:
*hannes: fixed idx


git-svn-id: file:///usr/local/Singular/svn/trunk@7260 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/feResource.cc

    r2c630c rdf4c47  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feResource.cc,v 1.1.1.1 2003-10-06 12:15:52 Singular Exp $ */
     4/* $Id: feResource.cc,v 1.2 2004-07-12 15:02:08 Singular Exp $ */
    55/*
    66* ABSTRACT: management of resources
     
    7777   "%d/../LIB"
    7878   ""},
    79 #ifdef HAVE_PLURAL
    80   {"Singular",  'S',    feResBinary,"SINGULAR_EXECUTABLE",  "%d/"S_UNAME"/Plural",""},
    81 #else
    8279  {"Singular",  'S',    feResBinary,"SINGULAR_EXECUTABLE",  "%d/"S_UNAME"/Singular",""},
    83 #endif
    8480  {"BinDir",    'b',    feResDir,   "SINGULAR_BIN_DIR",     "%d/"S_UNAME            ""},
    8581  {"RootDir",   'r',    feResDir,   "SINGULAR_ROOT_DIR",    "%b/..",                ""},
    8682  {"DefaultDir",'d',    feResDir,   "SINGULAR_DEFAULT_DIR",  SINGULAR_DEFAULT_DIR,  ""},
    87 #ifdef HAVE_PLURAL
    88   {"InfoFile",  'i',    feResFile,  "SINGULAR_INFO_FILE",   "%r/info/plural.hlp", ""},
    89   {"IdxFile",   'x',    feResFile,  "SINGULAR_IDX_FILE",    "%r/doc/plural.idx",  ""},
    90 #else
    9183  {"InfoFile",  'i',    feResFile,  "SINGULAR_INFO_FILE",   "%r/info/singular.hlp", ""},
    9284  {"IdxFile",   'x',    feResFile,  "SINGULAR_IDX_FILE",    "%r/doc/singular.idx",  ""},
    93 #endif
    9485  {"HtmlDir",   'h',    feResDir,   "SINGULAR_HTML_DIR",    "%r/html",              ""},
    95 #ifdef HAVE_PLURAL
    96   {"ManualUrl", 'u',    feResUrl,   "SINGULAR_URL",         "http://www.singular.uni-kl.de/plural/Manual/"S_VERSION1,    ""},
    97 #else
    9886  {"ManualUrl", 'u',    feResUrl,   "SINGULAR_URL",         "http://www.singular.uni-kl.de/Manual/"S_VERSION1,    ""},
    99 #endif
    10087  {"ExDir",      'm',   feResDir,   "SINGULAR_EXAMPLES_DIR","%r/examples",              ""},
    10188#if !defined(macintosh)
     
    114101  {"emacs",    'E',    feResBinary, "ESINGULAR_EMACS",      "%b/emacs",              ""},
    115102  {"xemacs",    'A',    feResBinary, "ESINGULAR_EMACS",      "%b/xemacs",              ""},
    116 #ifdef HAVE_PLURAL
    117   {"SingularEmacs",'M',feResBinary, "ESINGULAR_SINGULAR",    "%b/Plural",           ""},
    118 #else
    119103  {"SingularEmacs",'M',feResBinary, "ESINGULAR_SINGULAR",    "%b/Singular",           ""},
    120 #endif
    121104  {"EmacsLoad",'l',    feResFile,   "ESINGULAR_EMACS_LOAD",  "%e/.emacs-singular",             ""},
    122105  {"EmacsDir",  'e',    feResDir,   "ESINGULAR_EMACS_DIR",   "%r/emacs",             ""},
    123106#elif defined(TSINGULAR)
    124 #ifdef HAVE_PLURAL
    125   {"SingularXterm",'M',feResBinary, "TSINGULAR_SINGULAR",    "%b/Plural",           ""},
    126 #else
    127107  {"SingularXterm",'M',feResBinary, "TSINGULAR_SINGULAR",    "%b/Singular",           ""},
    128 #endif
    129108#else
    130109  {"EmacsDir",  'e',    feResDir,   "SINGULAR_EMACS_DIR",   "%r/emacs",             ""},
Note: See TracChangeset for help on using the changeset viewer.