summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/System.h.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-04-23 15:09:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-04-23 15:09:47 (GMT)
commit7fc99c94d4af79083160dea4eebba7c471954110 (patch)
tree45d2dce55e3f3e44cdea05c73624389907c4bb02 /Source/kwsys/System.h.in
parentd847ca8e270685826222b4ab106a380f9a5e7db0 (diff)
downloadCMake-7fc99c94d4af79083160dea4eebba7c471954110.zip
CMake-7fc99c94d4af79083160dea4eebba7c471954110.tar.gz
CMake-7fc99c94d4af79083160dea4eebba7c471954110.tar.bz2
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS
Diffstat (limited to 'Source/kwsys/System.h.in')
-rw-r--r--Source/kwsys/System.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/kwsys/System.h.in b/Source/kwsys/System.h.in
index 0c86acc..f96c74e 100644
--- a/Source/kwsys/System.h.in
+++ b/Source/kwsys/System.h.in
@@ -39,6 +39,15 @@
# define kwsysSystem_Shell_Flag_AllowMakeVariables kwsys_ns(System_Shell_Flag_AllowMakeVariables)
#endif
+#ifdef __VMS
+#define @KWSYS_NAMESPACE@System_Shell_GetArgumentForUnix \
+ @KWSYS_NAMESPACE@System_Shell_UnixGA
+#define @KWSYS_NAMESPACE@System_Shell_GetArgumentSizeForUnix \
+ @KWSYS_NAMESPACE@System_Shell_UnixGAS
+#define @KWSYS_NAMESPACE@System_Shell_GetArgumentForWindows \
+ @KWSYS_NAMESPACE@System_Shell_WindowsGA
+#endif
+
#if defined(__cplusplus)
extern "C"
{