mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppbox
git-svn-id: svn://ultimatepp.org/upp/trunk@8666 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8784d76ec5
commit
a67893c090
1 changed files with 4 additions and 4 deletions
|
|
@ -10,13 +10,13 @@
|
|||
#define LLOG(x) // LOG(x)
|
||||
|
||||
#ifdef PLATFORM_WIN32
|
||||
String rootdir = "u:\\upp.src";
|
||||
String rootdir = "d:\\devweb\\upp.src";
|
||||
String uppbox = rootdir + "uppbox";
|
||||
String uppsrc = rootdir + "uppsrc";
|
||||
String reference = rootdir + "reference";
|
||||
String examples = rootdir + "examples";
|
||||
String targetdir = "u:\\uppwww";
|
||||
String pdfdir = "u:\\pdf";
|
||||
String targetdir = "d:\\devweb\\uppwww";
|
||||
String pdfdir = "d:\\devweb\\pdf";
|
||||
#else
|
||||
String rootdir = "/root/upp.src";
|
||||
String uppbox = rootdir + "uppbox";
|
||||
|
|
@ -394,6 +394,7 @@ String MakeExamples(const char *dir, const char *www, int language, String paren
|
|||
AddFiles(topic.text, d, "hpp", b);
|
||||
AddFiles(topic.text, d, "cpp", b);
|
||||
AddFiles(topic.text, d, "icpp", b);
|
||||
AddFiles(topic.text, d, "java", b);
|
||||
AddFiles(topic.text, d, "witz", b);
|
||||
AddFiles(topic.text, d, "usc", b);
|
||||
AddFiles(topic.text, d, "lay", b);
|
||||
|
|
@ -401,7 +402,6 @@ String MakeExamples(const char *dir, const char *www, int language, String paren
|
|||
AddFiles(topic.text, d, "brc", b);
|
||||
AddFiles(topic.text, d, "sch", b);
|
||||
AddFiles(topic.text, d, "xml", b);
|
||||
AddFiles(topic.text, d, "java", b);
|
||||
if(b) {
|
||||
if(next)
|
||||
ttxt << "\n::^ ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue