From a67893c090e3400d93fa3ce50c1c476f73f98fd7 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 10 Jul 2015 18:14:25 +0000 Subject: [PATCH] .uppbox git-svn-id: svn://ultimatepp.org/upp/trunk@8666 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/uppweb/www.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index 52b3377bc..e21cf2cac 100644 --- a/uppbox/uppweb/www.cpp +++ b/uppbox/uppweb/www.cpp @@ -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::^ ";