summaryrefslogtreecommitdiffstats
path: root/util/pl/netware.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/pl/netware.pl')
-rw-r--r--util/pl/netware.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/pl/netware.pl b/util/pl/netware.pl
index 233612a911..2258a39920 100644
--- a/util/pl/netware.pl
+++ b/util/pl/netware.pl
@@ -82,10 +82,12 @@ else
# paths for each subdirectory a recursive include directive
# is used ( -ir crypto ).
#
+# A similar issue exists for the engines and apps subdirectories.
+#
# Turned off the "possible" warnings ( -w nopossible ). Metrowerks
# complained a lot about various stuff. May want to turn back
# on for further development.
-$cflags="-ir crypto -msgstyle gcc -align 4 -processor pentium \\
+$cflags="-ir crypto -ir engines -ir apps -msgstyle gcc -align 4 -processor pentium \\
-char unsigned -w on -w nolargeargs -w nopossible -w nounusedarg \\
-w noimplicitconv -relax_pointers -nosyspath -DL_ENDIAN \\
-DOPENSSL_SYSNAME_NETWARE -U_WIN32 -maxerrors 20 ";