]> mj.ucw.cz Git - moe.git/blobdiff - default.cfg
Updated MO-P admin scripts to new directory layout.
[moe.git] / default.cfg
index 22cf3e68d0d7b018904aa4a733f931a786ff0d79..6e35e176851f4eb2b483339cbc577011a9437d9b 100644 (file)
@@ -4,11 +4,15 @@
 Set("CONFIG_SUBMIT" => 1);
 
 # Build MO-P contest environment
-#Set("CONFIG_MOP" => 1);
+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;