VirtualBox

Changeset 20951 in vbox for trunk


Ignore:
Timestamp:
Jun 25, 2009 4:09:53 PM (16 years ago)
Author:
vboxsync
Message:

Python: fixed newlines

Location:
trunk/src/libs/xpcom18a4/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r20948 r20951  
    2424
    2525# list of supported Python versions
    26 $(eval $(shell $(VBOX_BLD_PYTHON) $(PATH_SUB_CURRENT)/gen_python_deps.py))
     26$(eval $(patsubst %|,%$(NL) ,$(shell $(VBOX_BLD_PYTHON) $(PATH_SUB_CURRENT)/gen_python_deps.py)))
    2727
    2828# Python Client Module - the C++/XPCOM bits.
  • trunk/src/libs/xpcom18a4/python/gen_python_deps.py

    r20936 r20951  
    4949            d = k
    5050        vers = k.replace('.', '')
    51         print "VBOX_PYTHON%s_INC=%s" %(vers, known[k][0])
    52         print "VBOX_PYTHON%s_LIB=%s" %(vers, known[k][1])
     51        print "VBOX_PYTHON%s_INC=%s|" %(vers, known[k][0])
     52        print "VBOX_PYTHON%s_LIB=%s|" %(vers, known[k][1])
    5353    if d is not None:
    54         print "VBOX_PYTHONDEF_INC=%s" %(known[d][0])
    55         print "VBOX_PYTHONDEF_LIB=%s" %(known[d][1])
     54        print "VBOX_PYTHONDEF_INC=%s|" %(known[d][0])
     55        print "VBOX_PYTHONDEF_LIB=%s|" %(known[d][1])
    5656
    5757if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette