diff options
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/api_docs/files/pagereleasenotes.html | 6 | ||||
| -rwxr-xr-x | docs/release_notes.txt | 6 |
2 files changed, 10 insertions, 2 deletions
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.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|