Updating mkfinal.bat.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@416 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2009-05-05 20:51:36 +00:00
parent a677cdd1c0
commit b7ecf79a03
1 changed files with 7 additions and 5 deletions

View File

@ -86,18 +86,20 @@ copy ..\CREDITS final\%OUT_BIN%\CREDITS
copy bin_readme.txt final\%OUT_BIN%\README copy bin_readme.txt final\%OUT_BIN%\README
copy bin_readme.txt final\%OUT_BIN%\README copy bin_readme.txt final\%OUT_BIN%\README
copy ..\doc\AssimpCmdDOc_Html\AssimpCmdDoc.chm final\%OUT_BIN%\CommandLine.chm copy ..\doc\AssimpCmdDoc_Html\AssimpCmdDoc.chm final\%OUT_BIN%\CommandLine.chm
rem ----------------------------------------------------- rem -----------------------------------------------------
rem Do a clean export of the repository and build SDK rem Do a clean export of the repository and build SDK
rem rem
rem We take the current revision and remove ./mkutil rem We take the current revision and remove some stuff
rem and ./port. rem that is nto yet ready to be published.
rem ----------------------------------------------------- rem -----------------------------------------------------
svn export .\..\ final\%OUT_SDK% svn export .\..\ final\%OUT_SDK%
RD /s /q final\%OUT_SDK%\mkutil rem RD /s /q final\%OUT_SDK%\mkutil
RD /s /q final\%OUT_SDK%\port RD /s /q final\%OUT_SDK%\port\jAssimp
RD /s /q final\%OUT_SDK%\port\Assimp.net
RD /s /q final\%OUT_SDK%\workspaces\jidea5.1
rem Copy doc to a suitable place rem Copy doc to a suitable place
move final\%OUT_SDK%\doc\AssimpDoc_Html\AssimpDoc.chm final\%OUT_SDK%\Documentation.chm move final\%OUT_SDK%\doc\AssimpDoc_Html\AssimpDoc.chm final\%OUT_SDK%\Documentation.chm