Changeset 3785 for trunk/psLib/swig/Makefile.PL
- Timestamp:
- Apr 28, 2005, 4:03:02 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/swig/Makefile.PL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/Makefile.PL
r3127 r3785 1 # File : Makefile.PL 2 use ExtUtils::MakeMaker; 1 # File : Makefile.PL 2 use ExtUtils::MakeMaker; 3 3 use FileHandle; 4 4 … … 15 15 }; 16 16 17 #default: 17 #default: 18 18 die "Error: syntaxt error in setup.txt line $_"; 19 19 } … … 26 26 27 27 28 WriteMakefile( 29 'NAME' => 'pslib', # Name of package 28 WriteMakefile( 29 'NAME' => 'pslib', # Name of package 30 30 'INC' => $opts{includes}, 31 'LIBS' => ["$opts{ldflags}"], # Name of custom libraries 32 'OBJECT' => 'pslib_wrap.o', # Name of custom libraries33 '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) 34 34 'LD' => $opts{ld} 35 35 );
Note:
See TracChangeset
for help on using the changeset viewer.
