Index: app/src/common/common.h
===================================================================
--- app/src/common/common.h	(revision ac7d97018efb6419eb3d840b7767294d8be71ed8)
+++ app/src/common/common.h	(revision 13a8a67bce500a27f4c2121c096be175d5daab52)
@@ -9,5 +9,9 @@
 #include "../lib/const.h"
 
+#ifndef _CMDLINE_FILE
+#error _CMDLINE_FILE constant not defined!
+#else
 #include _CMDLINE_FILE
+#endif
 
 
