2
0
Эх сурвалжийг харах

- 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
aramis_acg 15 жил өмнө
parent
commit
e5da6c9d33

+ 0 - 1
packaging/windows-mkzip/bin_readme.txt

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

+ 2 - 2
packaging/windows-mkzip/mkfinal.bat

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

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