-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,39 @@ | ||
# DXSDK_Collection | ||
A collection of some older releases of the DirectX SDK | ||
DirectX SDK Collection | ||
====================== | ||
|
||
A collection of headers and libraries from some older releases of the DirectX SDK, mainly used to compile [sfall](https://github.com/phobos2077/sfall). They can be also handy for building other older programs. | ||
|
||
Each folder only contains the headers, libraries, and license documents from the DirectX SDK release and nothing else. | ||
|
||
See also: [DirectX SDKs of a certain age](https://walbourn.github.io/directx-sdks-of-a-certain-age/) | ||
|
||
## Info of original DirectX SDK releases: | ||
``` | ||
DirectX SDK (August 2007) | ||
http://www.microsoft.com/en-us/download/details.aspx?id=13287 (removed from Microsoft Download site) | ||
File : dxsdk_aug2007.exe | ||
CRC-32: 4eaf2d00 | ||
MD5 : e866e58a5cbfc98b3880261b5ae78529 | ||
SHA-1 : c812c18e2972bdb1d9cbb544be9ced9370a4656f | ||
``` | ||
|
||
``` | ||
DirectX SDK (February 2010) | ||
http://www.microsoft.com/en-us/download/details.aspx?id=10084 (removed from Microsoft Download site) | ||
File : DXSDK_Feb10.exe | ||
CRC-32: 755d4ff4 | ||
MD5 : 15e4c96dcc44aa60380a2dbbaa103a63 | ||
SHA-1 : c1c66499b2e5c5530b07285af4c090c33af4a4f8 | ||
``` | ||
|
||
``` | ||
DirectX SDK (June 2010) | ||
http://www.microsoft.com/en-us/download/details.aspx?id=6812 | ||
File : DXSDK_Jun10.exe | ||
CRC-32: cd70ece6 | ||
MD5 : 2af0c3791863ca873ef6d7d6a761d608 | ||
SHA-1 : 495ad05ae5fc4ecd76b53a69a35bacb66d958608 | ||
``` |