IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 28, 2005, 4:03:02 PM (21 years ago)
Author:
desonia
Message:

applied changes from Bug#385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/swig/Makefile.PL

    r3127 r3785  
    1 # File : Makefile.PL 
    2 use ExtUtils::MakeMaker; 
     1# File : Makefile.PL
     2use ExtUtils::MakeMaker;
    33use FileHandle;
    44
     
    1515    };
    1616
    17     #default: 
     17    #default:
    1818    die "Error:  syntaxt error in setup.txt line $_";
    1919  }
     
    2626
    2727
    28 WriteMakefile( 
    29         'NAME' => 'pslib',             # Name of package 
     28WriteMakefile(
     29        'NAME' => 'pslib',             # Name of package
    3030        'INC' => $opts{includes},
    31         'LIBS' => ["$opts{ldflags}"],  # Name of custom libraries 
    32         'OBJECT' => 'pslib_wrap.o',    # Name of custom libraries
    33         'OPTIMIZE' => $opts{cflags},
     31        'LIBS' => ["$opts{ldflags}"],  # Name of custom libraries
     32        'OBJECT' => 'pslib_wrap.o',    # Name of object
     33        'OPTIMIZE' => "$opts{cflags} -w", # cflags with disabling of warnings (SWIG generated code generates warnings)
    3434        'LD' => $opts{ld}
    3535);
Note: See TracChangeset for help on using the changeset viewer.