mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Update dcrevision.inc in the build process by directly calling svn2revision - for all build modes.
This commit is contained in:
parent
0559f147cb
commit
c83c8b6ccd
1 changed files with 4 additions and 4 deletions
|
|
@ -71,7 +71,7 @@
|
|||
<CustomOptions Value="-dHEAPTRC -dHEAPTRC_EXTRA"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
<ExecuteBefore>
|
||||
<Command Value="_getsvnrev.cmd $(LazarusDir)"/>
|
||||
<Command Value="$(LazarusDir)$MakeDir(tools)$MakeExe(svn2revisioninc) .. dcrevision.inc --c=dcRevision"/>
|
||||
<CompileReasons Run="False"/>
|
||||
</ExecuteBefore>
|
||||
</Other>
|
||||
|
|
@ -115,7 +115,7 @@
|
|||
</ConfigFile>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
<ExecuteBefore>
|
||||
<Command Value="_getsvnrev.cmd $(LazarusDir)"/>
|
||||
<Command Value="$(LazarusDir)$MakeDir(tools)$MakeExe(svn2revisioninc) .. dcrevision.inc --c=dcRevision"/>
|
||||
<CompileReasons Run="False"/>
|
||||
</ExecuteBefore>
|
||||
</Other>
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
<CustomOptions Value="-dNIGHTLY_BUILD"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
<ExecuteBefore>
|
||||
<Command Value="_getsvnrev.cmd $(LazarusDir)"/>
|
||||
<Command Value="$(LazarusDir)$MakeDir(tools)$MakeExe(svn2revisioninc) .. dcrevision.inc --c=dcRevision"/>
|
||||
<CompileReasons Run="False"/>
|
||||
</ExecuteBefore>
|
||||
</Other>
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
<CustomOptions Value="-dNIGHTLY_BUILD"/>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
<ExecuteBefore>
|
||||
<Command Value="_getsvnrev.cmd $(LazarusDir)"/>
|
||||
<Command Value="$(LazarusDir)$MakeDir(tools)$MakeExe(svn2revisioninc) .. dcrevision.inc --c=dcRevision"/>
|
||||
<CompileReasons Run="False"/>
|
||||
</ExecuteBefore>
|
||||
</Other>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue