diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-11 08:21:41 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-11 08:21:41 +0000 |
commit | afa5db88b098c7f056646d37efd543198a06bf91 (patch) | |
tree | 9bb3ed2fea1e6c092d97f695af58c7049a79c2c9 | |
parent | 844432025097c29ecf4650519c19e1f4d5101625 (diff) | |
download | edk2-platforms-afa5db88b098c7f056646d37efd543198a06bf91.tar.xz |
A trial version making use of pywin32 api to create file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7239 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | BaseTools/Bin/Win32/build.exe | bin | 1953003 -> 1953301 bytes |
-rw-r--r-- | BaseTools/Bin/Win32/win32api.pyd | bin | 0 -> 86016 bytes |
-rw-r--r-- | BaseTools/Bin/Win32/win32file.pyd | bin | 0 -> 90112 bytes |
-rw-r--r-- | BaseTools/Bin/Win32/win32pipe.pyd | bin | 0 -> 16896 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex 0bb19c3fc5..7a2a32704c 100755 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/Bin/Win32/win32api.pyd b/BaseTools/Bin/Win32/win32api.pyd Binary files differnew file mode 100644 index 0000000000..b24c051a22 --- /dev/null +++ b/BaseTools/Bin/Win32/win32api.pyd diff --git a/BaseTools/Bin/Win32/win32file.pyd b/BaseTools/Bin/Win32/win32file.pyd Binary files differnew file mode 100644 index 0000000000..602e611dc7 --- /dev/null +++ b/BaseTools/Bin/Win32/win32file.pyd diff --git a/BaseTools/Bin/Win32/win32pipe.pyd b/BaseTools/Bin/Win32/win32pipe.pyd Binary files differnew file mode 100644 index 0000000000..ca21a02c65 --- /dev/null +++ b/BaseTools/Bin/Win32/win32pipe.pyd |