diff options
Diffstat (limited to 'netware/BUILD/compile-netware-all')
-rw-r--r-- | netware/BUILD/compile-netware-all | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-all b/netware/BUILD/compile-netware-all new file mode 100644 index 00000000000..f8dea0f7583 --- /dev/null +++ b/netware/BUILD/compile-netware-all @@ -0,0 +1,8 @@ +#! /bin/sh + +path=`dirname $0` + +$path/compile-netware-standard +$path/compile-netware-debug +#$path/compile-netware-max +#$path/compile-netware-max-debug |