Remove the USE_MKISOFS switch and make mkisofs our one and only ISO creation tool.
[reactos.git] / rosapps / applications / devutils / cdmake / config.h
diff --git a/rosapps/applications/devutils/cdmake/config.h b/rosapps/applications/devutils/cdmake/config.h
new file mode 100644 (file)
index 0000000..ffb5dab
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef _WIN32
+#ifndef MAX_PATH
+#define MAX_PATH 260
+#endif
+#define DIR_SEPARATOR_CHAR '/'
+#define DIR_SEPARATOR_STRING "/"
+#else
+#define DIR_SEPARATOR_CHAR '\\'
+#define DIR_SEPARATOR_STRING "\\"
+#endif
+
+#define MANUFACTURER_ID "ReactOS Foundation"
+#define PUBLISHER_ID    "ReactOS Foundation"
+#define DATA_PREP_ID    "ReactOS Foundation"
+#define APP_ID          "CDMAKE CD-ROM Premastering Utility"