added Borland support.
This commit is contained in:
@@ -89,10 +89,10 @@ if ($^O eq 'MSWin32' || $targetos ne '') {
|
|||||||
# If no target defined on Win32 lets assume vc
|
# If no target defined on Win32 lets assume vc
|
||||||
$targetos = 'vc';
|
$targetos = 'vc';
|
||||||
}
|
}
|
||||||
if ($targetos =~ /vc/ || $targetos =~ /mingw32/) {
|
if ($targetos =~ /vc/ || $targetos =~ /mingw32/ || $targetos =~ /borland/) {
|
||||||
$confsuffix = '-win32';
|
$confsuffix = '-win32';
|
||||||
$binext = '.exe';
|
$binext = '.exe';
|
||||||
$libext = '.lib' if ($targetos =~ /vc/);
|
$libext = '.lib' if ($targetos =~ /vc/ || $targetos =~ /borland/);
|
||||||
} elsif ($targetos =~ /netware/) {
|
} elsif ($targetos =~ /netware/) {
|
||||||
$binext = '.nlm';
|
$binext = '.nlm';
|
||||||
$libext = '.lib';
|
$libext = '.lib';
|
||||||
|
Reference in New Issue
Block a user