Changeset 3874 for trunk/psLib/swig/Makefile.PL
- Timestamp:
- May 10, 2005, 12:09:49 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/swig/Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/Makefile.PL
r3785 r3874 31 31 'LIBS' => ["$opts{ldflags}"], # Name of custom libraries 32 32 'OBJECT' => 'pslib_wrap.o', # Name of object 33 'OPTIMIZE' => "$opts{cflags} -w ", # cflags with disabling of warnings (SWIG generated code generates warnings)33 'OPTIMIZE' => "$opts{cflags} -w -D_XOPEN_SOURCE=500", # 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.
