diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-04-23 15:09:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-04-23 15:09:47 (GMT) |
commit | 7fc99c94d4af79083160dea4eebba7c471954110 (patch) | |
tree | 45d2dce55e3f3e44cdea05c73624389907c4bb02 /Source/kwsys/System.h.in | |
parent | d847ca8e270685826222b4ab106a380f9a5e7db0 (diff) | |
download | CMake-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.in | 9 |
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" { |