Changeset 35d0c19 in git for resources


Ignore:
Timestamp:
Oct 2, 2014, 10:40:16 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
d2c687e51cd1c5a8331e347267ee0939a40ed433
Parents:
f4c840ef54e2d488440c753600a24efad35e9652
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-02 10:40:16+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-10-02 10:42:02+02:00
Message:
windows port: removed htmlhelp, sing_win.*
Location:
resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • resources/feResource.cc

    rf4c840 r35d0c19  
    8787  {"IdxFile",   'x',    feResFile,  "SINGULAR_IDX_FILE",    "%D/doc/singular.idx",  (char *)""},
    8888  {"HtmlDir",   'h',    feResDir,   "SINGULAR_HTML_DIR",    "%D/singular/html",              (char *)""},
    89 #ifdef __CYGWIN__
    90   {"HtmlHelpFile",'C',  feResFile,  "SINGULAR_CHM_FILE",    "%r/doc/Manual.chm",    (char *)""},
    91 #endif
    9289  {"ManualUrl", 'u',    feResUrl,   "SINGULAR_URL",         "http://www.singular.uni-kl.de/Manual/",    (char *)""},
    9390  {"ExDir",     'm',    feResDir,   "SINGULAR_EXAMPLES_DIR","%r/examples",          (char *)""},
  • resources/feResource.h

    rf4c840 r35d0c19  
    5555extern char* feArgv0;
    5656
    57 const char fePathSep =
    58 /* not really cygwin, applies to all windows systems:*/
    59 #if (defined(__CYGWIN__))
    60                 ';'
    61 #else
    62                 ':'
    63 #endif
    64                 ;
    65 
    66 
     57const char fePathSep = ':' ;
    6758
    6859#endif
Note: See TracChangeset for help on using the changeset viewer.