Skip to content

Commit

Permalink
Updating mkfinal.bat.
Browse files Browse the repository at this point in the history
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@416 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
  • Loading branch information
aramis_acg committed May 5, 2009
1 parent a677cdd commit b7ecf79
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions mkutil/mkfinal.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..\doc\AssimpCmdDOc_Html\AssimpCmdDoc.chm final\%OUT_BIN%\CommandLine.chm
copy ..\doc\AssimpCmdDoc_Html\AssimpCmdDoc.chm final\%OUT_BIN%\CommandLine.chm

rem -----------------------------------------------------
rem Do a clean export of the repository and build SDK
rem
rem We take the current revision and remove ./mkutil
rem and ./port.
rem We take the current revision and remove some stuff
rem that is nto yet ready to be published.
rem -----------------------------------------------------

svn export .\..\ final\%OUT_SDK%
RD /s /q final\%OUT_SDK%\mkutil
RD /s /q final\%OUT_SDK%\port
rem RD /s /q final\%OUT_SDK%\mkutil
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
move final\%OUT_SDK%\doc\AssimpDoc_Html\AssimpDoc.chm final\%OUT_SDK%\Documentation.chm
Expand Down

0 comments on commit b7ecf79

Please sign in to comment.