[Scummvm-cvs-logs] SF.net SVN: scummvm: [28817] tools/trunk

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Sep 2 14:46:17 CEST 2007


Revision: 28817
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28817&view=rev
Author:   Kirben
Date:     2007-09-02 05:46:17 -0700 (Sun, 02 Sep 2007)

Log Message:
-----------
Update convert_dxa bat files, to handle different drive letters.

Modified Paths:
--------------
    tools/trunk/convert_dxa.bat
    tools/trunk/convert_dxa_one.bat

Modified: tools/trunk/convert_dxa.bat
===================================================================
--- tools/trunk/convert_dxa.bat	2007-09-02 11:18:36 UTC (rev 28816)
+++ tools/trunk/convert_dxa.bat	2007-09-02 12:46:17 UTC (rev 28817)
@@ -19,7 +19,7 @@
 SET DXA_PATH=C:\games\feeble\dxa
 SET DXA_CONVERT=CORRECT
 
-cd "%TOOLS_PATH%"
+cd /d "%TOOLS_PATH%"
 
 for %%i in (%SMK_PATH%\*.smk) do call convert_dxa_one "%%i"
 

Modified: tools/trunk/convert_dxa_one.bat
===================================================================
--- tools/trunk/convert_dxa_one.bat	2007-09-02 11:18:36 UTC (rev 28816)
+++ tools/trunk/convert_dxa_one.bat	2007-09-02 12:46:17 UTC (rev 28817)
@@ -18,13 +18,13 @@
 echo Processing %1...
 "%BINK_PATH%\BinkConv.exe" %1 "%SMK_PATH%\%~n1.png" /n-1 /z1 /#
 "%BINK_PATH%\BinkConv.exe" %1 "%SMK_PATH%\%~n1.wav" /v /#
-cd "%SMK_PATH%"
+cd /d "%SMK_PATH%"
 "%TOOLS_PATH%\encode_dxa.exe" --vorbis "%~n1.smk"
 echo Deleting temp files
 del "%SMK_PATH%\%~n1*.png"
 del "%SMK_PATH%\%~n1.wav"
 move "%SMK_PATH%\%~n1.*" "%DXA_PATH%"
-cd "%TOOLS_PATH%"
+cd /d "%TOOLS_PATH%"
 
 goto quit
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list