Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Demo/embed/Makefile

    r2 r391  
    11# Makefile for embedded Python use demo.
    2 # (This version tailored for my Red Hat Linux 6.1 setup;
     2# (This version originally written on Red Hat Linux 6.1;
    33# edit lines marked with XXX.)
    44
     
    1111
    1212# Python version
    13 VERSION=        2.6
     13VERSION=        2.7
    1414
    1515# Compiler flags
     
    2222LIBPYTHON=      $(blddir)/libpython$(VERSION).a
    2323
    24 # XXX edit LIBS (in particular) to match $(blddir)/Modules/Makefile
     24# XXX edit LIBS (in particular) to match $(blddir)/Makefile
    2525LIBS=           -lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
    2626LDFLAGS=        -Xlinker -export-dynamic
Note: See TracChangeset for help on using the changeset viewer.