]> git.proxmox.com Git - mirror_edk2.git/commitdiff
A trial version making use of pywin32 api to create file
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 11 Jan 2009 08:21:41 +0000 (08:21 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 11 Jan 2009 08:21:41 +0000 (08:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7239 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Bin/Win32/build.exe
BaseTools/Bin/Win32/win32api.pyd [new file with mode: 0644]
BaseTools/Bin/Win32/win32file.pyd [new file with mode: 0644]
BaseTools/Bin/Win32/win32pipe.pyd [new file with mode: 0644]

index 0bb19c3fc5b3874a2673470f526eb489e9417ada..7a2a32704cc749b118ebc65c47aac153b72749e3 100755 (executable)
Binary files a/BaseTools/Bin/Win32/build.exe and b/BaseTools/Bin/Win32/build.exe differ
diff --git a/BaseTools/Bin/Win32/win32api.pyd b/BaseTools/Bin/Win32/win32api.pyd
new file mode 100644 (file)
index 0000000..b24c051
Binary files /dev/null and b/BaseTools/Bin/Win32/win32api.pyd differ
diff --git a/BaseTools/Bin/Win32/win32file.pyd b/BaseTools/Bin/Win32/win32file.pyd
new file mode 100644 (file)
index 0000000..602e611
Binary files /dev/null and b/BaseTools/Bin/Win32/win32file.pyd differ
diff --git a/BaseTools/Bin/Win32/win32pipe.pyd b/BaseTools/Bin/Win32/win32pipe.pyd
new file mode 100644 (file)
index 0000000..ca21a02
Binary files /dev/null and b/BaseTools/Bin/Win32/win32pipe.pyd differ