summaryrefslogtreecommitdiff
path: root/netware/nwconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'netware/nwconfigure')
-rw-r--r--netware/nwconfigure23
1 files changed, 23 insertions, 0 deletions
diff --git a/netware/nwconfigure b/netware/nwconfigure
new file mode 100644
index 00000000000..aeb68ada5b8
--- /dev/null
+++ b/netware/nwconfigure
@@ -0,0 +1,23 @@
+#! /bin/sh
+CMD="\
+ AR='mwldnlm' \
+ AR_FLAGS='-type library -o' \
+ AS='mwasmnlm' \
+ CC='mwccnlm -gccincludes' \
+ CFLAGS='-dialect c -proc 686 -bool on -relax_pointers -DUSE_OLD_FUNCTIONS' \
+ CXX='mwccnlm -gccincludes' \
+ CXXFLAGS='-dialect c++ -proc 686 -bool on -relax_pointers' \
+ LD='mwldnlm' \
+ LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -flags pseudopreemption' \
+ RANLIB=: \
+ STRIP=: \
+ ./configure --host=i686-pc-netware $* \
+ --without-docs \
+ --enable-local-infile \
+ --with-extra-charsets=all \
+ --prefix=N:/mysql \
+ "
+#rm -f config.cache config.log config.status
+echo $CMD
+eval $CMD
+