Bei inkonsistentem Compose-Directory wird jetzt auch nicht neo20.exe sondern neo20-rxxxx.exe erstellt, um auf diesen Umstand hinzuweisen
git-svn-id: https://svn.neo-layout.org@1174 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
88e146f8a7
commit
ac3481a0fa
1 changed files with 5 additions and 2 deletions
|
@ -31,11 +31,14 @@ echo Generating Version File
|
|||
call "%batrevoutput1%"
|
||||
|
||||
set fnahk=%srcdir%\neo20-r%Revision%.ahk
|
||||
set fnexe=%outdir%\neo20.exe
|
||||
"%SubWCRev%" "%svnversiondir1%" -nm
|
||||
if errorlevel 1 (
|
||||
set fnexe=%outdir%\neo20-r%Revision%.exe
|
||||
) else (
|
||||
set fnexe=%outdir%\neo20.exe
|
||||
)
|
||||
"%SubWCRev%" "%svnversiondir2%" -nm
|
||||
if errorlevel 1 (
|
||||
set fnexe=%outdir%\neo20-r%Revision%.exe
|
||||
)
|
||||
|
||||
echo Compiling Compose sequences
|
||||
|
|
Loading…
Reference in a new issue