globals.pm (dfa12748) globals.pm (7fb9275d)
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

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

514 %savedrev83mapping = ();
515 %saved83dirmapping = ();
516 }
517 elsif ( $plat =~ /os2/i )
518 {
519 print "Setup OS/2 platform\n";
520 $zippath = "zip"; # Has to be in the path: /usr/bin/zip
521 $checksumfile = "so_checksum";
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

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

514 %savedrev83mapping = ();
515 %saved83dirmapping = ();
516 }
517 elsif ( $plat =~ /os2/i )
518 {
519 print "Setup OS/2 platform\n";
520 $zippath = "zip"; # Has to be in the path: /usr/bin/zip
521 $checksumfile = "so_checksum";
522 $unopkgfile = "unopkg.exe";
522 $unopkgfile = "unopkg.bin";
523 $separator = "/";
524 $pathseparator = "\:";
525 $libextension = "\.dll";
526 $isunix = 0;
527 $iswin = 0;
528 $isos2 = 1;
529 $archiveformat = ".zip";
530 }

--- 34 unchanged lines hidden ---
523 $separator = "/";
524 $pathseparator = "\:";
525 $libextension = "\.dll";
526 $isunix = 0;
527 $iswin = 0;
528 $isos2 = 1;
529 $archiveformat = ".zip";
530 }

--- 34 unchanged lines hidden ---