Files
gtav-src/tools_ng/wildwest/script/locationlog/genSite.bat
T
2025-09-29 00:52:08 +02:00

7 lines
647 B
Batchfile
Executable File

set CurrentDate=%1
set DLLDir=%RS_BUILDBRANCH%\common\data
xmlstarlet tr DebugLocationSelection.xsl -s currentDate=%CurrentDate% %DLLDir%\debugLocationList.xml > %CurrentDate%\index.html
xmlstarlet tr GeneratedDebugLocFile.xsl -s platform=360 -s currentDate=%CurrentDate% %DLLDir%\debugLocationList.xml > %CurrentDate%\pages_360.html
xmlstarlet tr GeneratedDebugLocFile.xsl -s platform=PS3 -s currentDate=%CurrentDate% %DLLDir%\debugLocationList.xml > %CurrentDate%\pages_PS3.html
xmlstarlet tr GeneratedDebugLocFile.xsl -s platform=Concept -s currentDate=%CurrentDate% %DLLDir%\debugLocationList.xml > %CurrentDate%\pages_Concept.html