diff options
| author | bgaldrikian <[email protected]> | 2020-11-12 20:02:04 -0800 |
|---|---|---|
| committer | bgaldrikian <[email protected]> | 2020-11-12 20:02:04 -0800 |
| commit | 0fc9de1d243a0346009132408861ac914ef9ca7b (patch) | |
| tree | 38c85aaca1f22b354d3ae486ad436293a150d148 | |
| parent | Merge request #17 PhysX4 compatibility (diff) | |
| download | blast-1.1.7_rc2.tar.xz blast-1.1.7_rc2.zip | |
Updated release notesv1.1.7_rc2
| -rwxr-xr-x | blast_tools_and_samples-windows.zip | bin | 75318219 -> 75315357 bytes | |||
| -rwxr-xr-x | docs/api_docs/files/pagereleasenotes.html | 6 | ||||
| -rwxr-xr-x | docs/release_notes.txt | 6 |
3 files changed, 10 insertions, 2 deletions
diff --git a/blast_tools_and_samples-windows.zip b/blast_tools_and_samples-windows.zip Binary files differindex 1383e04..2db5aac 100755 --- a/blast_tools_and_samples-windows.zip +++ b/blast_tools_and_samples-windows.zip diff --git a/docs/api_docs/files/pagereleasenotes.html b/docs/api_docs/files/pagereleasenotes.html index f60100a..90f9cae 100755 --- a/docs/api_docs/files/pagereleasenotes.html +++ b/docs/api_docs/files/pagereleasenotes.html @@ -24,12 +24,16 @@ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -Blast(tm) SDK 1.1.7 (06-Nov-2020) +Blast(tm) SDK 1.1.7 (12-Nov-2020) ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Changes ------- * (Pull request #17 "Physx4 compatibility") PhysX version updated to 4.1.trunk.26400730, which uses a seprarate PxShared package +* The bin and lib directory structures have changed to match the new layout of PhysX 4.x. That is, instead of having +library files with CHECKED, DEBUG, PROFILE suffixes (or no suffix for release), there are now checked, debug, profile, +and release subfolders of bin/${compiler} and lib/${compiler}. Within those subfolders the library files have no +suffix. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/docs/release_notes.txt b/docs/release_notes.txt index aa8a64c..9af0bfe 100755 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -3,12 +3,16 @@ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-Blast(tm) SDK 1.1.7 (06-Nov-2020)
+Blast(tm) SDK 1.1.7 (12-Nov-2020)
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Changes
-------
* (Pull request #17 "Physx4 compatibility") PhysX version updated to 4.1.trunk.26400730, which uses a seprarate PxShared package
+* The bin and lib directory structures have changed to match the new layout of PhysX 4.x. That is, instead of having
+library files with CHECKED, DEBUG, PROFILE suffixes (or no suffix for release), there are now checked, debug, profile,
+and release subfolders of bin/${compiler} and lib/${compiler}. Within those subfolders the library files have no
+suffix.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|