Salome HOME
Added support for Microsoft Visual C++ (also experimental)
[tools/libbatch.git] / Batch_config.h.in
index 4ad5d1e9779f90fd8f093bbc2618e4ace990f326..1901c2088ce7031e87ce333df3591a22f96d86e8 100644 (file)
 #ifndef BATCH_CONFIG_H
 #define BATCH_CONFIG_H
 
+/* Defines the compiler used on Windows */
+#cmakedefine MSVC
+#cmakedefine MINGW
+
 /* A path to a rcp-like command */
 #define RCP "@RCP@"
 
@@ -40,6 +44,7 @@
 
 /* A path to a sh-like command */
 #define SH "@SH@"
+#cmakedefine SH_COMMAND_IS_CMD
 
 /* A path to a ssh-like command */
 #define SSH "@SSH@"