globals.pm (df5bc930) globals.pm (5b11f0d3)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 485 unchanged lines hidden (view full) ---

494 }
495 elsif ( $plat =~ /os2/i )
496 {
497 print "Setup OS/2 platform\n";
498 $zippath = "zip"; # Has to be in the path: /usr/bin/zip
499 $checksumfile = "so_checksum";
500 $unopkgfile = "unopkg.bin";
501 $separator = "/";
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 485 unchanged lines hidden (view full) ---

494 }
495 elsif ( $plat =~ /os2/i )
496 {
497 print "Setup OS/2 platform\n";
498 $zippath = "zip"; # Has to be in the path: /usr/bin/zip
499 $checksumfile = "so_checksum";
500 $unopkgfile = "unopkg.bin";
501 $separator = "/";
502 $pathseparator = "\:";
502 $pathseparator = "\;";
503 $libextension = "\.dll";
504 $isunix = 0;
505 $iswin = 0;
506 $isos2 = 1;
507 $archiveformat = ".zip";
508 }
509 else
510 {

--- 39 unchanged lines hidden ---
503 $libextension = "\.dll";
504 $isunix = 0;
505 $iswin = 0;
506 $isos2 = 1;
507 $archiveformat = ".zip";
508 }
509 else
510 {

--- 39 unchanged lines hidden ---