git-svn-id: svn://ultimatepp.org/upp/trunk@8666 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-10 18:14:25 +00:00
parent 8784d76ec5
commit a67893c090

View file

@ -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::^ ";