- zip releases will now unpack in a single folder.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@861 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
24aaedb9fd
commit
e5da6c9d33
|
@ -10,7 +10,6 @@ Known Bugs & Limitations
|
|||
|
||||
Viewer
|
||||
|
||||
- If you toggle all UI components quickly, the app gets confused.
|
||||
- For files more than one embedded texture, only the first is loaded.
|
||||
- Normals appear flipped from time to time when either of the normals-related menu items was hit.
|
||||
- Alpha-sorting is implemented, but still causes artifacts when models are moved quickly.
|
||||
|
|
|
@ -161,8 +161,8 @@ IF NOT EXIST 7za.exe (
|
|||
echo build ZIP archives. Download: http://www.7-zip.org/download.html
|
||||
pause
|
||||
) else (
|
||||
7za.exe a -tzip "final\%OUT_BIN%.zip" ".\final\%OUT_BIN%\*"
|
||||
7za.exe a -tzip "final\%OUT_SDK%.zip" ".\final\%OUT_SDK%\*"
|
||||
7za.exe a -tzip "final\%OUT_BIN%.zip" ".\final\%OUT_BIN%"
|
||||
7za.exe a -tzip "final\%OUT_SDK%.zip" ".\final\%OUT_SDK%"
|
||||
)
|
||||
|
||||
rem OK. We should have the release packages now.
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SVNRevision 854
|
||||
#define SVNRevision 858
|
||||
|
|
Loading…
Reference in New Issue