Skip to content
Snippets Groups Projects
Commit 6b978db3 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Netware builds don't use configure.

parent 5840c8cb
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
# --mktarball=[command] Command to run after completed test
# --name=[name] Set name to report as
# --nocvsup Don't update from CVS even though it is a CVS tree
# --runtestsopts=[options] Options to pass to runtests.pl
# --runtestopts=[options] Options to pass to runtests.pl
# --setup=[file name] File name to read setup from (deprecated)
# --target=[your os] Specify your target environment.
#
......@@ -130,6 +130,7 @@ if ($^O eq 'MSWin32' || $targetos) {
$libext = '.a' if ($targetos =~ /mingw32/);
}
elsif ($targetos =~ /netware/) {
$configurebuild = 0;
$binext = '.nlm';
$libext = '.lib';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment