- 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-9d2fd5bffc1f
pull/1/head
aramis_acg 2010-11-21 20:22:55 +00:00
parent 24aaedb9fd
commit e5da6c9d33
3 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1 +1 @@
#define SVNRevision 854
#define SVNRevision 858