]> mj.ucw.cz Git - moe.git/blobdiff - default.cfg
Updated MO-P admin scripts to new directory layout.
[moe.git] / default.cfg
index 749fa103533377ea45a48c4c00e177bf2545b57d..6e35e176851f4eb2b483339cbc577011a9437d9b 100644 (file)
@@ -3,9 +3,16 @@
 # Compile the submit server
 Set("CONFIG_SUBMIT" => 1);
 
+# Build MO-P contest environment
+Set("CONFIG_MOP" => 1);
+
 # Settings of libucw
 UnSet("CONFIG_SHARED");
 UnSet("CONFIG_UCW_THREADS");
+UnSet("CONFIG_UCW_UTILS");
+UnSet("CONFIG_UCW_UTILS");
+Set("CONFIG_LOCAL");
+Set("CONFIG_DIR", "cf");
 
 # Return success
 1;