[Python-checkins] python/dist/src setup.py,1.177,1.178

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Tue Dec 2 18:02:14 EST 2003


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18090

Modified Files:
	setup.py 
Log Message:
An interface to the LaunchServices API.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.177
retrieving revision 1.178
diff -C2 -d -r1.177 -r1.178
*** setup.py	13 Nov 2003 08:30:02 -0000	1.177
--- setup.py	2 Dec 2003 23:01:39 -0000	1.178
***************
*** 829,832 ****
--- 829,834 ----
              exts.append( Extension('_IBCarbon', ['ibcarbon/_IBCarbon.c'],
                      extra_link_args=['-framework', 'Carbon']) )
+             exts.append( Extension('_Launch', ['launch/_Launchmodule.c'],
+                     extra_link_args=['-framework', 'ApplicationServices']) )
              exts.append( Extension('_List', ['list/_Listmodule.c'],
                      extra_link_args=['-framework', 'Carbon']) )





More information about the Python-checkins mailing list