SparkleShare/SparkleLib/windows/transform_tt.cmd

12 lines
410 B
Batchfile
Raw Normal View History

@echo off
cd %~dp0
set TextTransform=..\..\SparkleShare\Windows\tools\TextTemplating\bin\TextTransform.exe
if not exist %TextTransform% call ..\..\SparkleShare\Windows\tools\TextTemplating\build.cmd
2011-06-18 21:45:30 +00:00
echo running texttransform..
2011-06-18 21:45:30 +00:00
%TextTransform% -out Defines.cs Defines.tt
%TextTransform% -out GlobalAssemblyInfo.cs GlobalAssemblyInfo.tt
%TextTransform% -out GlobalAssemblyInfoGit.cs GlobalAssemblyInfoGit.tt