Update of /cvsroot/pywin32/pywin32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21133
Modified Files:
Tag: sidnei-bits
setup.py
Log Message:
- More makegw fixups, and some evil hacks to get it to at least compile.
Index: setup.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/setup.py,v
retrieving revision 1.64.2.1
retrieving revision 1.64.2.2
diff -C2 -d -r1.64.2.1 -r1.64.2.2
*** setup.py 6 Feb 2008 01:51:28 -0000 1.64.2.1
--- setup.py 6 Feb 2008 04:21:20 -0000 1.64.2.2
***************
*** 1468,1473 ****
--- 1468,1477 ----
%(bits)s/bits.cpp
%(bits)s/PyIBackgroundCopyManager.cpp
+ %(bits)s/PyIBackgroundCopyCallback.cpp
%(bits)s/PyIBackgroundCopyJob.cpp
+ %(bits)s/PyIBackgroundCopyJob2.cpp
+ %(bits)s/PyIBackgroundCopyJob3.cpp
%(bits)s/PyIBackgroundCopyFile.cpp
+ %(bits)s/PyIBackgroundCopyFile2.cpp
%(bits)s/PyIEnumBackgroundCopyJobs.cpp
%(bits)s/PyIEnumBackgroundCopyFiles.cpp
|